mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 01:02:58 +00:00
Change Mapillary Photo ID field name to Mapillary Image ID
This commit is contained in:
@@ -1253,8 +1253,8 @@ en:
|
||||
label: Type
|
||||
mapillary:
|
||||
# mapillary=*
|
||||
label: Mapillary Photo ID
|
||||
terms: '[translate with synonyms or related terms for ''Mapillary Photo ID'', separated by commas]'
|
||||
label: Mapillary Image ID
|
||||
terms: '[translate with synonyms or related terms for ''Mapillary Image ID'', separated by commas]'
|
||||
marker:
|
||||
# marker=*
|
||||
label: Type
|
||||
|
||||
@@ -231,7 +231,7 @@
|
||||
"manufacturer": {"key": "manufacturer", "type": "combo", "snake_case": false, "caseSensitive": true, "label": "Manufacturer"},
|
||||
"map_size": {"key": "map_size", "type": "typeCombo", "label": "Coverage"},
|
||||
"map_type": {"key": "map_type", "type": "typeCombo", "label": "Type"},
|
||||
"mapillary": {"key": "mapillary", "type": "identifier", "label": "Mapillary Photo ID", "urlFormat": "https://mapillary.com/app/?focus=photo&pKey={value}", "pattern": "^[a-zA-Z0-9-_]{1,}$", "universal": true},
|
||||
"mapillary": {"key": "mapillary", "type": "identifier", "label": "Mapillary Image ID", "urlFormat": "https://mapillary.com/app/?focus=photo&pKey={value}", "pattern": "^[a-zA-Z0-9-_]{1,}$", "universal": true},
|
||||
"marker": {"key": "marker", "type": "typeCombo", "label": "Type"},
|
||||
"material": {"key": "material", "type": "combo", "label": "Material"},
|
||||
"max_age": {"key": "max_age", "type": "number", "minValue": 0, "label": "Maximum Age", "terms": ["upper age limit"]},
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"key": "mapillary",
|
||||
"type": "identifier",
|
||||
"label": "Mapillary Photo ID",
|
||||
"label": "Mapillary Image ID",
|
||||
"urlFormat": "https://mapillary.com/app/?focus=photo&pKey={value}",
|
||||
"pattern": "^[a-zA-Z0-9-_]{1,}$",
|
||||
"universal": true
|
||||
|
||||
@@ -1549,7 +1549,7 @@
|
||||
{"key": "manufacturer", "description": "🄵 Manufacturer"},
|
||||
{"key": "map_size", "description": "🄵 Coverage"},
|
||||
{"key": "map_type", "description": "🄵 Type"},
|
||||
{"key": "mapillary", "description": "🄵 Mapillary Photo ID"},
|
||||
{"key": "mapillary", "description": "🄵 Mapillary Image ID"},
|
||||
{"key": "material", "description": "🄵 Material"},
|
||||
{"key": "max_age", "description": "🄵 Maximum Age"},
|
||||
{"key": "maxheight", "description": "🄵 Max Height"},
|
||||
|
||||
2
dist/locales/en.json
vendored
2
dist/locales/en.json
vendored
@@ -3564,7 +3564,7 @@
|
||||
"label": "Type"
|
||||
},
|
||||
"mapillary": {
|
||||
"label": "Mapillary Photo ID",
|
||||
"label": "Mapillary Image ID",
|
||||
"terms": ""
|
||||
},
|
||||
"marker": {
|
||||
|
||||
Reference in New Issue
Block a user