klokantech / roman-empire

Map of the Roman Empire made with vector tiles
https://klokantech.github.io/roman-empire/#4.01/41.957/19.646/0/8
79 stars 26 forks source link

mbtiles file dont compile #19

Closed johaahlf closed 6 years ago

johaahlf commented 6 years ago

after I added two layers (10m_lakes and 10m_rivers) and changed zoom level settings in the task/generate-tiles.sh the mbtiles doesn't show up on the map. @klokan

klokan commented 6 years ago

It seems there is a problem in your last edit:

./task/generate-tiles.sh: line 110: /build/10m_lakes.mbtiles: No such file or directory

https://travis-ci.org/klokantech/roman-empire#L685

johaahlf commented 6 years ago

I removed the Lakes and Rivers layers and now the mbtiles file compile again. I dont know why it didn't work. @klokan