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've been having trouble getting drawn polygon's geojson in production. When I run the app locally, draw:created fires and I can see the geojson in my requests. Here's the code:
However, for some reason when running it in production, no geojson makes it into 'searchPolygon' after drawing a shape on the map. I'm running the same Docker image of my frontend locally and in production. I can see the mapObject in both environments too, I've run out of ideas of where to look.
The text was updated successfully, but these errors were encountered:
I've been having trouble getting drawn polygon's geojson in production. When I run the app locally, draw:created fires and I can see the geojson in my requests. Here's the code:
However, for some reason when running it in production, no geojson makes it into 'searchPolygon' after drawing a shape on the map. I'm running the same Docker image of my frontend locally and in production. I can see the mapObject in both environments too, I've run out of ideas of where to look.
The text was updated successfully, but these errors were encountered: