mirror of
https://github.com/gravitystorm/openstreetmap-carto.git
synced 2025-09-24 18:03:01 +02:00
55 lines
2.4 KiB
Text
55 lines
2.4 KiB
Text
# This is the osm2pgsql .style file for openstreetmap-carto.
|
|
# It is intended to be used with openstreetmap-carto.lua and osm2pgsql Lua
|
|
# transforms. Full usage details are in INSTALL.md
|
|
# Among things, this means that the linear vs polygon distinction in this file
|
|
# doesn't matter, because that is set in the Lua and this file is only used for
|
|
# column names and types.
|
|
|
|
# OsmType Tag DataType Flags
|
|
node,way access text linear
|
|
node,way addr:housename text linear
|
|
node,way addr:housenumber text linear
|
|
way addr:interpolation text linear
|
|
node,way admin_level text linear
|
|
node,way aerialway text linear
|
|
node,way aeroway text polygon
|
|
node,way amenity text polygon
|
|
node,way barrier text linear
|
|
way bicycle text linear
|
|
way bridge text linear
|
|
node,way boundary text linear
|
|
node,way building text polygon
|
|
way construction text linear
|
|
way covered text linear
|
|
way foot text linear
|
|
node,way highway text linear
|
|
node,way historic text polygon
|
|
way horse text linear
|
|
node,way junction text linear
|
|
node,way landuse text polygon
|
|
node,way layer int4 linear
|
|
node,way leisure text polygon
|
|
node,way lock text linear
|
|
node,way man_made text polygon
|
|
node,way military text polygon
|
|
node,way name text linear
|
|
node,way natural text polygon
|
|
node,way oneway text linear
|
|
node,way place text polygon
|
|
node,way power text polygon
|
|
node,way railway text linear
|
|
node,way ref text linear
|
|
node,way religion text linear
|
|
way route text linear
|
|
way service text linear
|
|
node,way shop text polygon
|
|
way surface text linear
|
|
node,way tourism text polygon
|
|
way tracktype text linear
|
|
way tunnel text linear
|
|
node,way water text polygon
|
|
node,way waterway text polygon
|
|
way way_area real linear # This is calculated during import
|
|
|
|
# Columns defined in openstreetmap-carto.lua file
|
|
way z_order int4 linear
|