add castle-related presets

This commit is contained in:
Tobias Zwick
2019-05-05 23:52:01 +02:00
parent 8f9dc7afb4
commit 60bdaef999
10 changed files with 196 additions and 1 deletions
@@ -0,0 +1,14 @@
{
"icon": "fas-dungeon",
"geometry": [
"vertex"
],
"tags": {
"barrier": "sally_port"
},
"terms": [
"Postern",
"castle side gate"
],
"name": "Sally Port"
}
+2 -1
View File
@@ -5,7 +5,8 @@
"castle_type",
"building_area",
"historic/civilization",
"access_simple"
"access_simple",
"start_date"
],
"geometry": [
"point",
@@ -0,0 +1,26 @@
{
"icon": "maki-castle",
"fields": [
"name",
"building_area",
"access_simple",
"start_date"
],
"geometry": [
"point",
"area"
],
"reference": {
"key": "castle_type",
"value": "fortress"
},
"tags": {
"historic": "castle",
"castle_type": "fortress"
},
"terms": [
"citadel",
"military"
],
"name": "Historic Fortress"
}
@@ -0,0 +1,28 @@
{
"icon": "fas-crown",
"fields": [
"name",
"building_area",
"access_simple",
"start_date"
],
"geometry": [
"point",
"area"
],
"reference": {
"key": "castle_type",
"value": "palace"
},
"tags": {
"historic": "castle",
"castle_type": "palace"
},
"terms": [
"Royal Residence",
"royal",
"king",
"queen"
],
"name": "Palace"
}
@@ -0,0 +1,29 @@
{
"icon": "fas-crown",
"fields": [
"name",
"building_area",
"access_simple",
"start_date"
],
"geometry": [
"point",
"area"
],
"reference": {
"key": "castle_type",
"value": "stately"
},
"tags": {
"historic": "castle",
"castle_type": "stately"
},
"terms": [
"Historic Country House",
"Stately Home",
"nobility",
"gentry",
"representative"
],
"name": "Château"
}
@@ -0,0 +1,20 @@
{
"icon": "maki-castle",
"fields": [
"name",
"building_area",
"historic/civilization",
"start_date"
],
"geometry": [
"point",
"area"
],
"tags": {
"historic": "city_gate"
},
"terms": [
"Town Gate"
],
"name": "City Gate"
}
+20
View File
@@ -0,0 +1,20 @@
{
"icon": "maki-castle",
"fields": [
"name",
"building_area",
"access_simple",
"start_date"
],
"geometry": [
"point",
"area"
],
"tags": {
"historic": "fort"
},
"terms": [
"military"
],
"name": "Historic Fort"
}
+23
View File
@@ -0,0 +1,23 @@
{
"icon": "maki-castle",
"fields": [
"name",
"building_area",
"access_simple",
"start_date"
],
"geometry": [
"point",
"area"
],
"tags": {
"historic": "manor"
},
"terms": [
"Mansion",
"gentry",
"nobility",
"estate"
],
"name": "Manor House"
}
+19
View File
@@ -0,0 +1,19 @@
{
"icon": "maki-religious-christian",
"fields": [
"name",
"material",
"height",
"ele",
"inscription",
"direction"
],
"geometry": [
"point",
"vertex"
],
"tags": {
"man_made": "cross"
},
"name": "Summit cross"
}
@@ -0,0 +1,15 @@
{
"icon": "maki-water",
"fields": [
"{natural/water}",
"salt"
],
"geometry": [
"area"
],
"tags": {
"natural": "water",
"water": "moat"
},
"name": "Moat"
}