diff options
author | Christopher Baines <cbaines8@gmail.com> | 2013-12-12 13:27:08 +0000 |
---|---|---|
committer | Christopher Baines <cbaines8@gmail.com> | 2013-12-12 13:27:08 +0000 |
commit | f778a63afc80482c6638ab7d4a743185642060ec (patch) | |
tree | 1ec22100ed4a2c4e8ade345c880f857c75cc72d0 | |
parent | f0b00cc27e1ecaf20da8db74824415494e65a870 (diff) | |
download | sum-carto-f778a63afc80482c6638ab7d4a743185642060ec.tar sum-carto-f778a63afc80482c6638ab7d4a743185642060ec.tar.gz |
Vending machine stuff
-rw-r--r-- | osm2pgsql.style | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/osm2pgsql.style b/osm2pgsql.style index 6396689..a39b4bd 100644 --- a/osm2pgsql.style +++ b/osm2pgsql.style @@ -36,6 +36,8 @@ node,way admin_level text linear node,way aerialway text linear node,way aeroway text polygon node,way amenity text nocache,polygon +node,way vending text nocache,polygon +node,way level text nocache,polygon node,way area text # hard coded support for area=1/yes => polygon is in osm2pgsql node,way barrier text linear node,way bicycle text nocache |