Add poi icon for military

This commit is contained in:
Bryan Housel
2017-03-06 23:06:06 -05:00
parent 44adc097b9
commit 3c34668370
12 changed files with 21 additions and 2 deletions
+8 -1
View File
@@ -6238,6 +6238,7 @@
"name": "Meadow"
},
"landuse/military": {
"icon": "poi-military",
"geometry": [
"area"
],
@@ -6289,6 +6290,7 @@
"name": "Military Airfield"
},
"landuse/military/barracks": {
"icon": "poi-military",
"fields": [
"building_area"
],
@@ -6322,6 +6324,7 @@
"name": "Barracks"
},
"landuse/military/bunker": {
"icon": "poi-military",
"fields": [
"bunker_type",
"building_area"
@@ -6424,6 +6427,7 @@
"name": "Danger Area"
},
"landuse/military/naval_base": {
"icon": "poi-military",
"geometry": [
"point",
"area"
@@ -6483,7 +6487,7 @@
"name": "Nuclear Explosion Site"
},
"landuse/military/obstacle_course": {
"icon": "pitch",
"icon": "poi-military",
"geometry": [
"point",
"area"
@@ -6512,6 +6516,7 @@
"name": "Obstacle Course"
},
"landuse/military/office": {
"icon": "poi-military",
"fields": [
"building_area"
],
@@ -6547,6 +6552,7 @@
"name": "Military Office"
},
"landuse/military/range": {
"icon": "poi-military",
"geometry": [
"point",
"area"
@@ -6583,6 +6589,7 @@
"name": "Military Range"
},
"landuse/military/training_area": {
"icon": "poi-military",
"geometry": [
"point",
"area"
@@ -1,4 +1,5 @@
{
"icon": "poi-military",
"geometry": [
"area"
],
@@ -1,4 +1,5 @@
{
"icon": "poi-military",
"fields": [
"building_area"
],
@@ -1,4 +1,5 @@
{
"icon": "poi-military",
"fields": [
"bunker_type",
"building_area"
@@ -1,4 +1,5 @@
{
"icon": "poi-military",
"geometry": [
"point",
"area"
@@ -1,5 +1,5 @@
{
"icon": "pitch",
"icon": "poi-military",
"geometry": [
"point",
"area"
@@ -1,4 +1,5 @@
{
"icon": "poi-military",
"fields": [
"building_area"
],
@@ -1,4 +1,5 @@
{
"icon": "poi-military",
"geometry": [
"point",
"area"
@@ -1,4 +1,5 @@
{
"icon": "poi-military",
"geometry": [
"point",
"area"
+2
View File
@@ -287,6 +287,7 @@
"poi-street-lamp": { "viewBox": "490 335 15 15" },
"poi-tool": { "viewBox": "505 335 15 15" },
"poi-tower": { "viewBox": "520 335 15 15" },
"poi-military": { "viewBox": "535 335 15 15" },
"poi-vending-machine-shape": { "fill": "currentColor" },
"poi-dice-shape": { "fill": "currentColor" },
@@ -297,6 +298,7 @@
"poi-street-lamp-shape": { "fill": "currentColor" },
"poi-tool-shape": { "fill": "currentColor" },
"poi-tower-shape": { "fill": "currentColor" },
"poi-military-shape": { "fill": "currentColor" },
"turn-yes": { "viewBox": "200 320 44 24" },
"turn-no": { "viewBox": "244 320 44 24" },
Binary file not shown.
+3
View File
@@ -232,6 +232,9 @@
</g>
</g>
<g id="poi">
<g id="poi-military">
<path d="M539.719,350 L540.25,347.106 L538,345.056 L541.109,344.633 L542.5,342 L543.891,344.633 L547,345.056 L544.75,347.106 L545.281,350 L542.5,348.633 z M538,339 C538,339 542.5,342 542.5,342 C542.5,342 547,339 547,339 C547,339 547,335 547,335 C547,335 538,335 538,335" fill="#000000" id="poi-military-shape"/>
</g>
<g id="poi-tower">
<path d="M526,341 L529,341 L529,350 L526,350 L526,341 z M530.5,337 L530,339 L528,339 L528,337 L530.5,337 z M527,337 L527,339 L525,339 L524.5,337 L527,337 z M529.5,335 L525.5,335 L525,336 L523,336 L524,340 L531,340 L532,336 L530,336 L529.5,335 z" fill="#000000"/>
</g>

Before

Width:  |  Height:  |  Size: 242 KiB

After

Width:  |  Height:  |  Size: 243 KiB