kosmtik / kosmtik

Make maps with OpenStreetMap and Mapnik
Other
721 stars 84 forks source link

is localconfig.js optional? #275

Open matkoniecz opened 6 years ago

matkoniecz commented 6 years ago

From reading https://github.com/kosmtik/kosmtik/blob/066e935d158b66ae2f3eac54baa3fbb6e0d21988/README.md#local-config it seems to be optional, on the other Kosmtik is not displaying map and the only error displayed in log is

[Error: File not found: /home/mateusz/Desktop/OSM-style-dev/openstreetmap-carto/localconfig.js]

matkoniecz commented 6 years ago

I will submit PR to improve readme but I need to know is it supposed to be optional or not.

yohanboniface commented 6 years ago

Yes, the file is optional. The message in the console log is generic: it says it whether you have passed a --localconfig option or you don't and kosmtik is trying to load one from the default path. That could be made better, indeed.

d3netxer commented 6 years ago

can we please take out the error that localconfig is not found that displays on the console?