hotosm / HDM-CartoCSS

CartoCSS project focused on the Humanitarian Data Model
Other
136 stars 41 forks source link

Hard-coded paths in hdm.mml #269

Closed bradh closed 9 years ago

bradh commented 9 years ago

The contour_line and hillshade data sources in hdm.mml are hard-coded (e.g. "file": "/home/ybon/OSM/SRTM/haiti_contour_25m.shp").

Ideally that would be pointed to the right source automatically.

As a minimum, how to modify the configuration should be included in https://github.com/hotosm/HDM-CartoCSS/wiki/Download-DEM

yohanboniface commented 9 years ago

If you use Tilemill, you should use cartocc. If you use Kosmtik, you should have a localconfig file.

bradh commented 9 years ago

OK, I made a wiki edit for Kosmtik that might make this a bit obvious for new users.