consider dynamically linking libgdal
springmeyer opened this issue · 2 comments
springmeyer commented
Currently libgdal is used in two places in TileMill - in the Mapnik GDAL/OGR plugins and by node-srs. In each case the relevant code is statically linked - so each bit pulls in just what it needs of GDAL. But, we should consider distributing a single libgdal. One piece of making this work is tweaking the node-srs build scripts to work against this shared gdal, which is now done as per mapbox/node-srs#23
springmeyer commented
Saw this is going to be important to reduce overall app size, so planning on working on this in the coming weeks.
springmeyer commented
closing in favor of mapbox/node-srs#30