FreemapSlovakia / freemap-mapnik

Outdoor map mainly for https://www.freemap.sk/
https://www.freemap.sk/?layers=X
Apache License 2.0
22 stars 9 forks source link

Missing .tiles folder #313

Closed necarnot closed 6 months ago

necarnot commented 6 months ago

The documentation is stating to purge the .tiles folder that does not exist. This folder thus cannot be purged, and more seriously, the systemd freemap-mapnik cannot run due to this lack.

Manually creating it solves this problem.

I guess that this folder has been removed from the git repository to prevent pushing it, and git does not push empty folders. This can be solved by creating an almost empty .tiles folder and fill it with a void .placeholder zero-weight text file.

I'm also up for a PR.