You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have stumbled across an issue during the development of mine. I am calling a GeoJSON layer using the URL from my server, and I would like that it gets dynamically re-created every few seconds on the map. This layer represents a route, kind of like a GPS. Is there a function already implemented that allows me to do that, or I will need to make some additions to the app.js?
Thank you in advance
The text was updated successfully, but these errors were encountered:
I figured out that the issue that I had was due to the usage of leaflet's ToC. Using your ajax call I can recreate the layer, but I have no clue as to how to update it and have leaflet's ToC to choose the layer of display at the same time. Do you have any ideas?
Good afternoon,
I have stumbled across an issue during the development of mine. I am calling a GeoJSON layer using the URL from my server, and I would like that it gets dynamically re-created every few seconds on the map. This layer represents a route, kind of like a GPS. Is there a function already implemented that allows me to do that, or I will need to make some additions to the app.js?
Thank you in advance
The text was updated successfully, but these errors were encountered: