Commit graph

1070 commits

Author SHA1 Message Date
Andrew Harvey
67029663d0
updating cuisines based on commonly used values from taginfo (#296)
* updating cuisines based on commonly used values from taginfo

* Update cuisine.json

* juice bars commonly mix fruit and vegetables
2021-12-15 17:04:15 +01:00
Tobias Zwick
3001bc60af
upgrade path for amenity=youth_centre (#297)
`amenity=youth_centre` -> `amenity=community_centre` + `community_centre=youth_centre`

`community_centre:for` specifies actually rather a property of a community centre/youth centre, while `community_centre` specifies the type of community centre, i.e. is part of the map feature. See PR #83
2021-12-15 16:57:06 +01:00
Martin Raifer
a6b21a2fc8
make "drivable" slipways a special case of regular ones
closes #2
2021-12-15 15:47:48 +01:00
Jeroen Hoek
97240c04a9
Add parking=street_side (#73)
Adds a preset for street-side parking¹.

1: https://wiki.openstreetmap.org/wiki/Proposed_features/parking%3Dstreet_side
2021-12-15 12:48:15 +01:00
Bert
f47186efba
Squashed commit of the following:
commit 0258ae7ca6
Author: Bert <bert.marcelis@outlook.com>
Date:   Sat Jan 16 11:25:34 2021 +0100

    Add presets for marsh, swamp and reedbed

    https://wiki.openstreetmap.org/wiki/Tag:wetland%3Dmarsh
    https://wiki.openstreetmap.org/wiki/Tag:wetland%3Dswamp
    https://wiki.openstreetmap.org/wiki/Tag:wetland%3Dreedbed
2021-12-15 12:36:49 +01:00
Tobias Zwick
3783aa20c3
Add youth center (#83) 2021-12-15 12:31:29 +01:00
jonsger
1ce208b988
Adapt capacity tags for camp sites etc. (#107)
* Add capacity:* tags for tourism=camp_site.

* Use capacity:caravans for tourism=caravan_site.

* Use distinct capacity tags for tourism=camp_site.

* upgrade capacity fields to regular fields


Co-authored-by: Martin Raifer <martin@raifer.tech>
2021-12-15 12:25:24 +01:00
Martin Raifer
4e60539d32
fix spelling, run build 2021-12-15 10:16:24 +01:00
Lukas
09c4fc4312
Added a preset for amenity=ticket_validator (#166)
* Added a preset for amenity=ticket_validator

amenity=ticket_validator (https://wiki.openstreetmap.org/wiki/Tag%3Aamenity%3Dticket_validator) has increased by over 2300 uses by this time, but it din't have a preset yet. I did not open an issue for that, but I can if necessary. So as the usage for this tag seems very clear to me, I thought it would be worth adding preset for it. I used the icon from vending_machine, maybe when you're not okay with it, you can remove it. I hope everything fits.

* Added some terms to amenity=ticket_validator preset

* added aliases to amenity=ticket_validator preset
2021-12-14 18:16:46 +01:00
Drew M Johnson
22c42b24b0
Add fields to building=construction preset (#171)
* Add fields to building=construction preset

Add opening_date and check_date fields to the building=construction preset

* Fixed commas

* Add "construction" field
2021-12-14 18:13:44 +01:00
Martin Raifer
04c9194a87
Add "OSM Notes" as to list of (changeset) source values 2021-12-14 18:10:50 +01:00
dieterdreist
0b0d7981af
add preset and icon for signal controlled pedestrian crossings (cross… (#192)
* add preset and icon for signal controlled pedestrian crossings (crossings with traffic lights)


Co-authored-by: Martin Koppenhöfer <martin@23maps.it>
Co-authored-by: Minh Nguyễn <mxn@1ec5.org>
2021-12-14 17:30:09 +01:00
Kyℓe Hensel
754d07395f
add fields for level crossing (#194) 2021-12-14 17:11:18 +01:00
Andrew Harvey
b2aefe913b
add locked field to lockable barriers (#199) 2021-12-14 17:01:46 +01:00
Martin Raifer
909ca3fdd1
add "cai_scale" as optional field for hiking route relations in Italy
closes #293
2021-12-14 16:00:42 +01:00
Minh Nguyễn
f0d8648455
Avoid snake_case on traffic_sign and cycle_network (#212) 2021-12-14 13:16:49 +01:00
Kyℓe Hensel
02ee683de4
add preset for man_made=video_wall (#230) 2021-12-14 10:08:41 +01:00
Minh Nguyễn
5f39edf912
Added Flag Name, Flag Wikidata to Flagpole preset (#218) 2021-12-13 19:10:29 +01:00
Louis Demange
e6b9e0c19a
Add compacted preset to surface.json (#242) 2021-12-13 18:00:20 +01:00
Minh Nguyễn
0c7dd7ed43
Added Branch field to every preset with a Brand field (#249) 2021-12-13 17:49:10 +01:00
Minh Nguyễn
e566231b1d
Added Compass Rose preset (#250) 2021-12-13 17:42:26 +01:00
Martin Raifer
c1c463d7c6
fix typo 2021-12-13 12:11:12 +01:00
Andrew Harvey
e9c4cbef1c
add highchair field to cafe,fast_food,restaurant (#280)
* add highchair field to cafe,fast_food,restaurant

* Update data/fields/highchair.json

Co-authored-by: Martin Raifer <martin@raifer.tech>

* Rename highchair.json to high_chair.json

* Rename high_chair.json to highchair.json

* remove fields which don't do anything for type=check

Co-authored-by: Martin Raifer <martin@raifer.tech>
2021-12-13 12:08:14 +01:00
Martin Raifer
f4cf9488f9
apply fix from #278 also to specialized parking spaces 2021-12-10 18:53:24 +01:00
Minh Nguyễn
c73203fd59
Population is a number (#260) 2021-12-10 18:00:25 +01:00
Minh Nguyễn
951f04bf65
Rename turn restriction presets to more common names (#262)
* Renamed turn restriction presets to more common names
2021-12-10 17:59:19 +01:00
Mateusz Konieczny
ab0f9cdb1f
add some popular cuisines that appear to be valid (#252)
add some popular cuisines that appear to be valid

this will allow translating this values

triggered by https://github.com/streetcomplete/StreetComplete/issues/103#issuecomment-947204418

based on https://taginfo.openstreetmap.org/keys/cuisine#values

Co-authored-by: Peter Newman <peternewman@users.noreply.github.com>
2021-12-10 17:02:37 +01:00
Kyℓe Hensel
d099bb5074
allow various features as a vertex (#270) 2021-12-10 16:52:30 +01:00
Kyℓe Hensel
889bc62edf
add survey point fields (#271) 2021-12-10 16:50:47 +01:00
Will Bennett
d59f67d211
Add area geometry to natural=spring. (#282) 2021-12-10 15:07:11 +01:00
Bryan Housel
00c209ff5a
Merge pull request #240 from 1ec5/shooting-237
Add shooting presets
2021-12-07 10:33:55 -05:00
Jeroen Hoek
2913d690b8 Don't suggest capacity for amenity=parking_space
With `amenity=parking_space` it is possible to map separate parking
spaces in a parking area. It can be used with `capacity` in case the
space is used for more than one vehicle, but this is an exception. By
default, `capacity=1` is implied, and many mappers omit the capacity tag
when its value would be `1`, only using it when it deviates from the
default.

By suggesting adding `capacity=1` to parking spaces lacking the capacity
tag, the editor stimulates adding a tag which is not needed in the vast
majority of the cases, and novice users make edits containing many
of these changes where they are not needed. I find that this sugggestion
is causing more noise than useful contributions.
2021-11-24 19:02:15 +01:00
Milos Brzakovic
bd37118524
Merge pull request #213 from 1ec5/bi-cycle-route
Rename Cycle Route to Bicycle Route
2021-11-12 19:25:08 +01:00
Milos Brzakovic
0913fbab6e
Merge pull request #191 from dericke/patch-1
Add drinking_water to moreFields for campsite
2021-11-10 19:19:52 +01:00
Milos Brzakovic
7bd9ad49b1
Merge pull request #187 from tntchn/substation
Add fields in power=substation
2021-11-10 19:16:25 +01:00
Milos Brzakovic
6fb6137712
Merge pull request #154 from k-yle/adit
allow adit as a vertex
2021-11-10 17:20:38 +01:00
Milos Brzakovic
eb4985e057
Merge pull request #265 from matkoniecz/patch-1
Alias "Movers" to "Moving Company Office", fixes #124
2021-11-10 14:50:26 +01:00
Milos Brzakovic
5130540dae
Merge pull request #127 from peternewman/patch-3
Match parking meter too
2021-11-10 13:56:09 +01:00
Mateusz Konieczny
f1ed049a12
Alias "Movers" to "Moving Company Office", fixes #124 2021-11-10 13:52:46 +01:00
Milos Brzakovic
72c2449cd3
Merge pull request #116 from matkoniecz/patch-1
Treat converted_by as discardable
2021-11-10 12:06:03 +01:00
Minh Nguyễn
171c568d84 Translatable strings for branded payment types (1k+) 2021-10-23 02:33:35 -07:00
Minh Nguyễn
94ac2124f6 Translatable strings for generic payment types (1k+) 2021-10-23 02:02:34 -07:00
Minh Nguyễn
51ed277e36 Translatable strings for branded payment types (10k+) 2021-10-23 01:55:12 -07:00
Minh Nguyễn
b79ecf04e4 Translatable strings for generic payment types (10k+) 2021-10-23 01:55:11 -07:00
Minh Nguyễn
495f336840 Removed shooting type field 2021-09-26 14:11:11 -07:00
Minh Nguyễn
497cb976c6 Added target practice as synonym for shooting range 2021-09-25 23:34:02 -07:00
Minh Nguyễn
c708e0fabc Added Shooting Range presets 2021-09-25 23:14:11 -07:00
Minh Nguyễn
8b60bddd17 Show Advisory Speed Limit by default on link presets in Canada, U.S.
Canada and the United States generally post only an advisory speed limit and avoid posting a legal speed limit on highway ramps. Other countries differ. This change splits the maxspeed field into two as a workaround for the inability to limit the default inclusion of a field to a particular location set.
2021-08-07 00:05:43 -07:00
Minh Nguyễn
8e426229e8 Added Advisory Speed Limit field to Motorway, Trunk Road presets 2021-08-06 23:44:19 -07:00
Minh Nguyễn
e5b55f71a1 Show Advisory Speed Limit field on link ways by default 2021-08-06 23:42:16 -07:00