mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-08-22 02:57:15 +02:00
@@ -17,5 +17,7 @@
|
||||
"irish pub",
|
||||
"irish bar"
|
||||
],
|
||||
"notCountryCodes": ["ie"]
|
||||
"locationSet": {
|
||||
"exclude": ["IE"]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"notCountryCodes": [
|
||||
"fr", "lt", "pl", "de"
|
||||
],
|
||||
"locationSet": {
|
||||
"exclude": ["fr", "lt", "pl", "de"]
|
||||
},
|
||||
"icon": "temaki-pedestrian_and_cyclist",
|
||||
"fields": [
|
||||
"name",
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
{
|
||||
"notCountryCodes": [
|
||||
"fr", "lt", "pl"
|
||||
],
|
||||
"locationSet": {
|
||||
"exclude": [
|
||||
"fr", "lt", "pl"
|
||||
]
|
||||
},
|
||||
"icon": "temaki-ped_cyclist_crosswalk",
|
||||
"fields": [
|
||||
"crossing",
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
{
|
||||
"notCountryCodes": [
|
||||
"de"
|
||||
],
|
||||
"locationSet": {
|
||||
"exclude": [
|
||||
"de"
|
||||
]
|
||||
},
|
||||
"icon": "temaki-toll_gantry",
|
||||
"fields": [
|
||||
"ref",
|
||||
|
||||
@@ -17,9 +17,11 @@
|
||||
"rcn",
|
||||
"rwn"
|
||||
],
|
||||
"countryCodes": [
|
||||
"be", "de", "lu", "nl"
|
||||
],
|
||||
"locationSet": {
|
||||
"include": [
|
||||
"be", "de", "lu", "nl"
|
||||
]
|
||||
},
|
||||
"matchScore": 0.2,
|
||||
"name": "Recreational Network Node"
|
||||
}
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
{
|
||||
"countryCodes": [
|
||||
"us", "ph"
|
||||
],
|
||||
"locationSet": {
|
||||
"include": [
|
||||
"us", "ph"
|
||||
]
|
||||
},
|
||||
"icon": "maki-bank",
|
||||
"moreFields": [
|
||||
"{office}",
|
||||
|
||||
Reference in New Issue
Block a user