Added preset for boundary stone

This commit is contained in:
Kuba Mędrek 2024-05-06 23:06:13 +02:00
parent 6de5f5fde8
commit c59329749d
2 changed files with 30 additions and 1 deletions

View file

@ -0,0 +1,29 @@
{
"icon": "temaki-milestone",
"fields": [
"marker",
"ref"
],
"moreFields": [
"inscription",
"format",
"material",
"name"
],
"geometry": [
"point",
"vertex"
],
"tags": {
"boundary": "marker"
},
"terms": [
"boundary stone",
"boundary tree",
"border stone"
],
"aliases": [
"Border Marker"
],
"name": "Boundary Marker"
}

View file

@ -15,5 +15,5 @@
"tags": {
"historic": "boundary_stone"
},
"name": "Boundary Stone"
"name": "Historic Boundary Stone"
}