mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-15 02:02:56 +00:00
@@ -588,6 +588,9 @@ en:
|
||||
information:
|
||||
# information=*
|
||||
label: Type
|
||||
inscription:
|
||||
# inscription=*
|
||||
label: Inscription
|
||||
internet_access:
|
||||
# internet_access=*
|
||||
label: Internet Access
|
||||
|
||||
@@ -821,6 +821,11 @@
|
||||
"type": "typeCombo",
|
||||
"label": "Type"
|
||||
},
|
||||
"inscription": {
|
||||
"key": "inscription",
|
||||
"type": "textarea",
|
||||
"label": "Inscription"
|
||||
},
|
||||
"internet_access": {
|
||||
"key": "internet_access",
|
||||
"type": "combo",
|
||||
|
||||
5
data/presets/fields/inscription.json
Normal file
5
data/presets/fields/inscription.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"key": "inscription",
|
||||
"type": "textarea",
|
||||
"label": "Inscription"
|
||||
}
|
||||
@@ -6024,7 +6024,8 @@
|
||||
"historic": {
|
||||
"icon": "poi-ruins",
|
||||
"fields": [
|
||||
"historic"
|
||||
"historic",
|
||||
"inscription"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
@@ -6039,7 +6040,8 @@
|
||||
"historic/archaeological_site": {
|
||||
"icon": "poi-ruins",
|
||||
"fields": [
|
||||
"historic/civilization"
|
||||
"historic/civilization",
|
||||
"inscription"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
@@ -6080,6 +6082,9 @@
|
||||
},
|
||||
"historic/memorial": {
|
||||
"icon": "monument",
|
||||
"fields": [
|
||||
"inscription"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
@@ -6092,6 +6097,9 @@
|
||||
},
|
||||
"historic/monument": {
|
||||
"icon": "monument",
|
||||
"fields": [
|
||||
"inscription"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
@@ -6105,7 +6113,8 @@
|
||||
"historic/ruins": {
|
||||
"icon": "poi-ruins",
|
||||
"fields": [
|
||||
"historic/civilization"
|
||||
"historic/civilization",
|
||||
"inscription"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
@@ -6121,7 +6130,8 @@
|
||||
"icon": "cemetery",
|
||||
"fields": [
|
||||
"tomb",
|
||||
"building_area"
|
||||
"building_area",
|
||||
"inscription"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
@@ -6134,6 +6144,9 @@
|
||||
},
|
||||
"historic/wayside_cross": {
|
||||
"icon": "religious-christian",
|
||||
"fields": [
|
||||
"inscription"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
@@ -6146,6 +6159,9 @@
|
||||
},
|
||||
"historic/wayside_shrine": {
|
||||
"icon": "landmark",
|
||||
"fields": [
|
||||
"inscription"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
{
|
||||
"icon": "poi-ruins",
|
||||
"fields": [
|
||||
"historic"
|
||||
"historic",
|
||||
"inscription"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
{
|
||||
"icon": "poi-ruins",
|
||||
"fields": [
|
||||
"historic/civilization"
|
||||
"historic/civilization",
|
||||
"inscription"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
{
|
||||
"icon": "monument",
|
||||
"fields": [
|
||||
"inscription"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
@@ -9,4 +12,4 @@
|
||||
"historic": "memorial"
|
||||
},
|
||||
"name": "Memorial"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
{
|
||||
"icon": "monument",
|
||||
"fields": [
|
||||
"inscription"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
@@ -9,4 +12,4 @@
|
||||
"historic": "monument"
|
||||
},
|
||||
"name": "Monument"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
{
|
||||
"icon": "poi-ruins",
|
||||
"fields": [
|
||||
"historic/civilization"
|
||||
"historic/civilization",
|
||||
"inscription"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
|
||||
@@ -2,7 +2,8 @@
|
||||
"icon": "cemetery",
|
||||
"fields": [
|
||||
"tomb",
|
||||
"building_area"
|
||||
"building_area",
|
||||
"inscription"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
{
|
||||
"icon": "religious-christian",
|
||||
"fields": [
|
||||
"inscription"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
{
|
||||
"icon": "landmark",
|
||||
"fields": [
|
||||
"inscription"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
|
||||
3
dist/locales/en.json
vendored
3
dist/locales/en.json
vendored
@@ -1429,6 +1429,9 @@
|
||||
"information": {
|
||||
"label": "Type"
|
||||
},
|
||||
"inscription": {
|
||||
"label": "Inscription"
|
||||
},
|
||||
"internet_access": {
|
||||
"label": "Internet Access",
|
||||
"options": {
|
||||
|
||||
Reference in New Issue
Block a user