mirror of
https://bitbucket.org/s_l_teichmann/mtsatellite
synced 2025-06-29 14:41:07 +02:00
Fixed non-interleaved sqlite support.
This commit is contained in:
@ -132,7 +132,7 @@ func (btc *BaseTileCreator) CreateTile(x, z int16, i, j int) error {
|
||||
return err
|
||||
}
|
||||
}
|
||||
log.Printf("Writing empty (%d, %d) to file %s\n", x, z, path)
|
||||
//log.Printf("Writing empty (%d, %d) to file %s\n", x, z, path)
|
||||
return ioutil.WriteFile(path, btc.emptyImage, 0666)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user