Debugging a Mapbox Studio Classic and a KML problem, I came across this error message

which led me to believe the data was faulty and investigate in that direction, when in reality it seems that in the context of Mapbox Studio Classic and KMLs mapnik-omnivore/node-srs/node-gdal are not able to find the gdal support files:

May I suggest to augment the custom error message with the original error message?
e.g. change
return invalid('OGR source missing extent');
to
return invalid('OGR source missing extent: ' + err);
|
} catch (err) { return invalid('OGR source missing extent'); } |
/cc @GretaCB
Debugging a Mapbox Studio Classic and a KML problem, I came across this error message
which led me to believe the data was faulty and investigate in that direction, when in reality it seems that in the context of Mapbox Studio Classic and KMLs
mapnik-omnivore/node-srs/node-gdalare not able to find the gdal support files:May I suggest to augment the custom error message with the original error message?
e.g. change
to
mapnik-omnivore/lib/ogr.js
Line 55 in ce7f47a
/cc @GretaCB