forked from gravitystorm/openstreetmap-carto
-
Notifications
You must be signed in to change notification settings - Fork 0
/
openstreetmap-carto.style
55 lines (53 loc) · 2.44 KB
/
openstreetmap-carto.style
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# 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