All Projects → stefanocudini → leaflet-locationpicker

stefanocudini / leaflet-locationpicker

Licence: MIT License
Simple location picker on Leaflet map

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to leaflet-locationpicker

harp-leaflet
Leaflet plugin for harp.gl
Stars: ✭ 16 (-48.39%)
Mutual labels:  maps, leaflet-plugin, leafletjs
Trilateration
Trilateration system using 3 latitude and longitude points, and 3 radius distances in PHP, C#, Java and Javascript
Stars: ✭ 22 (-29.03%)
Mutual labels:  maps, coordinates
orange3-geo
🍊 🌍 Orange add-on for dealing with geography and geo-location
Stars: ✭ 22 (-29.03%)
Mutual labels:  maps, location
locationestimatr.github.io
This is a game where you are put anywhere on earth, and you have to figure out where you are
Stars: ✭ 46 (+48.39%)
Mutual labels:  maps, location
leaflet-layerJSON
Build dynamic JSON Layer via Ajax/JSONP with caching
Stars: ✭ 82 (+164.52%)
Mutual labels:  webgis, webmapping
android
Where you can find everything Android from Mapzen
Stars: ✭ 106 (+241.94%)
Mutual labels:  maps, location
s60-maps
Yet another maps for Symbian OS
Stars: ✭ 27 (-12.9%)
Mutual labels:  maps, location
Maps
🌍🌏🌎 The whole world fits inside your cloud!
Stars: ✭ 253 (+716.13%)
Mutual labels:  maps, location
mapus
A map tool with real-time collaboration 🗺️
Stars: ✭ 2,687 (+8567.74%)
Mutual labels:  maps, leafletjs
rafagas
Daily geospatial links curated by Raf Roset
Stars: ✭ 17 (-45.16%)
Mutual labels:  maps, location
o.map
Open Street Map app - KaiOS
Stars: ✭ 51 (+64.52%)
Mutual labels:  maps, location
svelte-mapbox
MapBox Map and Autocomplete components for Svelte (or Vanilla JS)
Stars: ✭ 267 (+761.29%)
Mutual labels:  maps, location
EasyWayLocation
This library contain all utils related to google location. like, getting lat or long, Address and Location Setting dialog, many more...
Stars: ✭ 142 (+358.06%)
Mutual labels:  maps, location
wegue
Template and components for webmapping applications with OpenLayers and Vue.js
Stars: ✭ 71 (+129.03%)
Mutual labels:  webgis, webmapping
Jquery Store Locator Plugin
A store locator plugin using Google Maps API version 3
Stars: ✭ 471 (+1419.35%)
Mutual labels:  jquery-plugin, maps
aic-mobile-ios
Art Institute of Chicago Official Mobile App
Stars: ✭ 29 (-6.45%)
Mutual labels:  maps, location
Mobile Sdk
CARTO Mobile SDK core project
Stars: ✭ 116 (+274.19%)
Mutual labels:  maps, location
Placepicker
Free Android Map Place Picker alternative using Geocoder instead of Google APIs
Stars: ✭ 126 (+306.45%)
Mutual labels:  maps, location
Geodesy
Geodesy functions in Swift 🌎
Stars: ✭ 17 (-45.16%)
Mutual labels:  location, coordinates
jqIpLocation
jqIpLocation – jQuery Plugin that returns the location of an IP address in JSON format
Stars: ✭ 18 (-41.94%)
Mutual labels:  jquery-plugin, location

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].