forked from MTSR/mapserver
comments
This commit is contained in:
parent
c14c8dad0a
commit
a3bc7fd0eb
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user