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 was converting multiple zipped shapefiles to geojson and if you call the loadshp multiple times, all of them return the results of the last call. This is really odd and I'm not sure if I'm doing something wrong.
I was converting multiple zipped shapefiles to geojson and if you call the
loadshp
multiple times, all of them return the results of the last call. This is really odd and I'm not sure if I'm doing something wrong.Here is the method:
and the calls are (The log is just to help debug what is going on):
and
Because the Weris.zip is the second call, both of them are logging the results of the second call:
Not sure what is going on, I'm looking into it more but I wasn't sure if others had run into the same problem.
The text was updated successfully, but these errors were encountered: