|
5 | 5 | # See default.style for documentation on all the flags |
6 | 6 |
|
7 | 7 | # OsmType Tag Type Flags |
8 | | -# Insert your own columns here, or change polygon,hstore to polygon below |
9 | | -way abandoned:aeroway text polygon,hstore |
10 | | -way abandoned:amenity text polygon,hstore |
11 | | -way abandoned:building text polygon,hstore |
12 | | -way abandoned:landuse text polygon,hstore |
13 | | -way abandoned:power text polygon,hstore |
14 | | -way area:highway text polygon,hstore |
15 | | -node,way aeroway text polygon,hstore |
16 | | -node,way amenity text polygon,hstore |
17 | | -node,way building text polygon,hstore |
18 | | -way building:part text polygon,hstore |
19 | | -node,way harbour text polygon,hstore |
20 | | -node,way historic text polygon,hstore |
21 | | -node,way landuse text polygon,hstore |
22 | | -node,way leisure text polygon,hstore |
23 | | -node,way man_made text polygon,hstore |
24 | | -node,way military text polygon,hstore |
25 | | -node,way natural text polygon,hstore |
26 | | -node,way office text polygon,hstore |
27 | | -node,way place text polygon,hstore |
28 | | -node,way power text polygon,hstore |
29 | | -node,way public_transport text polygon,hstore |
30 | | -node,way shop text polygon,hstore |
31 | | -node,way sport text polygon,hstore |
32 | | -node,way tourism text polygon,hstore |
33 | | -node,way water text polygon,hstore |
34 | | -node,way waterway text polygon,hstore |
35 | | -node,way wetland text polygon,hstore |
| 8 | +# Insert your own columns here, or change polygon,nocolumn to polygon below |
| 9 | +way abandoned:aeroway text polygon,nocolumn |
| 10 | +way abandoned:amenity text polygon,nocolumn |
| 11 | +way abandoned:building text polygon,nocolumn |
| 12 | +way abandoned:landuse text polygon,nocolumn |
| 13 | +way abandoned:power text polygon,nocolumn |
| 14 | +way area:highway text polygon,nocolumn |
| 15 | +node,way aeroway text polygon,nocolumn |
| 16 | +node,way amenity text polygon,nocolumn |
| 17 | +node,way building text polygon,nocolumn |
| 18 | +way building:part text polygon,nocolumn |
| 19 | +node,way harbour text polygon,nocolumn |
| 20 | +node,way historic text polygon,nocolumn |
| 21 | +node,way landuse text polygon,nocolumn |
| 22 | +node,way leisure text polygon,nocolumn |
| 23 | +node,way man_made text polygon,nocolumn |
| 24 | +node,way military text polygon,nocolumn |
| 25 | +node,way natural text polygon,nocolumn |
| 26 | +node,way office text polygon,nocolumn |
| 27 | +node,way place text polygon,nocolumn |
| 28 | +node,way power text polygon,nocolumn |
| 29 | +node,way public_transport text polygon,nocolumn |
| 30 | +node,way shop text polygon,nocolumn |
| 31 | +node,way sport text polygon,nocolumn |
| 32 | +node,way tourism text polygon,nocolumn |
| 33 | +node,way water text polygon,nocolumn |
| 34 | +node,way waterway text polygon,nocolumn |
| 35 | +node,way wetland text polygon,nocolumn |
36 | 36 | node,way z_order int4 linear # This is calculated during import |
37 | 37 | way way_area real # This is calculated during import |
38 | 38 |
|
|
0 commit comments