Skip to main content

All Questions

3 votes
1 answer
4k views

Displaying json data on leaflet map

I would like to create an web app which is going to show amount of available spots and bikes on a station. I have an open API with is providing a real-time data. - API HERE I'm using Leaflet Maps for ...
Hexycode's user avatar
  • 458
0 votes
0 answers
496 views

How to change icon size dynamically to create proportional symbols map

So I'm following this tutorial: https://www.e-education.psu.edu/geog585/node/781. Which is intended to create a proportional symbols map using Leaflet. Here is my json file: https://api.myjson.com/...
sophhGIS's user avatar
1 vote
1 answer
2k views

How put numered marker with geojson on leaflet

Forget everything until here, I spent the dawn trying, to see if I could move forward, I'll explain. I have a map and I need to enumerate the 1 to 15 markings. The markings are correct, the problem ...
Elton Santos's user avatar
1 vote
1 answer
2k views

JQuery: how to add a Leaflet marker with Coordinates from json

I have a problem creating a marker on my leaflet map with coordinates from a json array. json example: {"id":"1","longitude":"8.1876","latitude":"50.1297","name":"Rhineland-Palatinate"} (...
jizaho123's user avatar
0 votes
1 answer
168 views

leaflet/JSONobject. Marker onclick show only last record

that my code <div id='map'></div> <div id="info"></div> [...] var markers1 = new L.MarkerClusterGroup( { showCoverageOnHover: true } ); $.ajax({ type: "GET", ...
user2780898's user avatar