-
Notifications
You must be signed in to change notification settings - Fork 3
Working with Imposm3
Knut Ole edited this page Jan 30, 2015
·
6 revisions
// bleeding edge imposm3
imposm3 import \
-connection postgis://gisuser:gisuser@localhost/osmdb \
-mapping mapping.json \
-write -appendcache -read germany-latest.osm.pbf
-deployproduction
// old version of imposm
imposm -U gisuser -d osmdb -m osm-bright/imposm-mapping.py \
--read --write --optimize --deploy-production-tables ../osm/planet-141229.osm.pbf
// old way
osm2pgsql -s -U gisuser -d osmdb new-york-latest.osm
edit config file:
nano /etc/postgresql/9.4/main/pg_hba.conf
add this line:
local all all trust
Clustering
Datasets
OSM Layers
Tile Server overview
API
- Portal
- PostGIS
- Linux Dependencies
- Mapnik
- Postgres-XL (obsolete)
- Tilestache (obsolete)