You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Leaflet
So I have a JSON file displayed on my leaflet webmap. I would like to have it so a popup will appear when a feature is clicked. Right now it is a polygon feature. How do I call up information from the JSON file (Syriashape.json) so it can be displayed? The fields I would like to display are called "Sheet_Num" and "Date"
Currently, this is what I have:
// load GeoJSON from an external file $.getJSON("Syriashape.json",function(data){ // add GeoJSON layer to the map once the file is loaded L.geoJson(data).addTo(map).bindPopup("Attributes Popup Here"); });
ghybs
unread,
Oct 8, 2015, 1:40:09 AM10/8/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message