Martin Raifer
2eabf4979a
revert match priorities for Crossing and Speed Table presets
...
solves part of #863
2023-04-17 17:10:06 +02:00
Martin Raifer
35c94a78fd
allow highway=elevator on areas and standalone nodes, fixes #870
2023-04-17 16:44:47 +02:00
Martin Raifer
bdae3f06ff
consolidate optional fields of "POI" presets into template "presets"
2023-04-13 21:18:08 +02:00
Martin Raifer
9addee4ac2
drop duplicate fields in fields and moreFields
2023-04-13 18:19:54 +02:00
Dimitar
a755717e84
Update traffic_island.json ( #865 )
2023-04-13 17:23:57 +02:00
Martin Raifer
6d74dc804e
add "kerb" tag as an optional field to crossing vertices
...
when used without `barrier=kerb`, but on a crossing node.
see also https://wiki.openstreetmap.org/w/index.php?title=Key:kerb&oldid=2501049#By_itself
2023-04-12 18:16:57 +02:00
Mateusz Konieczny
bb084d741b
Enable tagging unspecific crossing ( #837 , fixes #834 )
2023-04-04 15:49:38 +02:00
Dimitar
a54e2322e8
Add flashing_lights field to crossing=uncontrolled ( #827 )
2023-03-21 10:08:26 +01:00
kjonosm
418b90c1ed
Add more fields to highway=rest_area ( #773 )
2023-02-02 12:05:24 +01:00
Martin Raifer
8de00a159a
use Röntgen icon for more presets and field-values
...
presets:
* Diving Platform
* City Limit Sign
* Turning Loop
fields values:
* `design` field of Power Poles and Power Towers/Portals
* `leaf_type`
* `traffic_calming`
* `volcano:type` and `volcano:status`
* `tower:construction`
2023-01-31 14:04:52 +01:00
Martin Raifer
9391e2fcdf
Merge remote-tracking branch 'tordans/parking_directionalcombo' into main
...
(keeping moreFields sorted alphabetically)
2023-01-20 19:05:30 +01:00
Tobias
fb69dec6dd
fields/parking: centerline parking and orientation
...
…for case :left, :right, :both. The directionalCombo will show left/right in separate fields when both is present and merge/split the side as needed.
Allow tagging `parking:$side` and `parking:$side:orientation` on centerlines (highways).
2023-01-20 13:39:41 +01:00
Martin Raifer
3ff61df8c7
Revert "restrict usage of Traffic Calming presets on lines/areas:"
...
This reverts commit 033e5f48ac .
closes #733
2023-01-14 22:54:37 +01:00
Martin Raifer
50767c8187
suggest crossing:markings=no for Unmarked Crossings
2023-01-13 14:17:24 +01:00
Martin Raifer
0b39257bd5
consolidate naming of marked crossings
...
* reduce duplication of names
* consistent use of "Crossing" vs. "Crosswalk" across similar presets
* consistent use of terms
* sort terms alphabetically
2023-01-13 14:01:58 +01:00
Martin Raifer
af7277fbf7
suggest to add crossing:markings=yes to objects with crossung=marked
2023-01-13 13:50:15 +01:00
Martin Raifer
b583fd1e83
add crossing:markings=yes by default to Marked Crossings
2023-01-13 13:50:14 +01:00
kjonosm
b803d58669
Add oneway field to cycleway crossing presets ( closes #668 , closes #667 )
2022-12-05 12:51:06 +01:00
Martin Raifer
033e5f48ac
restrict usage of Traffic Calming presets on lines/areas:
...
* only traffic_calming=island is allowed to be mapped as an area
* for traffic calming on lines: only allow it in combination with certain road presets.
See https://wiki.openstreetmap.org/w/index.php?title=Key:traffic_calming&oldid=2438763#How_to_map
2022-12-05 12:36:03 +01:00
Martin Raifer
fffa81e7a7
expand * in terms, sort and add terms
...
see https://github.com/openstreetmap/id-tagging-schema/pull/648#discussion_r1033621284
2022-11-28 16:25:56 +01:00
Martin Raifer
506fe2b2b6
Merge branch 'main' into crossing_markings
2022-11-07 13:49:05 +01:00
Martin Raifer
95480a0064
add preset for footway=traffic_island tag, closes #633
2022-11-07 12:18:21 +01:00
Martin Raifer
417def779b
improve naming consistency
2022-11-07 12:15:34 +01:00
Martin Raifer
d8acca837f
add preset for highway=service mapped as areas ( #463 )
...
see https://wiki.openstreetmap.org/w/index.php?title=Tag:highway%3Dservice&oldid=2321782#Linear_ways_and_areas
preset is non-searchable as usage is pretty niche and showing the preset in search results could potentially mislead mappers to misuse the tag
2022-10-17 12:14:39 +02:00
kolgza
45593d1cbf
Add highway=busway preset ( #164 )
2022-10-14 13:54:48 +02:00
Martin Raifer
99a08744a1
Merge pull request #598 from openstreetmap/schema-builder-v5
...
upgrade to schema-builder v5
2022-10-13 18:44:25 +02:00
Martin Raifer
ad24670912
fix preset references
2022-10-03 08:47:23 +02:00
Martin Raifer
2542974846
consolidate duplicate names/terms by using new cross-references
2022-09-29 20:34:43 +02:00
Tobias Zwick
49ec9436d4
move aliases of highway=track from terms to aliases field and add further terms ( #470 )
...
see https://github.com/openstreetmap/id-tagging-schema/pull/288#issuecomment-1134043557
2022-09-29 14:33:24 +02:00
Martin Raifer
3f9bebd80e
show crossing field on all crossing presets
...
to allow switching between the different crossing presets more easily (e.g. from "crossing=unmarked" to "crossing=traffic_signals") without having to open the preset selector UI again
see https://github.com/openstreetmap/id-tagging-schema/pull/590#discussion_r979271240
2022-09-26 14:45:04 +02:00
Martin Raifer
4d12a235d9
fix spelling of marked crosswalk preset
2022-09-26 10:14:23 +02:00
Martin Raifer
80c5df168a
refactor crossing presets to use (new) crossing:markings tag
...
The tag proposal `crossing:markings` was recently accepted: https://wiki.openstreetmap.org/wiki/Key:crossing:markings
Closes #589
Closes #507
Closes #568
See also #408
2022-09-23 15:22:38 +02:00
archpdx
0518209a55
Add Runaway Truck Ramp preset ( #580 )
...
* Add Runaway Truck Ramp preset
* sort terms alphabetically
* Remove `escape:type` field for now
Co-authored-by: Martin Raifer <martin@raifer.tech>
2022-09-13 18:25:56 +02:00
archpdx
e6c6e2fc98
Add turning_circle field ( #562 )
...
* Add `turning_circle` field
* rename field label to "Shape"
Co-authored-by: Martin Raifer <martin@raifer.tech>
2022-08-07 13:34:48 +02:00
archpdx
a43fba4fd3
add "Barbeque Restaurant" preset and use more specific icons ( #535 )
2022-07-15 13:03:42 +02:00
archpdx
260123a8a4
Add Truck Speed Limit maxspeed/hgv field ( #520 )
2022-07-15 12:51:39 +02:00
Martin Raifer
c5e947f330
v3.4.2
2022-07-12 18:04:27 +02:00
Martin Raifer
57c0a7e5d2
add maxwidth as optional field to roads and ferry routes ( closes #518 )
...
* affected highway types:
* service
* living_street
* unclassified/residential
* primary/secondary/tertiary + *_links
* tunk + trunk_link
* motorway + motorway_link
* ferry route: https://wiki.openstreetmap.org/wiki/Tag:route=ferry
2022-07-04 12:09:52 +02:00
Martin Raifer
1e7577930a
[regional] add support for moped links in the NL ( #484 )
...
* adds NL-specific preset for "moped links" (highway=cycleway + bicycle=no + moped=designated)
* drop deprecation rule for `highway=cycleway` + `bicycle=no`
2022-06-22 18:14:35 +02:00
Minh Nguyễn
febe27d800
improve terms of crossing and traffic calming presets/fields ( #508 )
...
Squashed commit of the following:
commit d49ade3574
Author: Minh Nguyễn <mxn@1ec5.org>
Date: Wed Jun 22 01:58:14 2022 -0700
Added table terms to Raised field
commit b29faf0575
Author: Minh Nguyễn <mxn@1ec5.org>
Date: Wed Jun 22 01:48:00 2022 -0700
Renamed crossing=traffic_signals presets to correct name
commit fe3caadc8e
Author: Minh Nguyễn <mxn@1ec5.org>
Date: Wed Jun 22 01:37:45 2022 -0700
Removed table-related terms from crossing presets
These terms only made sense for the raised crossing presets, which got merged with the unraised crossing presets.
2022-06-22 18:13:37 +02:00
Martin Raifer
3da4577448
move traffic calming related terms to the corresponding field(s)
2022-06-22 12:04:25 +02:00
tiptoptom
5eed60dbd9
add preset for highway=emergency_access_point ( #504 )
2022-06-21 14:30:42 +02:00
Martin Raifer
0ace2d1f17
add ref field to Milestone preset ( closes #474 )
2022-06-21 11:24:10 +02:00
archpdx
951a631b5b
Add Radar Speed Sign preset ( #442 )
...
* Add Radar Speed Sign preset
* Add `maxspeed` and `maxspeed/advisory fields`
2022-06-18 12:06:39 +02:00
Kyℓe Hensel
0d4f3daadc
allow the website tag to be used on any feature ( #503 )
...
* allow the website tag to be used on any feature
* drop "website" field as "moreField" from all presets
* simplify place presets
Co-authored-by: Martin Raifer <martin@raifer.tech>
2022-06-17 17:33:35 +02:00
Martin Raifer
2da8c529b5
name is a universal field: no need to explicitly include it
2022-06-17 17:00:32 +02:00
Martin Raifer
a7a24addf2
"name" is an universal field, not needed to include it in moreFields
2022-06-17 16:46:22 +02:00
archpdx
767b2d6dd3
Add lane_markings field ( #479 )
2022-06-17 15:33:35 +02:00
Martin Raifer
11f146a81b
allow names on informal paths/footways
2022-06-13 20:51:44 +02:00
archpdx
6f3354a9ba
Add Informal Foot Path preset ( #493 )
...
* Add Informal Foot Path preset
* Add informal to `moreFields` in Foot Path preset
* Make preset unsearchable
2022-06-13 18:38:50 +02:00