mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-21 07:46:58 +02:00
Add Turning Loop preset, adjust icons
(closes #3557) For the icons: * use open circle for traversable features (turning_circle, mini-roundabout) * use closed circle for non-traversable features (turning_loop, island)
This commit is contained in:
@@ -2453,6 +2453,11 @@ en:
|
||||
name: Turning Circle
|
||||
# 'terms: cul-de-sac'
|
||||
terms: '<translate with synonyms or related terms for ''Turning Circle'', separated by commas>'
|
||||
highway/turning_loop:
|
||||
# highway=turning_loop
|
||||
name: Turning Loop (Island)
|
||||
# 'terms: cul-de-sac'
|
||||
terms: '<translate with synonyms or related terms for ''Turning Loop (Island)'', separated by commas>'
|
||||
highway/unclassified:
|
||||
# highway=unclassified
|
||||
name: Minor/Unclassified Road
|
||||
|
||||
@@ -3647,7 +3647,6 @@
|
||||
"name": "Caterer"
|
||||
},
|
||||
"craft/clockmaker": {
|
||||
"icon": "circle-stroked",
|
||||
"fields": [
|
||||
"operator",
|
||||
"address",
|
||||
@@ -4200,7 +4199,6 @@
|
||||
"name": "Upholsterer"
|
||||
},
|
||||
"craft/watchmaker": {
|
||||
"icon": "circle-stroked",
|
||||
"fields": [
|
||||
"operator",
|
||||
"address",
|
||||
@@ -4817,6 +4815,7 @@
|
||||
"name": "Living Street"
|
||||
},
|
||||
"highway/mini_roundabout": {
|
||||
"icon": "circle-stroked",
|
||||
"geometry": [
|
||||
"vertex"
|
||||
],
|
||||
@@ -5433,7 +5432,7 @@
|
||||
"name": "Trunk Road"
|
||||
},
|
||||
"highway/turning_circle": {
|
||||
"icon": "circle",
|
||||
"icon": "circle-stroked",
|
||||
"geometry": [
|
||||
"vertex"
|
||||
],
|
||||
@@ -5445,6 +5444,19 @@
|
||||
],
|
||||
"name": "Turning Circle"
|
||||
},
|
||||
"highway/turning_loop": {
|
||||
"icon": "circle",
|
||||
"geometry": [
|
||||
"vertex"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "turning_loop"
|
||||
},
|
||||
"terms": [
|
||||
"cul-de-sac"
|
||||
],
|
||||
"name": "Turning Loop (Island)"
|
||||
},
|
||||
"highway/unclassified": {
|
||||
"icon": "highway-unclassified",
|
||||
"fields": [
|
||||
@@ -11124,6 +11136,7 @@
|
||||
"name": "Speed Hump"
|
||||
},
|
||||
"traffic_calming/island": {
|
||||
"icon": "circle",
|
||||
"geometry": [
|
||||
"vertex"
|
||||
],
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
{
|
||||
"icon": "circle-stroked",
|
||||
"fields": [
|
||||
"operator",
|
||||
"address",
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
{
|
||||
"icon": "circle-stroked",
|
||||
"fields": [
|
||||
"operator",
|
||||
"address",
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"icon": "circle-stroked",
|
||||
"geometry": [
|
||||
"vertex"
|
||||
],
|
||||
@@ -9,4 +10,4 @@
|
||||
"clock_direction"
|
||||
],
|
||||
"name": "Mini-Roundabout"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"icon": "circle",
|
||||
"icon": "circle-stroked",
|
||||
"geometry": [
|
||||
"vertex"
|
||||
],
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"icon": "circle",
|
||||
"geometry": [
|
||||
"vertex"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "turning_loop"
|
||||
},
|
||||
"terms": [
|
||||
"cul-de-sac"
|
||||
],
|
||||
"name": "Turning Loop (Island)"
|
||||
}
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"icon": "circle",
|
||||
"geometry": [
|
||||
"vertex"
|
||||
],
|
||||
|
||||
@@ -1194,6 +1194,10 @@
|
||||
"key": "highway",
|
||||
"value": "turning_circle"
|
||||
},
|
||||
{
|
||||
"key": "highway",
|
||||
"value": "turning_loop"
|
||||
},
|
||||
{
|
||||
"key": "highway",
|
||||
"value": "unclassified"
|
||||
|
||||
Vendored
+4
@@ -2805,6 +2805,10 @@
|
||||
"name": "Turning Circle",
|
||||
"terms": "cul-de-sac"
|
||||
},
|
||||
"highway/turning_loop": {
|
||||
"name": "Turning Loop (Island)",
|
||||
"terms": "cul-de-sac"
|
||||
},
|
||||
"highway/unclassified": {
|
||||
"name": "Minor/Unclassified Road",
|
||||
"terms": ""
|
||||
|
||||
Reference in New Issue
Block a user