mirror of
https://github.com/FoggedLens/iD.git
synced 2026-04-21 19:26:41 +02:00
add castle-related presets
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"icon": "fas-dungeon",
|
||||
"geometry": [
|
||||
"vertex"
|
||||
],
|
||||
"tags": {
|
||||
"barrier": "sally_port"
|
||||
},
|
||||
"terms": [
|
||||
"Postern",
|
||||
"castle side gate"
|
||||
],
|
||||
"name": "Sally Port"
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user