Simple location picker on Leaflet map

Overview

Leaflet Location Picker

npm version

Simple location picker with Leaflet map

Usage:

<label>Insert a Geo Location 
	<input id="geoloc" type="text" value="" />
</label>
$('#geoloc').leafletLocationPicker();

Examples:

Image

Options

Option Default Description
className baseClassName css classname applied to widget
location optsMap.center initial map center
locationFormat '{lat}{sep}{lng}' returne format of location value
locationMarker true render manker on map
locationDigits 6 coordinates precision
locationSep ',' coordinates separator
position 'topright' position relative to input
layer 'OSM' base layer on map
height 140 height of map
width 200 with f map
event 'click' event to fire location pick
cursorSize '30px' size of cross cursor
map optsMap custom leflet map options
onChangeLocation $.noop callback retuned location after pick from map
alwaysOpen false always open Maps (without close button)
mapContainer ""

Install

npm install --save leaflet-locationpicker

Build

Therefore the deployment require npm installed in your system.

npm install
grunt

Source

Comments
  • Added option for always open Maps (without close button) and for rela…

    Added option for always open Maps (without close button) and for rela…

    Added option for always open Maps (without close button) and for relative fixed container for the map to appear in. Just see the example.html, which has both features showing in one example. I needed it for a form in another project. I think the options make most sense combined, but ya, who knows. Would be glad about some feedback, because I am definitly far far from a modern JS dev, normally I am an embedded guy ^^

    opened by paulwuertz 5
  • Few more tweaks

    Few more tweaks

    Hello, here is another batch of little changes :)

    Tile URL is now set to HTTP or HTTPS depending on what is used on page. Close button uses the same markup & style as zoom buttons. Picker moves when window is resized. And some cleanup.

    opened by jkufner 5
  • Few tweaks

    Few tweaks

    Good morning, here are few changes I made. Behavior on focus/blur is improved, defaults are more useful and targeting cross is now pixel-perfect (instead of that plus sign). It still does not close when page behind map is clicked, but it closes when input field loses focus and map does not gain it.

    opened by jkufner 3
  • Bump minimatch, grunt-cli, grunt-contrib-jshint and grunt-contrib-watch

    Bump minimatch, grunt-cli, grunt-contrib-jshint and grunt-contrib-watch

    Bumps minimatch to 3.0.8 and updates ancestor dependencies minimatch, grunt-cli, grunt-contrib-jshint and grunt-contrib-watch. These dependencies need to be updated together.

    Updates minimatch from 0.2.14 to 3.0.8

    Commits
    Maintainer changes

    This version was pushed to npm by isaacs, a new releaser for minimatch since your current version.


    Updates grunt-cli from 0.1.13 to 1.4.3

    Release notes

    Sourced from grunt-cli's releases.

    v1.4.3

    https://github.com/gruntjs/grunt-cli/compare/v1.4.0...v1.4.3

    v1.4.2

    https://github.com/gruntjs/grunt-cli/compare/v1.4.0...v1.4.2

    v1.4.1

    https://github.com/gruntjs/grunt-cli/compare/v1.4.0...v1.4.1

    v1.4.0

    • Update changelog bbc4400
    • Ignore package-lock 3fa5bf6
    • Update deps, switch to actions (#141) c271173
    • Bump deps, required node version and ci (#137) 84ebcb8

    https://github.com/gruntjs/grunt-cli/compare/v1.3.2...v1.4.0

    Commits
    Maintainer changes

    This version was pushed to npm by vladikoff, a new releaser for grunt-cli since your current version.


    Updates grunt-contrib-jshint from 0.11.3 to 3.2.0

    Release notes

    Sourced from grunt-contrib-jshint's releases.

    v3.2.0

    • Merge pull request #307 from gruntjs/hotfix-main d9c3b35
    • Patch Update 3.1.1 f3eb299

    https://github.com/gruntjs/grunt-contrib-jshint/compare/v3.1.0...v3.2.0

    v3.1.1

    • Update to 3.1.1 ace956f

    https://github.com/gruntjs/grunt-contrib-jshint/compare/v3.1.0...v3.1.1

    v3.1.0

    • update jshint to ~2.13.0 b7edf02
    • Merge pull request #303 from gruntjs/dependabot/npm_and_yarn/path-parse-1.0.7 270d8dd
    • Bump path-parse from 1.0.6 to 1.0.7 77dca66
    • Merge pull request #301 from gruntjs/dependabot/npm_and_yarn/hosted-git-info-2.8.9 1028d82
    • Bump hosted-git-info from 2.8.8 to 2.8.9 eb0314f
    • Merge pull request #300 from gruntjs/dependabot/npm_and_yarn/lodash-4.17.21 337623c
    • Bump lodash from 4.17.20 to 4.17.21 51e07d4
    • Merge pull request #299 from gruntjs/dependabot/npm_and_yarn/y18n-4.0.1 9c08ff1
    • Bump y18n from 4.0.0 to 4.0.1 7834701
    • Merge pull request #298 from gruntjs/dependabot/npm_and_yarn/ini-1.3.8 d4359aa
    • Bump ini from 1.3.5 to 1.3.8 52f5e31
    • Add changelog 8f597c2
    • Merge pull request #275 from raddevon/patch-1 fc210e7
    • Merge pull request #297 from gruntjs/peer-dep 03f4302
    • Remove Grunt peerDependency 01d13d2
    • Merge pull request #296 from gruntjs/chalk-upt c78f6ee
    • Update chalk 656f31b
    • Merge pull request #295 from gruntjs/uptdate-deps-oct 16ee83d
    • Update dependencies, switch to github actions df2b06d
    • Merge pull request #291 from gruntjs/dependabot/npm_and_yarn/lodash-4.17.15 9bb54cd
    • Bump lodash from 4.17.10 to 4.17.15 d2e4063
    • Ensures errors in stdoutEqual callback are logged 7a6fec4

    https://github.com/gruntjs/grunt-contrib-jshint/compare/v2.1.0...v3.1.0

    v2.0.0

    • Bump devDependencies.
    • Drop Node.js < 6 support.

    v1.1.0

    No release notes provided.

    v1.0.0

    No release notes provided.

    v0.12.0

    No release notes provided.

    Changelog

    Sourced from grunt-contrib-jshint's changelog.

    v3.2.0: date: 2022-02-17 changes: - Bump dependencies, including jshint. v3.0.0: date: 2020-10-20 changes: - Bump dependencies. - Switch to GitHub actions. - Ensures errors in stdoutEqual callback are logged. - Requires Node 10+. v2.1.0: date: 2019-03-18 changes: - Bump dependencies. - Update to latest JSHint v2.0.0: date: 2018-09-22 changes: - Bump devDependencies. - Drop Node.js < 6 support. v1.1.0: date: 2016-11-23 changes: - Fix relative output - Bump minor version v1.0.0: date: 2016-02-16 changes: - Replace String prototype colors with chalk. - Update Grunt peerDep to >=0.4.0. v0.12.0: date: 2016-01-17 changes: - Update to JSHint ~2.9.0.

    Commits
    • d9c3b35 Merge pull request #307 from gruntjs/hotfix-main
    • f3eb299 Patch Update 3.1.1
    • 1910674 3.1.0
    • b7edf02 update jshint to ~2.13.0
    • 270d8dd Merge pull request #303 from gruntjs/dependabot/npm_and_yarn/path-parse-1.0.7
    • 77dca66 Bump path-parse from 1.0.6 to 1.0.7
    • 1028d82 Merge pull request #301 from gruntjs/dependabot/npm_and_yarn/hosted-git-info-...
    • eb0314f Bump hosted-git-info from 2.8.8 to 2.8.9
    • 337623c Merge pull request #300 from gruntjs/dependabot/npm_and_yarn/lodash-4.17.21
    • 51e07d4 Bump lodash from 4.17.20 to 4.17.21
    • Additional commits viewable in compare view

    Updates grunt-contrib-watch from 0.6.1 to 1.1.0

    Changelog

    Sourced from grunt-contrib-watch's changelog.

    v1.1.0: date: 2018-05-12 changes: - Update to [email protected], [email protected], [email protected] v1.0.1: date: 2018-04-20 changes: - Update to [email protected], lodash@4 v1.0.0: date: 2016-03-12 changes: - Updated tiny-lr, gaze, async and lodash dependencies. - Fix endless loop issue with atBegin/nospawn. - Expose hostname parameter of tiny-lr. - Support cwd.event to emit events relative to path. - Removed peerDependencies setting.

    Commits

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
    • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
    • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
    • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

    You can disable automated security fix PRs for this repo from the Security Alerts page.

    dependencies 
    opened by dependabot[bot] 1
  • Bump minimatch, grunt, grunt-cli, grunt-contrib-clean, grunt-contrib-jshint and grunt-contrib-watch

    Bump minimatch, grunt, grunt-cli, grunt-contrib-clean, grunt-contrib-jshint and grunt-contrib-watch

    Bumps minimatch to 3.0.8 and updates ancestor dependencies minimatch, grunt, grunt-cli, grunt-contrib-clean, grunt-contrib-jshint and grunt-contrib-watch. These dependencies need to be updated together.

    Updates minimatch from 0.2.14 to 3.0.8

    Commits
    Maintainer changes

    This version was pushed to npm by isaacs, a new releaser for minimatch since your current version.


    Updates grunt from 0.4.5 to 1.5.3

    Release notes

    Sourced from grunt's releases.

    v1.5.3

    • Merge pull request #1745 from gruntjs/fix-copy-op 572d79b
    • Patch up race condition in symlink copying. 58016ff
    • Merge pull request #1746 from JamieSlome/patch-1 0749e1d
    • Create SECURITY.md 69b7c50

    https://github.com/gruntjs/grunt/compare/v1.5.2...v1.5.3

    v1.5.2

    • Update Changelog 7f15fd5
    • Merge pull request #1743 from gruntjs/cleanup-link b0ec6e1
    • Clean up link handling 433f91b

    https://github.com/gruntjs/grunt/compare/v1.5.1...v1.5.2

    v1.5.1

    • Merge pull request #1742 from gruntjs/update-symlink-test ad22608
    • Fix symlink test 0652305

    https://github.com/gruntjs/grunt/compare/v1.5.0...v1.5.1

    v1.5.0

    • Updated changelog b2b2c2b
    • Merge pull request #1740 from gruntjs/update-deps-22-10 3eda6ae
    • Update testing matrix 47d32de
    • More updates 2e9161c
    • Remove console log 04b960e
    • Update dependencies, tests... aad3d45
    • Merge pull request #1736 from justlep/main fdc7056
    • support .cjs extension e35fe54

    https://github.com/gruntjs/grunt/compare/v1.4.1...v1.5.0

    v1.4.1

    • Update Changelog e7625e5
    • Merge pull request #1731 from gruntjs/update-options 5d67e34
    • Fix ci install d13bf88
    • Switch to Actions 08896ae
    • Update grunt-known-options eee0673
    • Add note about a breaking change 1b6e288

    https://github.com/gruntjs/grunt/compare/v1.4.0...v1.4.1

    v1.4.0

    • Merge pull request #1728 from gruntjs/update-deps-changelog 63b2e89
    • Update changelog and util dep 106ed17
    • Merge pull request #1727 from gruntjs/update-deps-apr 49de70b
    • Update CLI and nodeunit 47cf8b6
    • Merge pull request #1722 from gruntjs/update-through e86db1c
    • Update deps 4952368

    ... (truncated)

    Changelog

    Sourced from grunt's changelog.

    v1.5.3 date: 2022-04-23 changes: - Patch up race condition in symlink copying. v1.5.2 date: 2022-04-12 changes: - Unlink symlinks when copy destination is a symlink. v1.5.1 date: 2022-04-11 changes: - Fixed symlink destination handling. v1.5.0 date: 2022-04-10 changes: - Updated dependencies. - Add symlink handling for copying files. v1.4.1 date: 2021-05-24 changes: - Fix --preload option to be a known option - Switch to GitHub Actions v1.4.0 date: 2021-04-21 changes: - Security fixes in production and dev dependencies - Liftup/Liftoff upgrade breaking change. Update your scripts to use --preload instead of --require. Ref: https://github.com/js-cli/js-liftoff/commit/e7a969d6706e730d90abb4e24d3cb4d3bce06ddb. v1.3.0 date: 2020-08-18 changes: - Switch to use safeLoad for loading YML files via file.readYAML. - Upgrade legacy-log to ~3.0.0. - Upgrade legacy-util to ~2.0.0. v1.2.1 date: 2020-07-07 changes: - Remove path-is-absolute dependency. (PR: gruntjs/grunt#1715) v1.2.0 date: 2020-07-03 changes: - Allow usage of grunt plugins that are located in any location that is visible to Node.js and NPM, instead of node_modules directly inside package that have a dev dependency to these plugins. (PR: gruntjs/grunt#1677) - Removed coffeescript from dependencies. To ease transition, if coffeescript is still around, Grunt will attempt to load it. If it is not, and the user loads a CoffeeScript file, Grunt will print a useful error indicating that the coffeescript package should be installed as a dev dependency.

    ... (truncated)

    Commits
    Maintainer changes

    This version was pushed to npm by vladikoff, a new releaser for grunt since your current version.


    Updates grunt-cli from 0.1.13 to 1.4.3

    Release notes

    Sourced from grunt-cli's releases.

    v1.4.3

    https://github.com/gruntjs/grunt-cli/compare/v1.4.0...v1.4.3

    v1.4.2

    https://github.com/gruntjs/grunt-cli/compare/v1.4.0...v1.4.2

    v1.4.1

    https://github.com/gruntjs/grunt-cli/compare/v1.4.0...v1.4.1

    v1.4.0

    • Update changelog bbc4400
    • Ignore package-lock 3fa5bf6
    • Update deps, switch to actions (#141) c271173
    • Bump deps, required node version and ci (#137) 84ebcb8

    https://github.com/gruntjs/grunt-cli/compare/v1.3.2...v1.4.0

    Commits
    Maintainer changes

    This version was pushed to npm by vladikoff, a new releaser for grunt-cli since your current version.


    Updates grunt-contrib-clean from 0.5.0 to 2.0.1

    Release notes

    Sourced from grunt-contrib-clean's releases.

    v2.0.1

    • Update deps (#117) 518aa72
    • Update deps, clean up (#116) d226900
    • Bump async from 2.6.1 to 3.2.2 (#113) 395bb66
    • Bump path-parse from 1.0.5 to 1.0.7 (#112) b94a81e
    • Bump js-yaml from 3.5.5 to 3.14.1 (#111) 897e872
    • Bump hosted-git-info from 2.6.0 to 2.8.9 (#110) 947a601
    • Bump lodash from 4.17.15 to 4.17.21 (#109) 569bf5f
    • Bump grunt from 1.0.3 to 1.3.0 (#108) 2d125d1
    • Bump lodash from 4.17.10 to 4.17.15 (#104) c1882fa

    https://github.com/gruntjs/grunt-contrib-clean/compare/v2.0.0...v2.0.1

    Changelog

    Sourced from grunt-contrib-clean's changelog.

    v2.0.1: date: 2022-04-15 changes: - Update all dependencies. - Requires node.js > 12. v2.0.0: date: 2018-09-08 changes: - Update all dependencies. - Drop Node.js < 6 support. v1.1.0: date: 2017-04-12 changes: - Update grunt to 1.0.0. - Updates to docs and changelog. - Update internal modules. v1.0.0: date: 2016-02-15 changes: - Drop support for Node.js v0.8. - Grunt peer dependency tagged >= 0.4.5. - Dependency updates. v0.7.0: date: 2015-11-13 changes: - Dependency updates. v0.6.0: date: 2014-07-27 changes: - Less verbose output. - README updates.

    Commits
    Maintainer changes

    This version was pushed to npm by vladikoff, a new releaser for grunt-contrib-clean since your current version.


    Updates grunt-contrib-jshint from 0.11.3 to 3.2.0

    Release notes

    Sourced from grunt-contrib-jshint's releases.

    v3.2.0

    • Merge pull request #307 from gruntjs/hotfix-main d9c3b35
    • Patch Update 3.1.1 f3eb299

    https://github.com/gruntjs/grunt-contrib-jshint/compare/v3.1.0...v3.2.0

    v3.1.1

    • Update to 3.1.1 ace956f

    https://github.com/gruntjs/grunt-contrib-jshint/compare/v3.1.0...v3.1.1

    v3.1.0

    • update jshint to ~2.13.0 b7edf02
    • Merge pull request #303 from gruntjs/dependabot/npm_and_yarn/path-parse-1.0.7 270d8dd
    • Bump path-parse from 1.0.6 to 1.0.7 77dca66
    • Merge pull request #301 from gruntjs/dependabot/npm_and_yarn/hosted-git-info-2.8.9 1028d82
    • Bump hosted-git-info from 2.8.8 to 2.8.9 eb0314f
    • Merge pull request #300 from gruntjs/dependabot/npm_and_yarn/lodash-4.17.21 337623c
    • Bump lodash from 4.17.20 to 4.17.21 51e07d4
    • Merge pull request #299 from gruntjs/dependabot/npm_and_yarn/y18n-4.0.1 9c08ff1
    • Bump y18n from 4.0.0 to 4.0.1 7834701
    • Merge pull request #298 from gruntjs/dependabot/npm_and_yarn/ini-1.3.8 d4359aa
    • Bump ini from 1.3.5 to 1.3.8 52f5e31
    • Add changelog 8f597c2
    • Merge pull request #275 from raddevon/patch-1 fc210e7
    • Merge pull request #297 from gruntjs/peer-dep 03f4302
    • Remove Grunt peerDependency 01d13d2
    • Merge pull request #296 from gruntjs/chalk-upt c78f6ee
    • Update chalk 656f31b
    • Merge pull request #295 from gruntjs/uptdate-deps-oct 16ee83d
    • Update dependencies, switch to github actions df2b06d
    • Merge pull request #291 from gruntjs/dependabot/npm_and_yarn/lodash-4.17.15 9bb54cd
    • Bump lodash from 4.17.10 to 4.17.15 d2e4063
    • Ensures errors in stdoutEqual callback are logged 7a6fec4

    https://github.com/gruntjs/grunt-contrib-jshint/compare/v2.1.0...v3.1.0

    v2.0.0

    • Bump devDependencies.
    • Drop Node.js < 6 support.

    v1.1.0

    No release notes provided.

    v1.0.0

    No release notes provided.

    v0.12.0

    No release notes provided.

    Changelog

    Sourced from grunt-contrib-jshint's changelog.

    v3.2.0: date: 2022-02-17 changes: - Bump dependencies, including jshint. v3.0.0: date: 2020-10-20 changes: - Bump dependencies. - Switch to GitHub actions. - Ensures errors in stdoutEqual callback are logged. - Requires Node 10+. v2.1.0: date: 2019-03-18 changes: - Bump dependencies. - Update to latest JSHint v2.0.0: date: 2018-09-22 changes: - Bump devDependencies. - Drop Node.js < 6 support. v1.1.0: date: 2016-11-23 changes: - Fix relative output - Bump minor version v1.0.0: date: 2016-02-16 changes: - Replace String prototype colors with chalk. - Update Grunt peerDep to >=0.4.0. v0.12.0: date: 2016-01-17 changes: - Update to JSHint ~2.9.0.

    Commits
    • d9c3b35 Merge pull request #307 from gruntjs/hotfix-main
    • f3eb299 Patch Update 3.1.1
    • 1910674 3.1.0
    • b7edf02 update jshint to ~2.13.0
    • 270d8dd Merge pull request #303 from gruntjs/dependabot/npm_and_yarn/path-parse-1.0.7
    • 77dca66 Bump path-parse from 1.0.6 to 1.0.7
    • 1028d82 Merge pull request #301 from gruntjs/dependabot/npm_and_yarn/hosted-git-info-...
    • eb0314f Bump hosted-git-info from 2.8.8 to 2.8.9
    • 337623c Merge pull request #300 from gruntjs/dependabot/npm_and_yarn/lodash-4.17.21
    • 51e07d4 Bump lodash from 4.17.20 to 4.17.21
    • Additional commits viewable in compare view

    Updates grunt-contrib-watch from 0.6.1 to 1.1.0

    Changelog

    Sourced from grunt-contrib-watch's changelog.

    v1.1.0: date: 2018-05-12 changes: - Update to [email protected], [email protected], [email protected] v1.0.1: date: 2018-04-20 changes: - Update to [email protected], lodash@4 v1.0.0: date: 2016-03-12 changes: - Updated tiny-lr, gaze, async and lodash dependencies. - Fix endless loop issue with atBegin/nospawn. - Expose hostname parameter of tiny-lr. - Support cwd.event to emit events relative to path. - Removed peerDependencies setting.

    Commits

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
    • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
    • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
    • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

    You can disable automated security fix PRs for this repo from the Security Alerts page.

    dependencies 
    opened by dependabot[bot] 1
  • Bump shelljs and grunt-contrib-jshint

    Bump shelljs and grunt-contrib-jshint

    Removes shelljs. It's no longer used after updating ancestor dependency grunt-contrib-jshint. These dependencies need to be updated together.

    Removes shelljs

    Updates grunt-contrib-jshint from 0.11.3 to 3.2.0

    Release notes

    Sourced from grunt-contrib-jshint's releases.

    v3.2.0

    • Merge pull request #307 from gruntjs/hotfix-main d9c3b35
    • Patch Update 3.1.1 f3eb299

    https://github.com/gruntjs/grunt-contrib-jshint/compare/v3.1.0...v3.2.0

    v3.1.1

    • Update to 3.1.1 ace956f

    https://github.com/gruntjs/grunt-contrib-jshint/compare/v3.1.0...v3.1.1

    v3.1.0

    • update jshint to ~2.13.0 b7edf02
    • Merge pull request #303 from gruntjs/dependabot/npm_and_yarn/path-parse-1.0.7 270d8dd
    • Bump path-parse from 1.0.6 to 1.0.7 77dca66
    • Merge pull request #301 from gruntjs/dependabot/npm_and_yarn/hosted-git-info-2.8.9 1028d82
    • Bump hosted-git-info from 2.8.8 to 2.8.9 eb0314f
    • Merge pull request #300 from gruntjs/dependabot/npm_and_yarn/lodash-4.17.21 337623c
    • Bump lodash from 4.17.20 to 4.17.21 51e07d4
    • Merge pull request #299 from gruntjs/dependabot/npm_and_yarn/y18n-4.0.1 9c08ff1
    • Bump y18n from 4.0.0 to 4.0.1 7834701
    • Merge pull request #298 from gruntjs/dependabot/npm_and_yarn/ini-1.3.8 d4359aa
    • Bump ini from 1.3.5 to 1.3.8 52f5e31
    • Add changelog 8f597c2
    • Merge pull request #275 from raddevon/patch-1 fc210e7
    • Merge pull request #297 from gruntjs/peer-dep 03f4302
    • Remove Grunt peerDependency 01d13d2
    • Merge pull request #296 from gruntjs/chalk-upt c78f6ee
    • Update chalk 656f31b
    • Merge pull request #295 from gruntjs/uptdate-deps-oct 16ee83d
    • Update dependencies, switch to github actions df2b06d
    • Merge pull request #291 from gruntjs/dependabot/npm_and_yarn/lodash-4.17.15 9bb54cd
    • Bump lodash from 4.17.10 to 4.17.15 d2e4063
    • Ensures errors in stdoutEqual callback are logged 7a6fec4

    https://github.com/gruntjs/grunt-contrib-jshint/compare/v2.1.0...v3.1.0

    v2.0.0

    • Bump devDependencies.
    • Drop Node.js < 6 support.

    v1.1.0

    No release notes provided.

    v1.0.0

    No release notes provided.

    v0.12.0

    No release notes provided.

    Changelog

    Sourced from grunt-contrib-jshint's changelog.

    v3.2.0: date: 2022-02-17 changes: - Bump dependencies, including jshint. v3.0.0: date: 2020-10-20 changes: - Bump dependencies. - Switch to GitHub actions. - Ensures errors in stdoutEqual callback are logged. - Requires Node 10+. v2.1.0: date: 2019-03-18 changes: - Bump dependencies. - Update to latest JSHint v2.0.0: date: 2018-09-22 changes: - Bump devDependencies. - Drop Node.js < 6 support. v1.1.0: date: 2016-11-23 changes: - Fix relative output - Bump minor version v1.0.0: date: 2016-02-16 changes: - Replace String prototype colors with chalk. - Update Grunt peerDep to >=0.4.0. v0.12.0: date: 2016-01-17 changes: - Update to JSHint ~2.9.0.

    Commits
    • d9c3b35 Merge pull request #307 from gruntjs/hotfix-main
    • f3eb299 Patch Update 3.1.1
    • 1910674 3.1.0
    • b7edf02 update jshint to ~2.13.0
    • 270d8dd Merge pull request #303 from gruntjs/dependabot/npm_and_yarn/path-parse-1.0.7
    • 77dca66 Bump path-parse from 1.0.6 to 1.0.7
    • 1028d82 Merge pull request #301 from gruntjs/dependabot/npm_and_yarn/hosted-git-info-...
    • eb0314f Bump hosted-git-info from 2.8.8 to 2.8.9
    • 337623c Merge pull request #300 from gruntjs/dependabot/npm_and_yarn/lodash-4.17.21
    • 51e07d4 Bump lodash from 4.17.20 to 4.17.21
    • Additional commits viewable in compare view

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
    • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
    • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
    • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

    You can disable automated security fix PRs for this repo from the Security Alerts page.

    dependencies 
    opened by dependabot[bot] 1
  • css broken?

    css broken?

    hi there. Might be the user is the problem here as I tried to use locationpicker without npm. From my limited understanding it should still work.. I tried it with your /dist scripts from this repo and looked into /examples.

    This:

    <head>
    <link rel="stylesheet"
              type="text/css"
              href="/static/scripts/location_picker.css"
    >
    </head>
    <label> Insert GEO
     <input id="geoloc" type="text" value="" />
    </label>
    
    <script src="//unpkg.com/[email protected]/dist/leaflet.js"></script>
    <script src="//code.jquery.com/jquery-2.1.0.min.js"></script>
    <script src="/static/scripts/location_picker.js"></script>
    <script>
    $('#geoloc').leafletLocationPicker();
    </script>
    

    produces this: loc_pic

    when i zoom it is even more unusable. As I am not fond of the javascript universe I don't quite know where to begin bugfixing this.

    opened by iameru 1
  • Setting the location to start at location?

    Setting the location to start at location?

    Right now the location starts at continent level. Is there a way to have it start at a specific location? So instead of starting in a zoomed out level, I can have it start at specific lat, long, then pick the location?

    EDIT: I found it. Changedthe L.latLng inside leaflet-locationpicker.src.js

    opened by o-az 1
  • Bump getobject and grunt

    Bump getobject and grunt

    Bumps getobject to 1.0.2 and updates ancestor dependency grunt. These dependencies need to be updated together.

    Updates getobject from 0.1.0 to 1.0.2

    Release notes

    Sourced from getobject's releases.

    v1.0.2

    • Merge pull request #8 from cowboy/dependabot/npm_and_yarn/path-parse-1.0.7 6f86cf7
    • Bump path-parse from 1.0.6 to 1.0.7 6e79841

    https://github.com/cowboy/node-getobject/compare/v1.0.1...v1.0.2

    v1.0.1

    • Update deps 141e3a5
    • Merge pull request #7 from cowboy/dependabot/npm_and_yarn/hosted-git-info-2.8.9 c97cf3e
    • Bump hosted-git-info from 2.8.8 to 2.8.9 201e91b
    • Update dev deps 5ffb873

    https://github.com/cowboy/node-getobject/compare/v1.0.0...v1.0.1

    v1.0.0

    No release notes provided.

    Commits
    Maintainer changes

    This version was pushed to npm by vladikoff, a new releaser for getobject since your current version.


    Updates grunt from 0.4.5 to 1.5.3

    Release notes

    Sourced from grunt's releases.

    v1.5.3

    • Merge pull request #1745 from gruntjs/fix-copy-op 572d79b
    • Patch up race condition in symlink copying. 58016ff
    • Merge pull request #1746 from JamieSlome/patch-1 0749e1d
    • Create SECURITY.md 69b7c50

    https://github.com/gruntjs/grunt/compare/v1.5.2...v1.5.3

    v1.5.2

    • Update Changelog 7f15fd5
    • Merge pull request #1743 from gruntjs/cleanup-link b0ec6e1
    • Clean up link handling 433f91b

    https://github.com/gruntjs/grunt/compare/v1.5.1...v1.5.2

    v1.5.1

    • Merge pull request #1742 from gruntjs/update-symlink-test ad22608
    • Fix symlink test 0652305

    https://github.com/gruntjs/grunt/compare/v1.5.0...v1.5.1

    v1.5.0

    • Updated changelog b2b2c2b
    • Merge pull request #1740 from gruntjs/update-deps-22-10 3eda6ae
    • Update testing matrix 47d32de
    • More updates 2e9161c
    • Remove console log 04b960e
    • Update dependencies, tests... aad3d45
    • Merge pull request #1736 from justlep/main fdc7056
    • support .cjs extension e35fe54

    https://github.com/gruntjs/grunt/compare/v1.4.1...v1.5.0

    v1.4.1

    • Update Changelog e7625e5
    • Merge pull request #1731 from gruntjs/update-options 5d67e34
    • Fix ci install d13bf88
    • Switch to Actions 08896ae
    • Update grunt-known-options eee0673
    • Add note about a breaking change 1b6e288

    https://github.com/gruntjs/grunt/compare/v1.4.0...v1.4.1

    v1.4.0

    • Merge pull request #1728 from gruntjs/update-deps-changelog 63b2e89
    • Update changelog and util dep 106ed17
    • Merge pull request #1727 from gruntjs/update-deps-apr 49de70b
    • Update CLI and nodeunit 47cf8b6
    • Merge pull request #1722 from gruntjs/update-through e86db1c
    • Update deps 4952368

    ... (truncated)

    Changelog

    Sourced from grunt's changelog.

    v1.5.3 date: 2022-04-23 changes: - Patch up race condition in symlink copying. v1.5.2 date: 2022-04-12 changes: - Unlink symlinks when copy destination is a symlink. v1.5.1 date: 2022-04-11 changes: - Fixed symlink destination handling. v1.5.0 date: 2022-04-10 changes: - Updated dependencies. - Add symlink handling for copying files. v1.4.1 date: 2021-05-24 changes: - Fix --preload option to be a known option - Switch to GitHub Actions v1.4.0 date: 2021-04-21 changes: - Security fixes in production and dev dependencies - Liftup/Liftoff upgrade breaking change. Update your scripts to use --preload instead of --require. Ref: https://github.com/js-cli/js-liftoff/commit/e7a969d6706e730d90abb4e24d3cb4d3bce06ddb. v1.3.0 date: 2020-08-18 changes: - Switch to use safeLoad for loading YML files via file.readYAML. - Upgrade legacy-log to ~3.0.0. - Upgrade legacy-util to ~2.0.0. v1.2.1 date: 2020-07-07 changes: - Remove path-is-absolute dependency. (PR: gruntjs/grunt#1715) v1.2.0 date: 2020-07-03 changes: - Allow usage of grunt plugins that are located in any location that is visible to Node.js and NPM, instead of node_modules directly inside package that have a dev dependency to these plugins. (PR: gruntjs/grunt#1677) - Removed coffeescript from dependencies. To ease transition, if coffeescript is still around, Grunt will attempt to load it. If it is not, and the user loads a CoffeeScript file, Grunt will print a useful error indicating that the coffeescript package should be installed as a dev dependency.

    ... (truncated)

    Commits
    Maintainer changes

    This version was pushed to npm by vladikoff, a new releaser for grunt since your current version.


    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
    • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
    • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
    • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

    You can disable automated security fix PRs for this repo from the Security Alerts page.

    dependencies 
    opened by dependabot[bot] 0
  • Bump grunt from 0.4.5 to 1.5.3

    Bump grunt from 0.4.5 to 1.5.3

    Bumps grunt from 0.4.5 to 1.5.3.

    Release notes

    Sourced from grunt's releases.

    v1.5.3

    • Merge pull request #1745 from gruntjs/fix-copy-op 572d79b
    • Patch up race condition in symlink copying. 58016ff
    • Merge pull request #1746 from JamieSlome/patch-1 0749e1d
    • Create SECURITY.md 69b7c50

    https://github.com/gruntjs/grunt/compare/v1.5.2...v1.5.3

    v1.5.2

    • Update Changelog 7f15fd5
    • Merge pull request #1743 from gruntjs/cleanup-link b0ec6e1
    • Clean up link handling 433f91b

    https://github.com/gruntjs/grunt/compare/v1.5.1...v1.5.2

    v1.5.1

    • Merge pull request #1742 from gruntjs/update-symlink-test ad22608
    • Fix symlink test 0652305

    https://github.com/gruntjs/grunt/compare/v1.5.0...v1.5.1

    v1.5.0

    • Updated changelog b2b2c2b
    • Merge pull request #1740 from gruntjs/update-deps-22-10 3eda6ae
    • Update testing matrix 47d32de
    • More updates 2e9161c
    • Remove console log 04b960e
    • Update dependencies, tests... aad3d45
    • Merge pull request #1736 from justlep/main fdc7056
    • support .cjs extension e35fe54

    https://github.com/gruntjs/grunt/compare/v1.4.1...v1.5.0

    v1.4.1

    • Update Changelog e7625e5
    • Merge pull request #1731 from gruntjs/update-options 5d67e34
    • Fix ci install d13bf88
    • Switch to Actions 08896ae
    • Update grunt-known-options eee0673
    • Add note about a breaking change 1b6e288

    https://github.com/gruntjs/grunt/compare/v1.4.0...v1.4.1

    v1.4.0

    • Merge pull request #1728 from gruntjs/update-deps-changelog 63b2e89
    • Update changelog and util dep 106ed17
    • Merge pull request #1727 from gruntjs/update-deps-apr 49de70b
    • Update CLI and nodeunit 47cf8b6
    • Merge pull request #1722 from gruntjs/update-through e86db1c
    • Update deps 4952368

    ... (truncated)

    Changelog

    Sourced from grunt's changelog.

    v1.5.3 date: 2022-04-23 changes: - Patch up race condition in symlink copying. v1.5.2 date: 2022-04-12 changes: - Unlink symlinks when copy destination is a symlink. v1.5.1 date: 2022-04-11 changes: - Fixed symlink destination handling. v1.5.0 date: 2022-04-10 changes: - Updated dependencies. - Add symlink handling for copying files. v1.4.1 date: 2021-05-24 changes: - Fix --preload option to be a known option - Switch to GitHub Actions v1.4.0 date: 2021-04-21 changes: - Security fixes in production and dev dependencies - Liftup/Liftoff upgrade breaking change. Update your scripts to use --preload instead of --require. Ref: https://github.com/js-cli/js-liftoff/commit/e7a969d6706e730d90abb4e24d3cb4d3bce06ddb. v1.3.0 date: 2020-08-18 changes: - Switch to use safeLoad for loading YML files via file.readYAML. - Upgrade legacy-log to ~3.0.0. - Upgrade legacy-util to ~2.0.0. v1.2.1 date: 2020-07-07 changes: - Remove path-is-absolute dependency. (PR: gruntjs/grunt#1715) v1.2.0 date: 2020-07-03 changes: - Allow usage of grunt plugins that are located in any location that is visible to Node.js and NPM, instead of node_modules directly inside package that have a dev dependency to these plugins. (PR: gruntjs/grunt#1677) - Removed coffeescript from dependencies. To ease transition, if coffeescript is still around, Grunt will attempt to load it. If it is not, and the user loads a CoffeeScript file, Grunt will print a useful error indicating that the coffeescript package should be installed as a dev dependency.

    ... (truncated)

    Commits
    Maintainer changes

    This version was pushed to npm by vladikoff, a new releaser for grunt since your current version.


    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
    • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
    • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
    • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

    You can disable automated security fix PRs for this repo from the Security Alerts page.

    dependencies 
    opened by dependabot[bot] 0
  • Bump qs and grunt-contrib-watch

    Bump qs and grunt-contrib-watch

    Bumps qs to 6.11.0 and updates ancestor dependency grunt-contrib-watch. These dependencies need to be updated together.

    Updates qs from 0.5.6 to 6.11.0

    Changelog

    Sourced from qs's changelog.

    6.11.0

    • [New] [Fix] stringify: revert 0e903c0; add commaRoundTrip option (#442)
    • [readme] fix version badge

    6.10.5

    • [Fix] stringify: with arrayFormat: comma, properly include an explicit [] on a single-item array (#434)

    6.10.4

    • [Fix] stringify: with arrayFormat: comma, include an explicit [] on a single-item array (#441)
    • [meta] use npmignore to autogenerate an npmignore file
    • [Dev Deps] update eslint, @ljharb/eslint-config, aud, has-symbol, object-inspect, tape

    6.10.3

    • [Fix] parse: ignore __proto__ keys (#428)
    • [Robustness] stringify: avoid relying on a global undefined (#427)
    • [actions] reuse common workflows
    • [Dev Deps] update eslint, @ljharb/eslint-config, object-inspect, tape

    6.10.2

    • [Fix] stringify: actually fix cyclic references (#426)
    • [Fix] stringify: avoid encoding arrayformat comma when encodeValuesOnly = true (#424)
    • [readme] remove travis badge; add github actions/codecov badges; update URLs
    • [Docs] add note and links for coercing primitive values (#408)
    • [actions] update codecov uploader
    • [actions] update workflows
    • [Tests] clean up stringify tests slightly
    • [Dev Deps] update eslint, @ljharb/eslint-config, aud, object-inspect, safe-publish-latest, tape

    6.10.1

    • [Fix] stringify: avoid exception on repeated object values (#402)

    6.10.0

    • [New] stringify: throw on cycles, instead of an infinite loop (#395, #394, #393)
    • [New] parse: add allowSparse option for collapsing arrays with missing indices (#312)
    • [meta] fix README.md (#399)
    • [meta] only run npm run dist in publish, not install
    • [Dev Deps] update eslint, @ljharb/eslint-config, aud, has-symbols, tape
    • [Tests] fix tests on node v0.6
    • [Tests] use ljharb/actions/node/install instead of ljharb/actions/node/run
    • [Tests] Revert "[meta] ignore eclint transitive audit warning"

    6.9.7

    • [Fix] parse: ignore __proto__ keys (#428)
    • [Fix] stringify: avoid encoding arrayformat comma when encodeValuesOnly = true (#424)
    • [Robustness] stringify: avoid relying on a global undefined (#427)
    • [readme] remove travis badge; add github actions/codecov badges; update URLs
    • [Docs] add note and links for coercing primitive values (#408)
    • [Tests] clean up stringify tests slightly
    • [meta] fix README.md (#399)
    • Revert "[meta] ignore eclint transitive audit warning"

    ... (truncated)

    Commits
    Maintainer changes

    This version was pushed to npm by ljharb, a new releaser for qs since your current version.


    Updates grunt-contrib-watch from 0.6.1 to 1.1.0

    Changelog

    Sourced from grunt-contrib-watch's changelog.

    v1.1.0: date: 2018-05-12 changes: - Update to [email protected], [email protected], [email protected] v1.0.1: date: 2018-04-20 changes: - Update to [email protected], lodash@4 v1.0.0: date: 2016-03-12 changes: - Updated tiny-lr, gaze, async and lodash dependencies. - Fix endless loop issue with atBegin/nospawn. - Expose hostname parameter of tiny-lr. - Support cwd.event to emit events relative to path. - Removed peerDependencies setting.

    Commits

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
    • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
    • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
    • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

    You can disable automated security fix PRs for this repo from the Security Alerts page.

    dependencies 
    opened by dependabot[bot] 0
  • Close code not working as intended.

    Close code not working as intended.

    The following code is not working correctly and because I know nothing about leaflet I don't have a solution. I assume this is supposed to detect when the user clicks outside of leaflet and closes the map. It currently closes the map even when clicked on the map without reporting the location. I changed the line above it to:

    var close = false;

    and this bandaids the problem but doesn't fix it.

    while (p) { if (p._leaflet) { close = false; break; } p = p.parentElement; }

    opened by BlogSafe 0
Owner
Stefano Cudini
pgp: FDD8F5AE5D216F9D
Stefano Cudini
A modern study React component of leaflet draw for react-leaflet

React Leaflet Draft A modern study React component of leaflet draw for react-leaflet React component of leaflet-draw for react-leaflet Table of conten

Giovane Santos Silva 16 Oct 20, 2022
Add time dimension capabilities on a Leaflet map.

Leaflet TimeDimension Add time dimension capabilities on a Leaflet map. Examples and basic usage API L.Map L.TimeDimension L.TimeDimension.Layer L.Tim

SOCIB public code 379 Dec 23, 2022
Mapbox JavaScript API, a Leaflet Plugin

mapbox.js A Mapbox plugin for Leaflet, a lightweight JavaScript library for traditional raster maps. For the state-of-the-art Mapbox vector maps libra

Mapbox 1.9k Dec 23, 2022
This is the leaflet plugin for GeoServer. Using this plugin user can have access to wms and wfs request easily.

Documentation leaflet-geoserver-request This is the plugin for Geoserver various kind of requests. Using this plugin, we can make WMS, WFS, getLegendG

Tek Kshetri 127 Dec 15, 2022
React components for Leaflet maps

React Leaflet React components for Leaflet maps. Documentation Getting started API reference Changes See the CHANGELOG file. Contributing See the CONT

Paul Le Cam 4.4k Jan 3, 2023
Vue 2 components for Leaflet maps

Vue2Leaflet Vue2Leaflet is a JavaScript library for the Vue framework that wraps Leaflet making it easy to create reactive maps. How to install npm in

Vue Leaflet 1.9k Dec 29, 2022
AngularJS directive to embed an interact with maps managed by Leaflet library

Angular Leaflet Why the fork? While we are grateful for all the original work at tombatossals/angular-leaflet-directive. We need to be able to operate

AngularUI 313 Nov 10, 2022
MERN stack travel app using mapbox API, Travel and drop pin , share reviews and rate the location

MERN-Travel-Map Travel Map Pin A single page application built with MERN Stack from scratch (MongoDB + Mongoose, Express, React & NodeJs) Table of Con

Bùi Quốc Trọng 11 Dec 29, 2022
jQuery Vector Map Library

This project is a heavily modified version of jVectorMap as it was in April of 2012. I chose to start fresh rather than fork their project as my inten

10 Best Design 1.8k Dec 28, 2022
jQuery Vector Map Library

This project is a heavily modified version of jVectorMap as it was in April of 2012. I chose to start fresh rather than fork their project as my inten

10 Best Design 1.8k Dec 28, 2022
JavaScript WebGL 3D map rendering engine

VTS Browser JS is a powerful JavaScript 3D map rendering engine with a very small footprint (about 163 kB of gziped JS code). It provides almost all f

Melown Technologies, SE 203 Dec 7, 2022
Mapbox Visual for Power BI - High performance, custom map visuals for Power BI dashboards

Mapbox Visual for Microsoft Power BI Make sense of your big & dynamic location data with the Mapbox Visual for Power BI. Quickly design high-performan

Mapbox 121 Nov 22, 2022
A Node.js map tile library for PostGIS and torque.js, with CartoCSS styling

Windshaft A Node.js map tile library for PostGIS and torque.js, with CartoCSS styling. Can render arbitrary SQL queries Generates image and UTFGrid in

CARTO 306 Dec 22, 2022
Serverless raster and vector map tile generation using Mapnik and AWS Lambda

tilegarden ??️ ?? Contents About Usage Deployment to AWS Additional Configuration Options Required AWS Permissions Features Configuration Selection an

Azavea 89 Dec 22, 2022
Lightweight Node.js isochrone map server

Galton Lightweight Node.js isochrone server. Build isochrones using OSRM, Turf and concaveman. Francis Galton is the author of the first known isochro

Urbica 266 Dec 17, 2022
A pluggable Node.js map tile server.

TileStrata TileStrata is a pluggable "slippy map" tile server that emphasizes code-as-configuration. The primary goal is painless extendability. It's

Natural Atlas 409 Dec 30, 2022
A map tool with real-time collaboration 🗺️

Mapus Maps with real-time collaboration ??️ Mapus is a tool to explore and annotate collaboratively on a map. You can draw, add markers, lines, areas,

Alyssa X 3k Jan 4, 2023
3D web map rendering engine written in TypeScript using three.js

3D web map rendering engine written in TypeScript using three.js

HERE Technologies 1.2k Dec 30, 2022
Mind elixir is a free open source mind map core.

Mind-elixir is a framework agnostic mind map core

DJJo 1.4k Jan 2, 2023