mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-22 16:19:48 +02:00
Add poi icon for ruins
This commit is contained in:
@@ -5838,6 +5838,7 @@
|
||||
"name": "Minor/Unclassified Road"
|
||||
},
|
||||
"historic": {
|
||||
"icon": "poi-ruins",
|
||||
"fields": [
|
||||
"historic"
|
||||
],
|
||||
@@ -5852,6 +5853,7 @@
|
||||
"name": "Historic Site"
|
||||
},
|
||||
"historic/archaeological_site": {
|
||||
"icon": "poi-ruins",
|
||||
"fields": [
|
||||
"historic/civilization"
|
||||
],
|
||||
@@ -5866,6 +5868,7 @@
|
||||
"name": "Archaeological Site"
|
||||
},
|
||||
"historic/boundary_stone": {
|
||||
"icon": "poi-monument",
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex"
|
||||
@@ -5916,6 +5919,7 @@
|
||||
"name": "Monument"
|
||||
},
|
||||
"historic/ruins": {
|
||||
"icon": "poi-ruins",
|
||||
"fields": [
|
||||
"historic/civilization"
|
||||
],
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"icon": "poi-ruins",
|
||||
"fields": [
|
||||
"historic"
|
||||
],
|
||||
@@ -11,4 +12,4 @@
|
||||
"historic": "*"
|
||||
},
|
||||
"name": "Historic Site"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"icon": "poi-ruins",
|
||||
"fields": [
|
||||
"historic/civilization"
|
||||
],
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"icon": "poi-monument",
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex"
|
||||
@@ -7,4 +8,4 @@
|
||||
"historic": "boundary_stone"
|
||||
},
|
||||
"name": "Boundary Stone"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"icon": "poi-ruins",
|
||||
"fields": [
|
||||
"historic/civilization"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user