openstreetmap / iD

🆔 The easy-to-use OpenStreetMap editor in JavaScript.
https://www.openstreetmap.org/edit?editor=id
ISC License
3.34k stars 1.2k forks source link

Add missing presets from http://obviously.com/temp/osm/osmlg.html #1617

Closed jfirebaugh closed 10 years ago

brycenesbitt commented 11 years ago

The URL above allows comparing preset support across various OSM editors. I'd like to see these:

Drinking Water
    Tag:            amenity=drinking_water
    Search terms:   potable, well, faucet, drinking, water, h2o, fountain, bubbler
    Combinations:   operator=*, website=*, indoor=yes/no, description=*

Farm Stand
    Tag:            shop=farm
    Search terms:   produce, farm, ranch, organic, farmers, market
    Combinations:   name=*, website=*, phone=*
    Icon:           Single apple

Toilets:
    Search terms:   bathroom, restroom, loo, johnny
    Combinations:   fee=yes/no, indoor=yes/no, wheelchair=yes/no, operator=*
                    toilets:disposal={flush/pitlatrine/chemical/bucket}
                    toilets:position={seated;squat;urinal}
-----------------------------------------------------------------------------
Car Rental
    Search terms:   rent, rental, sharing, taxi

Boat Rental
    Search terms:   rent, rental, sharing, taxi

Car Sharing
    Tag:            amenity=car_sharing
    Search terms:   rent, rental, sharing, taxi
    Combinations:   operator=*, website=*, capacity=[integer]

Taxi:
    Tag:            amenity=taxi
    Search terms:   rent, rental, sharing, taxi
    Combinations:   capacity=[integer]

Bicycle Rental
    Tag:            amenity=bicycle_rental
    Search terms:   rent, rental, sharing, taxi
                    bike, bicycle, velo, cycle
    Combinations:   operator=*, website=*
febs commented 11 years ago

As a cyclist, I really miss the "drinking water" preset that I map whenever I can. Thanks. :)

brycenesbitt commented 11 years ago

While it's broken at the moment, there's even an Android application dedicated just to drinking_water mapping (along with extra data and photos). http://www.wetap.org/

febs commented 11 years ago

It is an interesting project, unfortunately it doesn't look much updated, though. I just checked a drinking water place I mapped several months ago and it's still missing on their map.

2013/7/28 brycenesbitt notifications@github.com

While it's broken at the moment, there's even an Android application dedicated just to drinking_water mapping (along with extra data and photos). http://www.wetap.org/

— Reply to this email directly or view it on GitHubhttps://github.com/systemed/iD/issues/1617#issuecomment-21691062 .

Fabio