I have been working to pass source object to leaflet-realtime (great library by the way). I am currently using the below code but I do not get marks on the map.
I am essitially getting a json (which has data I need) matching it with the appropriate ID in the GeoJSON to create a new GeoJSON object PlaceGEOJSON. I have included a sample of the GeoJSON below as well. I have also checked that it is a valid GeoJSON(using: http://geojson.io/ and http://geojsonlint.com/). I am currently getting no console errors. What could cause this issue?
I have been working to pass source object to leaflet-realtime (great library by the way). I am currently using the below code but I do not get marks on the map.
I am essitially getting a json (which has data I need) matching it with the appropriate ID in the GeoJSON to create a new GeoJSON object PlaceGEOJSON. I have included a sample of the GeoJSON below as well. I have also checked that it is a valid GeoJSON(using: http://geojson.io/ and http://geojsonlint.com/). I am currently getting no console errors. What could cause this issue?
{ "type": "FeatureCollection", "features": [ { "type": "Feature", "id": 1, "geometry": { "type": "Point", "coordinates": [ -80.59772519496771, 35.49965363657394 ] }, "properties": { "OBJECTID": 1, "ID": "2", "NAME": "NEW HOPE LUTHERAN CHURCH", "NAME_1": "12341", "Waittime": "12", "Help Status": "0", "GenStatus": "Ready" } },