From 0c7e2eff23c86524fecfc8db51eab8f27712436e Mon Sep 17 00:00:00 2001 From: Quincy Morgan Date: Wed, 4 Dec 2019 13:29:37 -0500 Subject: [PATCH] Change Mapillary Photo ID field name to Mapillary Image ID --- data/presets.yaml | 4 ++-- data/presets/fields.json | 2 +- data/presets/fields/mapillary.json | 2 +- data/taginfo.json | 2 +- dist/locales/en.json | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/data/presets.yaml b/data/presets.yaml index 1901b0c0b..fbe399e18 100644 --- a/data/presets.yaml +++ b/data/presets.yaml @@ -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 diff --git a/data/presets/fields.json b/data/presets/fields.json index 46376bd05..4a376132f 100644 --- a/data/presets/fields.json +++ b/data/presets/fields.json @@ -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"]}, diff --git a/data/presets/fields/mapillary.json b/data/presets/fields/mapillary.json index 54db6cf4a..9dcfc52fd 100644 --- a/data/presets/fields/mapillary.json +++ b/data/presets/fields/mapillary.json @@ -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 diff --git a/data/taginfo.json b/data/taginfo.json index 11dbc2817..13ef0b6b1 100644 --- a/data/taginfo.json +++ b/data/taginfo.json @@ -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"}, diff --git a/dist/locales/en.json b/dist/locales/en.json index 217146bd8..1a3f34da4 100644 --- a/dist/locales/en.json +++ b/dist/locales/en.json @@ -3564,7 +3564,7 @@ "label": "Type" }, "mapillary": { - "label": "Mapillary Photo ID", + "label": "Mapillary Image ID", "terms": "" }, "marker": {