Commit Graph

69 Commits

Author SHA1 Message Date
nobohan b7623037c4 add external-data yml for osmbe 2024-02-25 18:48:43 +01:00
nobohan 9d1b824e0f add scripts for osmbe and run it 2024-02-25 18:27:31 +01:00
nobohan fbb68e8c4f add symbols for osmbe style 2024-02-25 18:01:17 +01:00
nobohan b714947ce1 correct paths for style and lua files in import command 2024-02-25 11:20:37 +01:00
nobohan 92ef9c3f2e osm-be: adapt repo and path + import command 2024-02-25 11:14:46 +01:00
nobohan d49c6be309 change paths and files for osmbe map style 2024-02-09 18:46:05 +01:00
nobohan f43d913209 OAM: add script for creating sql views 2023-08-14 17:38:11 +02:00
nobohan 24d1b5709d OAM: copy fonts folder to the system fonts folder 2023-07-06 08:06:36 +02:00
nobohan ed9a401409 OAM: use of a alternate branch for OAM cartoCss style for missing proj4 support in new version of mapnik 2023-07-04 18:33:24 +02:00
nobohan 4895e86c55 OAM: create extension sfcgal for ST_approximateMedialAxis function 2023-07-04 12:48:43 +02:00
nobohan d8251d5dd7 OAM: mv symbols folder (img) and correct path for contour 2023-07-04 12:37:16 +02:00
nobohan ba14c03705 OAM: change osm2pgsql import command to oam 2023-07-04 10:19:43 +02:00
nobohan f3ec2c0df0 OAM: adapt dbname, contour and hillshade paths 2023-07-03 18:34:24 +02:00
nobohan 17edd862a7 OAM: change repo for style and adapt paths for OAM 2023-07-03 17:57:06 +02:00
nobohan a62a10552b correct generate_tiles command: adding compilation of style 2023-06-29 08:59:37 +02:00
nobohan b994c64d6b Cyclosm: add contours in db 2023-06-26 17:19:36 +02:00
nobohan f5c2022e7f Cyclosm: add hillshade 2023-06-26 15:54:16 +02:00
nobohan 40a760e941 Cyclosm: remove (deprecated) font warning in mapnik 2023-06-26 10:26:44 +02:00
nobohan 6488beaf79 Cyclosm: Add cyclosm SQL views 2023-06-26 09:22:40 +02:00
nobohan 0fca85665f Cyclosm: factorise compile-style function and change dbname in project.mml 2023-06-26 09:02:43 +02:00
nobohan ebe7d6b336 Cyclosm: move symbols folder 2023-06-25 22:48:48 +02:00
nobohan 0bbebc0f4a cyclosm: add downloaded shp 2023-06-25 22:29:33 +02:00
nobohan c2b79805a0 adapt renderd.conf and add compilation of cyclosm style 2023-06-25 17:40:32 +02:00
nobohan 6276d18671 adapt carto mapnik xml compilation and osm2pgsql import for cyclosm 2023-06-25 10:49:01 +02:00
nobohan c2ce0cdd36 add a generate_tile command 2023-06-22 16:52:25 +02:00
nobohan 291ef08507 FEATURE: add a command for accessing the bash terminal 2023-06-22 11:08:13 +02:00
Curtis Yung 61270b8bff
Add support to PostgreSQL 15 (#356)
* Update Dockerfile

add support to PostgreSQL 15 and alter encryption method to scram-sha-256 instead of md5

* Update run.sh

add support to PostgreSQL 15
2023-03-18 21:45:25 +01:00
galewis2 25a661e3da
Actually allow modifying the replication URL (#297) 2022-07-22 09:18:24 -04:00
galewis2 21b409863e
Simplify parsing of timestamp (#294) 2022-07-15 08:19:46 -04:00
galewis2 81c3433055
Reduce dependencies for updates, switch to Ubuntu 22.04 (#234) 2022-07-05 08:23:15 -04:00
Robin C. Ladiges 5572c9722e
create /data/database/postgres/ if missing (#273)
fix for issue #271
2022-05-02 00:43:17 +02: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
galewis2 0f229a0cbd
Allow easier modification of the OpenStreetMap-carto style (#243) 2022-03-31 07:44:56 -04:00
galewis2 f1203714c1
Upgrade versions (#248) 2022-03-28 09:12:13 -04:00
Alexander Overvoorde a1cbf0d74c Add proper error checking to run script 2021-12-11 15:39:36 +01:00
Stjepan Cvitanovic 1e684edb6a
Added E flag (#217)
Added -E flag to use the set up environment.
2021-10-11 22:22:17 +02:00
Alexander Overvoorde 60ac7657d1 Don't clutter output of usage instructions 2021-09-03 12:51:45 +02:00
Alexander Overvoorde ce176ae32e Fix erroneous quotes around WGET_ARGS (fixes #210) 2021-09-03 12:46:37 +02:00
Alexander Overvoorde 7b82bcae9d
Use indexes.sql included with openstreetmap-carto instead of own copy (fixes #204) (#205) 2021-07-19 22:05:18 +02:00
ruhepuls 8f2c575ad6
Carto 5.3.1 integrated (#183) 2021-05-13 14:41:01 +02:00
Alexander Overvoorde 953232051f Show progress output for wget by default (fixes #156) 2020-10-27 20:55:02 +01:00
Alexander Overvoorde 2754592d1c Rearrange OSM2PGSQL_EXTRA_ARGS to allow overriding of existing parameters (fixes #112) 2020-04-26 19:00:59 +02:00
sohalt cc5b50b050 http -> https 2020-04-07 04:29:18 +02:00
Alexander Overvoorde acedcce53d Improve consistency of parameter naming and document PBF/POLY download parameters 2020-02-20 20:29:14 +01:00
Alexander Overvoorde e15dee4665
Merge pull request #105 from skydiablo/master
allow external PBF file with auto-downloader
2020-02-20 20:18:05 +01:00
Volker von Hoesslin 83f26e1abe fix indent 2020-02-20 08:46:46 +01:00
Alexander Overvoorde 5a1b2a6b06 Add support for host mounts (fixes #94) 2020-02-19 21:04:24 +01:00
Volker von Hoesslin 6d0e8070f5 fix bash syntax 2020-02-19 12:01:17 +01:00
Volker von Hoesslin 2a69c977c9 allow external PBF file with auto-downloader 2020-02-14 11:59:27 +01:00
Alexander Overvoorde 5300472417 Accept both the values enabled and 1 for boolean flags for backwards compatibility 2020-02-12 20:18:19 +01:00