LayerServer: first version which can use a local MVT-server

This commit is contained in:
Pieter Vander Vennet 2024-01-22 01:42:05 +01:00
parent 35228daa8f
commit ef2f1487c6
17 changed files with 1009 additions and 82 deletions

View file

@ -25,13 +25,13 @@ Use scripts/osm2pgsl
To seed the database:
````
osm2pgsql -O flex -S drinking_water.lua -s --flat-nodes=import-help-file -d postgresql://user:none@localhost:5444/osm-poi andorra-latest.osm.pbf
osm2pgsql -O flex -E 4326 -S build_db.lua -s --flat-nodes=import-help-file -d postgresql://user:password@localhost:5444/osm-poi andorra-latest.osm.pbf
````
## Deploying a tile server
````
export DATABASE_URL=postgresql://user:none@localhost:5444/osm-poi
export DATABASE_URL=postgresql://user:password@localhost:5444/osm-poi
./pg_tileserv
````