Commit Graph

5 Commits

Author SHA1 Message Date
Greg
a3f664c07f
rollup commit lots of fixes 2022-06-28 21:51:31 -04:00
Greg
083b803fba
oops 2022-06-16 11:40:09 -04:00
Greg
fbdabea4c9
fix path to poyosmium-get-changes 2022-06-16 11:33:00 -04:00
Greg
5dcb461635
conflict resolve 2022-06-14 10:05:27 -04:00
Robin C. Ladiges
cffbd7be5b
changed volume paths ; FLAT_NODES=enabled (#261)
Changes:
- /var/lib/postgresql/14/main/            => /data/database/
- /var/lib/mod_tile/                      => /data/tiles/
- /home/renderer/src/openstreetmap-carto/ => /data/style/
- /data.osm.pbf                           => /data/region.osm.pbf
- /data.poly                              => /data/region.poly
- /nodes/flat_nodes.bin                   => deprecated (use FLAT_NODES=enabled instead)

Because some files are needed later and should never be separated from the database, the import does save those files now into /data/databases/:
- /data/database/region.poly
- /data/database/flat_nodes.bin
- /data/database/planet-import-complete
- and automatic update artifacts
2022-04-09 15:00:29 +02:00