mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-23 00:29:50 +02:00
add highway links
This commit is contained in:
@@ -223,6 +223,12 @@
|
||||
"type": "check",
|
||||
"label": "One Way"
|
||||
},
|
||||
"oneway_yes": {
|
||||
"key": "oneway",
|
||||
"type": "check",
|
||||
"default": "yes",
|
||||
"label": "One Way"
|
||||
},
|
||||
"opening_hours": {
|
||||
"key": "opening_hours",
|
||||
"type": "text",
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"key": "oneway",
|
||||
"type": "check",
|
||||
"default": "yes",
|
||||
"label": "One Way"
|
||||
}
|
||||
+116
-1
@@ -1185,6 +1185,29 @@
|
||||
"terms": [],
|
||||
"name": "Motorway"
|
||||
},
|
||||
"highway/motorway_link": {
|
||||
"icon": "highway-motorway-link",
|
||||
"fields": [
|
||||
"oneway_yes",
|
||||
"structure",
|
||||
"access",
|
||||
"maxspeed",
|
||||
"surface",
|
||||
"ref"
|
||||
],
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "motorway_link"
|
||||
},
|
||||
"terms": [
|
||||
"ramp",
|
||||
"on ramp",
|
||||
"off ramp"
|
||||
],
|
||||
"name": "Motorway Link"
|
||||
},
|
||||
"highway/path": {
|
||||
"icon": "highway-footway",
|
||||
"fields": [
|
||||
@@ -1222,6 +1245,29 @@
|
||||
"terms": [],
|
||||
"name": "Primary Road"
|
||||
},
|
||||
"highway/primary_link": {
|
||||
"icon": "highway-primary-link",
|
||||
"fields": [
|
||||
"oneway",
|
||||
"structure",
|
||||
"access",
|
||||
"maxspeed",
|
||||
"surface",
|
||||
"ref"
|
||||
],
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "primary_link"
|
||||
},
|
||||
"terms": [
|
||||
"ramp",
|
||||
"on ramp",
|
||||
"off ramp"
|
||||
],
|
||||
"name": "Primary Link"
|
||||
},
|
||||
"highway/residential": {
|
||||
"icon": "highway-residential",
|
||||
"fields": [
|
||||
@@ -1259,6 +1305,29 @@
|
||||
"terms": [],
|
||||
"name": "Secondary Road"
|
||||
},
|
||||
"highway/secondary_link": {
|
||||
"icon": "highway-secondary-link",
|
||||
"fields": [
|
||||
"oneway",
|
||||
"structure",
|
||||
"access",
|
||||
"maxspeed",
|
||||
"surface",
|
||||
"ref"
|
||||
],
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "secondary_link"
|
||||
},
|
||||
"terms": [
|
||||
"ramp",
|
||||
"on ramp",
|
||||
"off ramp"
|
||||
],
|
||||
"name": "Secondary Link"
|
||||
},
|
||||
"highway/service": {
|
||||
"icon": "highway-service",
|
||||
"fields": [
|
||||
@@ -1315,6 +1384,29 @@
|
||||
"terms": [],
|
||||
"name": "Tertiary Road"
|
||||
},
|
||||
"highway/tertiary_link": {
|
||||
"icon": "highway-tertiary-link",
|
||||
"fields": [
|
||||
"oneway",
|
||||
"structure",
|
||||
"access",
|
||||
"maxspeed",
|
||||
"surface",
|
||||
"ref"
|
||||
],
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "tertiary_link"
|
||||
},
|
||||
"terms": [
|
||||
"ramp",
|
||||
"on ramp",
|
||||
"off ramp"
|
||||
],
|
||||
"name": "Tertiary Link"
|
||||
},
|
||||
"highway/track": {
|
||||
"icon": "highway-track",
|
||||
"fields": [
|
||||
@@ -1366,6 +1458,29 @@
|
||||
"terms": [],
|
||||
"name": "Trunk Road"
|
||||
},
|
||||
"highway/trunk_link": {
|
||||
"icon": "highway-trunk-link",
|
||||
"fields": [
|
||||
"oneway",
|
||||
"structure",
|
||||
"access",
|
||||
"maxspeed",
|
||||
"surface",
|
||||
"ref"
|
||||
],
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "trunk_link"
|
||||
},
|
||||
"terms": [
|
||||
"ramp",
|
||||
"on ramp",
|
||||
"off ramp"
|
||||
],
|
||||
"name": "Trunk Link"
|
||||
},
|
||||
"highway/turning_circle": {
|
||||
"icon": "circle",
|
||||
"geometry": [
|
||||
@@ -2473,7 +2588,7 @@
|
||||
"name": "Rail"
|
||||
},
|
||||
"railway/subway": {
|
||||
"icon": "railway-rail",
|
||||
"icon": "railway-subway",
|
||||
"fields": [
|
||||
"structure"
|
||||
],
|
||||
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"icon": "highway-motorway-link",
|
||||
"fields": [
|
||||
"oneway_yes",
|
||||
"structure",
|
||||
"access",
|
||||
"maxspeed",
|
||||
"surface",
|
||||
"ref"
|
||||
],
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "motorway_link"
|
||||
},
|
||||
"terms": ["ramp", "on ramp", "off ramp"],
|
||||
"name": "Motorway Link"
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"icon": "highway-primary-link",
|
||||
"fields": [
|
||||
"oneway",
|
||||
"structure",
|
||||
"access",
|
||||
"maxspeed",
|
||||
"surface",
|
||||
"ref"
|
||||
],
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "primary_link"
|
||||
},
|
||||
"terms": ["ramp", "on ramp", "off ramp"],
|
||||
"name": "Primary Link"
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"icon": "highway-secondary-link",
|
||||
"fields": [
|
||||
"oneway",
|
||||
"structure",
|
||||
"access",
|
||||
"maxspeed",
|
||||
"surface",
|
||||
"ref"
|
||||
],
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "secondary_link"
|
||||
},
|
||||
"terms": ["ramp", "on ramp", "off ramp"],
|
||||
"name": "Secondary Link"
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"icon": "highway-tertiary-link",
|
||||
"fields": [
|
||||
"oneway",
|
||||
"structure",
|
||||
"access",
|
||||
"maxspeed",
|
||||
"surface",
|
||||
"ref"
|
||||
],
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "tertiary_link"
|
||||
},
|
||||
"terms": ["ramp", "on ramp", "off ramp"],
|
||||
"name": "Tertiary Link"
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"icon": "highway-trunk-link",
|
||||
"fields": [
|
||||
"oneway",
|
||||
"structure",
|
||||
"access",
|
||||
"maxspeed",
|
||||
"surface",
|
||||
"ref"
|
||||
],
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "trunk_link"
|
||||
},
|
||||
"terms": ["ramp", "on ramp", "off ramp"],
|
||||
"name": "Trunk Link"
|
||||
}
|
||||
Reference in New Issue
Block a user