forked from MapComplete/MapComplete
Fix(eli): add patch for ESRI files
This commit is contained in:
parent
94949e14a6
commit
229b74f175
1 changed files with 4 additions and 0 deletions
|
@ -40,6 +40,10 @@ class DownloadEli extends Script {
|
|||
}
|
||||
}
|
||||
|
||||
if(props.id.toLowerCase().startsWith("esri")){
|
||||
props.url += "?blankTile=false"
|
||||
}
|
||||
|
||||
if (props.id === "MAPNIK") {
|
||||
// Already added by default
|
||||
continue
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue