Fix(eli): add patch for ESRI files

This commit is contained in:
Pieter Vander Vennet 2025-07-14 00:38:55 +02:00
parent 94949e14a6
commit 229b74f175

View file

@ -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