Skip to main content

All Questions

12 questions with no upvoted or accepted answers
2 votes
0 answers
2k views

increase query limitations at overpass api

I have an application with leaflet and overpass.api. I use this overpass-layer plugin to query to OSM data. My problem ist, when i query to0 often to overpass.api i get an Too Many request error after ...
Khan's user avatar
  • 1,508
2 votes
0 answers
177 views

Autoload lines in leaflet

I am trying to develop a map with openstreetmap and leaflet.js. I have a database that contains more than 150,000 data. I can not display them all simultaneously. So I developed a php script that will ...
Thibs's user avatar
  • 21
1 vote
0 answers
57 views

create the map layer of a single country with open street map and leaflet geojson

I am trying to create the layer of the only country that is clicked earlier but without success. I managed to highlight it, but it shows me the highlighted country but also the rest of the world that ...
Rob0ut's user avatar
  • 11
1 vote
0 answers
95 views

Is there a way to cluster leaflet markers with similar properties ?

I create my layers from geoJson, which has specified adress among other things. I understand that grouping is done based on distance between them and current zoom to map. I want to achieve that ...
Lasto's user avatar
  • 127
0 votes
0 answers
121 views

Mounting custom vue component as a tooltip/popup on leaflet on each geojson object

I would like to mount my custom MapDeparturePin component to leaflet map. Circle Markers created by L.geoJSON method and I tried to bind popupInstance to each generated marker. Here is the code: ...
basarozcan's user avatar
0 votes
0 answers
185 views

Leaflet openpopup doesn't show up

Hello I'm trying to open popup in Leaflet by clicking on elements: let markersS = L.markerClusterGroup(); const markers = places.map(function (place) { return markersS.addLayer( L.marker([place....
Matredok's user avatar
  • 120
0 votes
0 answers
52 views

What can I create a roadgrid from code, using the OpenStreetMaps.org data?

Currently I am trying to create a Map from the OSM data which is openly available to create road links, using Data that I retrieved from GeoJSON.io The map I got from coordinates at OSM and the Blue ...
malikite's user avatar
0 votes
1 answer
2k views

Leaflet. How I can get JSON marker property by Latitude and Longitude?

I have my custom 'latitude' and 'longitude' variable. var custom_loc = [50.34434, 63.23442] And also I have JSON data with points in GeoJSON format. { "type": "Feature", "geometry": { "...
T.Abdullaev's user avatar
0 votes
1 answer
602 views

Fetch polyline co-ordinates of a particular route from GeoJSON file

I have downloaded OSM file of an entire city from Mapzen. Then I have converted the OSM file into GeoJSON file format. Now I want to fetch the polyline points/co-ordinates (longitude, latitude) of ...
Ashikur Rahman's user avatar
0 votes
2 answers
374 views

where to store information about routes and points?

I'm working on a project where I need to display maps. These maps are going to have routes and points of interest, there will be many maps to display in the future. At this moment, the project ...
mr_primate's user avatar
-4 votes
1 answer
132 views

How to measure geometry efficiently in Google Map

I would like to add color to each house in the following google map example: https://www.google.com/maps/@43.0748326,141.3479359,19z?hl=en I found an example in leaflet that add colors to US states ...
shapeare's user avatar
  • 4,223