-
Notifications
You must be signed in to change notification settings - Fork 229
KML/GPX support broken on Windows #1473
Comments
Is there a workaround for existing users of 0.3.3 for Windows? It fails with the same error. |
@snowpong not at the moment, but the underlying issue has been resolved and next Studio Classic version (#1491) should contain the fix. In the meantime you could use
|
Also happens on Mac when trying to upload run.gpx. I also get I was able to upload the same file via the uploads page so the data is good. |
@mannylopez - yes, this is fixed in mb-pages branch, but needs to get released still for users. |
Anything new with this? Thanks. |
This should be fixed in v0.3.4 now that we have upgraded to latest node-gdal (v0.8.0) with this fix: naturalatlas/node-gdal#134. Keeping open until either me or @mapsam confirms via manual testing. |
confirmed via local testing that KML is now working in v0.3.4 and GPX is working except for GPX with |
Since 0.2.8 it is not possible to open KMLs anymore (verified with 0.2.7 and 0.3.1).
They fail with
I tracked it down to the
mapnik-omnivore
functiongetExtent
wherefails with
Unable to open EPSG support file gcs.csv. Try setting GDAL_DATA.
:GDAL_DATA
is set correctly and the directory, thatGDAL_DATA
points to containsgcs.csv
.Using
mapnik-omnivore
alone (not in the context of Mapbox Studio Classic)digest()
works as expected and returns the correct extent.Maybe
postinstall
stepnpm dedupe
messes something up.Investigating ...
/cc @amyleew
The text was updated successfully, but these errors were encountered: