mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-26 01:47:49 +02:00
Fix issue displaying preset name for suggestions with a '/' in name
(closes #6594)
This commit is contained in:
+1
-1
@@ -260,7 +260,7 @@ function suggestionsToPresets(presets) {
|
||||
return;
|
||||
}
|
||||
|
||||
let suggestionID = presetID + '/' + name;
|
||||
let suggestionID = presetID + '/' + name.replace('/', '');
|
||||
|
||||
let tags = { 'brand:wikidata': qid };
|
||||
for (let k in preset.tags) {
|
||||
|
||||
@@ -2980,7 +2980,7 @@
|
||||
"office/estate_agent/Foncia": {"name": "Foncia", "icon": "temaki-real_estate_agency", "imageURL": "https://graph.facebook.com/Foncia/picture?type=large", "geometry": ["point", "area"], "tags": {"brand:wikidata": "Q1435638", "office": "estate_agent"}, "addTags": {"brand": "Foncia", "brand:wikidata": "Q1435638", "brand:wikipedia": "fr:Foncia", "name": "Foncia", "office": "estate_agent"}, "countryCodes": ["fr"], "terms": [], "matchScore": 2, "suggestion": true},
|
||||
"office/estate_agent/Guy Hoquet": {"name": "Guy Hoquet", "icon": "temaki-real_estate_agency", "imageURL": "https://graph.facebook.com/GuyHoquetImmobilier/picture?type=large", "geometry": ["point", "area"], "tags": {"brand:wikidata": "Q25383970", "office": "estate_agent"}, "addTags": {"brand": "Guy Hoquet", "brand:wikidata": "Q25383970", "brand:wikipedia": "fr:Guy Hoquet l'immobilier", "name": "Guy Hoquet", "office": "estate_agent"}, "countryCodes": ["fr"], "terms": [], "matchScore": 2, "suggestion": true},
|
||||
"office/estate_agent/Orpi": {"name": "Orpi", "icon": "temaki-real_estate_agency", "imageURL": "https://graph.facebook.com/OrpiFrance/picture?type=large", "geometry": ["point", "area"], "tags": {"brand:wikidata": "Q3356080", "office": "estate_agent"}, "addTags": {"brand": "Orpi", "brand:wikidata": "Q3356080", "brand:wikipedia": "fr:Organisation régionale des professionnels de l'immobilier", "name": "Orpi", "office": "estate_agent"}, "countryCodes": ["fr"], "terms": [], "matchScore": 2, "suggestion": true},
|
||||
"office/estate_agent/RE/MAX": {"name": "RE/MAX", "icon": "temaki-real_estate_agency", "imageURL": "https://graph.facebook.com/remax/picture?type=large", "geometry": ["point", "area"], "tags": {"brand:wikidata": "Q965845", "office": "estate_agent"}, "addTags": {"brand": "RE/MAX", "brand:wikidata": "Q965845", "brand:wikipedia": "en:RE/MAX", "name": "RE/MAX", "office": "estate_agent"}, "terms": [], "matchScore": 2, "suggestion": true},
|
||||
"office/estate_agent/REMAX": {"name": "RE/MAX", "icon": "temaki-real_estate_agency", "imageURL": "https://graph.facebook.com/remax/picture?type=large", "geometry": ["point", "area"], "tags": {"brand:wikidata": "Q965845", "office": "estate_agent"}, "addTags": {"brand": "RE/MAX", "brand:wikidata": "Q965845", "brand:wikipedia": "en:RE/MAX", "name": "RE/MAX", "office": "estate_agent"}, "terms": [], "matchScore": 2, "suggestion": true},
|
||||
"office/estate_agent/Royal LePage": {"name": "Royal LePage", "icon": "temaki-real_estate_agency", "imageURL": "https://pbs.twimg.com/profile_images/1143181179102859269/HvAK2iCT_bigger.png", "geometry": ["point", "area"], "tags": {"brand:wikidata": "Q7374385", "office": "estate_agent"}, "addTags": {"brand": "Royal LePage", "brand:wikidata": "Q7374385", "brand:wikipedia": "en:Royal LePage", "name": "Royal LePage", "office": "estate_agent"}, "countryCodes": ["ca"], "terms": [], "matchScore": 2, "suggestion": true},
|
||||
"office/estate_agent/Square Habitat": {"name": "Square Habitat", "icon": "temaki-real_estate_agency", "geometry": ["point", "area"], "tags": {"brand:wikidata": "Q64027038", "office": "estate_agent"}, "addTags": {"brand": "Square Habitat", "brand:wikidata": "Q64027038", "brand:wikipedia": "fr:Square Habitat", "name": "Square Habitat", "office": "estate_agent"}, "countryCodes": ["fr"], "terms": [], "matchScore": 2, "suggestion": true},
|
||||
"office/financial_advisor/Edward Jones": {"name": "Edward Jones", "icon": "maki-suitcase", "imageURL": "https://graph.facebook.com/edwardjones/picture?type=large", "geometry": ["point", "area"], "tags": {"brand:wikidata": "Q5343830", "office": "financial_advisor"}, "addTags": {"alt_name": "Edward Jones Investments", "brand": "Edward Jones", "brand:wikidata": "Q5343830", "brand:wikipedia": "en:Edward Jones Investments", "name": "Edward Jones", "office": "financial_advisor"}, "countryCodes": ["ca", "us"], "terms": [], "matchScore": 2, "suggestion": true},
|
||||
|
||||
Reference in New Issue
Block a user