Add poi icon for ruins

This commit is contained in:
Bryan Housel
2017-03-07 14:21:45 -05:00
parent d841cc730f
commit 526e22f28a
8 changed files with 15 additions and 2 deletions
+4
View File
@@ -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"
],
+2 -1
View File
@@ -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
View File
@@ -1,4 +1,5 @@
{
"icon": "poi-ruins",
"fields": [
"historic/civilization"
],