This commit is contained in:
NatureFreshMilk 2019-02-14 09:13:18 +01:00
parent c14c8dad0a
commit a3bc7fd0eb

View File

@ -11,5 +11,15 @@ const (
)
func (this *PostgresAccessor) FindNextInitialBlocks(s settings.Settings, layers []*layer.Layer, limit int) (*db.InitialBlocksResult, error) {
//zoom/mapblock-width
//13 1
//12 2
//11 4
//10 8
//9 16
//Zoom 9:
//10 mapblocks height * 16 * 16 == 2560
return nil, nil
}