diff options
author | Christopher Baines <cb15g11@soton.ac.uk> | 2014-01-31 06:56:44 +0000 |
---|---|---|
committer | Christopher Baines <cb15g11@soton.ac.uk> | 2014-01-31 06:56:44 +0000 |
commit | c36e95fc5f5359da45ba75602ab8c9d27390d9ac (patch) | |
tree | 5353af0ce247e34fe536b88e08006ba740b0b65d | |
parent | 077ca0f92b19481804ddb059333d2d72061865b9 (diff) | |
download | sum-carto-c36e95fc5f5359da45ba75602ab8c9d27390d9ac.tar sum-carto-c36e95fc5f5359da45ba75602ab8c9d27390d9ac.tar.gz |
Add toilet information
-rw-r--r-- | osm2pgsql.style | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/osm2pgsql.style b/osm2pgsql.style index a39b4bd..32e1242 100644 --- a/osm2pgsql.style +++ b/osm2pgsql.style @@ -36,6 +36,9 @@ node,way admin_level text linear node,way aerialway text linear node,way aeroway text polygon node,way amenity text nocache,polygon +node,way unisex text nocache,polygon +node,way male text nocache,polygon +node,way female 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 |