mirror of
https://bitbucket.org/s_l_teichmann/mtsatellite
synced 2025-07-13 05:20:31 +02:00
Finished logic to supress pyramid regeneration in mtwebmapper. Untested.
This commit is contained in:
@ -68,7 +68,7 @@ func createBaseLevel(
|
||||
btc := common.NewBaseTileCreator(
|
||||
client, colors, bg,
|
||||
int16(yMin), int16(yMax),
|
||||
transparent, baseDir, false)
|
||||
transparent, baseDir, nil)
|
||||
go createTiles(btc, jobs, &done)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user