Skip to content
Snippets Groups Projects

Added Docker setup for initial database import

Compare and Show latest version
3 files
+ 95
86
Compare changes
  • Side-by-side
  • Inline

Files

#
# This file contains the mappping information for osm2pgsql
# specific for the OpenBuildingMap.
#
# Please append this file to the empty.style provided directly with
# the osm2pgsql code.
#
node,way osm_timestamp timestamp(0) linear
node,way osm_version int4 linear
node,way osm_uid int4 linear
#
# setting this to "delete" prevents from the column gets created.
node,way osm_user text delete
node,way osm_changeset int4 linear
Loading