forked from MapComplete/MapComplete
Fix mapillary image detection
This commit is contained in:
parent
46e3fa84de
commit
83f79d95b9
3 changed files with 7 additions and 9 deletions
|
@ -44,7 +44,7 @@ export default class AllImageProviders {
|
|||
|
||||
let prefixes = imageProvider.defaultKeyPrefixes
|
||||
if(tagKey !== undefined){
|
||||
prefixes = [tagKey]
|
||||
prefixes = [...prefixes, tagKey]
|
||||
}
|
||||
|
||||
const singleSource = imageProvider.GetRelevantUrls(tags, {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue