Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Preset for vehicle holding tank disposal sites #2623

Closed
brycenesbitt opened this issue May 1, 2015 · 1 comment
Closed

Preset for vehicle holding tank disposal sites #2623

brycenesbitt opened this issue May 1, 2015 · 1 comment
Labels
preset An issue with an OpenStreetMap preset or tag

Comments

@brycenesbitt
Copy link
Contributor

These are presets for a place to empty a toilet holding tank. This is a common campground and marina feature, though only 800 or so are mapped so far.

Background is at http://wiki.openstreetmap.org/wiki/Toilet_Holding_Tank_Disposal
and http://wiki.openstreetmap.org/wiki/Tag:waterway%3Dsanitary_dump_station

Icons are in the pull request at gravitystorm/openstreetmap-carto#1466

amenity/sanitary_dump_station.json
{
    "fields": [
      "fee",
      "access",
      "operator",
      "water_point",
    ],
    "geometry": [
        "point"
    ],
    "terms": [
        "RV",
        "Motorhome",
        "Dump Station",
        "Elsan Point",
        "CDP",
        "CTDP",
        "Chemical Toilet Disposal Point",
        "Toilet Dump",
    ],
    "tags": {
        "amenity": "sanitary_dump_station"
    },
    "name": "Toilet Holding Tank Disposal for Motorhomes"
}
tourism/caravan_site.json
{
    "fields": [
        "sanitary_dump_station",  /* yes or no or customers */
    ],
}
waterway/sanitary_dump_station.json
{
    "terms": [
        "Pumpout",
        "Pump-out",
        "Pump out",
        "Elsan Point",
        "CDP",
        "CTDP",
        "Chemical Toilet Disposal Point",
        "Boat",
        "Watercraft",
    ],
    "tags": {
        "waterway": "sanitary_dump_station"
    },
    "name": "Toilet Holding Tank Disposal for Boats and other Watercraft"
}

At an attribute of a place, sanitary_dump_station can be set to yes/no or customers.

Except in arid areas, a "water_point" is integrated into such stations for filling fresh water holding tanks, and/or flushing the system. water_point is thus yes or no.

Note that for marine facilities the value pump-out exists as a value for seamark:small_craft_facility.

@brycenesbitt
Copy link
Contributor Author

Note JOSM additionally adds sanitary_dump_station=yes/no to presets for
amenity=marina, amenity=caravan_site and amenity=camp_site.
This is particularly useful when the facility is known to offer the feature, but the exact location is unknwon to the mapper.

@bhousel bhousel added the preset An issue with an OpenStreetMap preset or tag label May 1, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
preset An issue with an OpenStreetMap preset or tag
Projects
None yet
Development

No branches or pull requests

2 participants