mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-07-06 21:17:55 +02:00
consolidate duplicate names/terms by using new cross-references
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
"key": "building:levels",
|
||||
"type": "number",
|
||||
"minValue": 0,
|
||||
"label": "Building Levels",
|
||||
"label": "{building/levels}",
|
||||
"placeholder": "2, 4, 6...",
|
||||
"prerequisiteTag": {
|
||||
"key": "building",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"key": "payment:",
|
||||
"type": "multiCombo",
|
||||
"label": "Payment Types",
|
||||
"label": "{payment_multi}",
|
||||
"prerequisiteTag": {
|
||||
"key": "fee",
|
||||
"valueNot": "no"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "Motorway Link",
|
||||
"name": "{motorway_link}",
|
||||
"icon": "iD-highway-motorway-link",
|
||||
"fields": [
|
||||
"destination_oneway",
|
||||
@@ -34,14 +34,6 @@
|
||||
"tags": {
|
||||
"highway": "motorway_link"
|
||||
},
|
||||
"terms": [
|
||||
"exit",
|
||||
"ramp",
|
||||
"road",
|
||||
"street",
|
||||
"on ramp",
|
||||
"off ramp"
|
||||
],
|
||||
"locationSet": {
|
||||
"include": [
|
||||
"ca",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "Primary Link",
|
||||
"name": "{primary_link}",
|
||||
"icon": "iD-highway-primary-link",
|
||||
"fields": [
|
||||
"destination_oneway",
|
||||
@@ -38,13 +38,6 @@
|
||||
"tags": {
|
||||
"highway": "primary_link"
|
||||
},
|
||||
"terms": [
|
||||
"on ramp",
|
||||
"off ramp",
|
||||
"ramp",
|
||||
"road",
|
||||
"street"
|
||||
],
|
||||
"locationSet": {
|
||||
"include": [
|
||||
"ca",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "Trunk Link",
|
||||
"name": "{trunk_link}",
|
||||
"icon": "iD-highway-trunk-link",
|
||||
"fields": [
|
||||
"{highway/motorway_link-US-CA}"
|
||||
@@ -13,13 +13,6 @@
|
||||
"tags": {
|
||||
"highway": "trunk_link"
|
||||
},
|
||||
"terms": [
|
||||
"on ramp",
|
||||
"off ramp",
|
||||
"ramp",
|
||||
"road",
|
||||
"street"
|
||||
],
|
||||
"locationSet": {
|
||||
"include": [
|
||||
"ca",
|
||||
|
||||
Reference in New Issue
Block a user