mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-05-15 21:48:15 +02:00
Allow some presets to be mapped as vertices (#1233)
Some case an object would change it's preset when merged with a line due to inconsistencies with a parent preset.
This commit is contained in:
@@ -13,7 +13,8 @@
|
||||
"support"
|
||||
],
|
||||
"geometry": [
|
||||
"point"
|
||||
"point",
|
||||
"vertex"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "ticket_validator"
|
||||
|
||||
@@ -8,7 +8,8 @@
|
||||
"self_service"
|
||||
],
|
||||
"geometry": [
|
||||
"point"
|
||||
"point",
|
||||
"vertex"
|
||||
],
|
||||
"terms": [
|
||||
"petrol",
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
"icon": "temaki-mineshaft_cage",
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"fields": [
|
||||
|
||||
@@ -15,7 +15,8 @@
|
||||
"manufacturer"
|
||||
],
|
||||
"geometry": [
|
||||
"point"
|
||||
"point",
|
||||
"vertex"
|
||||
],
|
||||
"terms": [
|
||||
"identifier",
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
{
|
||||
"icon": "maki-embassy",
|
||||
"geometry": [
|
||||
"point"
|
||||
"point",
|
||||
"vertex"
|
||||
],
|
||||
"terms": [
|
||||
"new location"
|
||||
|
||||
Reference in New Issue
Block a user