Merge pull request #598 from openstreetmap/schema-builder-v5

upgrade to schema-builder v5
This commit is contained in:
Martin Raifer 2022-10-13 18:44:25 +02:00 committed by GitHub
commit 99a08744a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
23 changed files with 14 additions and 62 deletions

View file

@ -1,5 +1,5 @@
{
"name": "Motorway Link",
"name": "{highway/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",

View file

@ -1,5 +1,5 @@
{
"name": "Primary Link",
"name": "{highway/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",

View file

@ -1,5 +1,5 @@
{
"name": "Trunk Link",
"name": "{highway/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",