Historic presets

This commit is contained in:
John Firebaugh
2013-03-20 14:41:47 -07:00
parent b0951f7669
commit 855156ce7d
7 changed files with 77 additions and 0 deletions
@@ -0,0 +1,11 @@
{
"geometry": [
"point",
"vertex",
"area"
],
"tags": {
"historic": "archaeological_site"
},
"name": "Archaeological Site"
}
@@ -0,0 +1,10 @@
{
"geometry": [
"point",
"vertex"
],
"tags": {
"historic": "boundary_stone"
},
"name": "Boundary Stone"
}
+11
View File
@@ -0,0 +1,11 @@
{
"geometry": [
"point",
"vertex",
"area"
],
"tags": {
"historic": "castle"
},
"name": "Castle"
}
@@ -0,0 +1,12 @@
{
"icon": "monument",
"geometry": [
"point",
"vertex",
"area"
],
"tags": {
"historic": "memorial"
},
"name": "Memorial"
}
+11
View File
@@ -0,0 +1,11 @@
{
"geometry": [
"point",
"vertex",
"area"
],
"tags": {
"historic": "ruins"
},
"name": "Ruins"
}
@@ -0,0 +1,11 @@
{
"geometry": [
"point",
"vertex",
"area"
],
"tags": {
"historic": "wayside_cross"
},
"name": "Wayside Cross"
}
@@ -0,0 +1,11 @@
{
"geometry": [
"point",
"vertex",
"area"
],
"tags": {
"historic": "wayside_shrine"
},
"name": "Wayside Shrine"
}