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
which should be downloaded and extracted during the build of the Dockerfile.
The problem is that make.py does not allow to set ne_places in configure.py.
Therefore we can't preload the zip or use the shapefile produced by get_shapefiles.sh (openstreetmap-carto style).
The osm-carto style is now available at http://host/osm/0/0/0.png
while osm-bright is at http://host/osmb/0/0/0.png
node-millstone is a new dependecy for osm-bright
Currently node-millstone downloads the 10m-populated-places-simple
shapefile which should be done in the Dockerfile (see issue #1).
Signed-off-by: Maximilian Güntner <[email protected]>
Currently the
project.mml
file produced by make.py contains the hardcoded urlto the 10m-populated-simple shapefile:
which should be downloaded and extracted during the build of the Dockerfile.
The problem is that
make.py
does not allow to set ne_places inconfigure.py
.Therefore we can't preload the zip or use the shapefile produced by
get_shapefiles.sh
(openstreetmap-carto style).Reference:
https://github.com/mapbox/osm-bright/blob/ca6c3795db9334cf21577aa934e11c531aff9d52/make.py#L43
" # Assume all other layers are PostGIS layers"
The text was updated successfully, but these errors were encountered: