[OpenLayers-Trac] [OpenLayers] #2890: remove OpenLayers.Map.TILE_WIDTH and OpenLayers.Map.TILE_HEIGHT

OpenLayers trac-20090302 at openlayers.org
Mon Oct 18 10:27:58 EDT 2010


#2890: remove OpenLayers.Map.TILE_WIDTH and OpenLayers.Map.TILE_HEIGHT
---------------------+------------------------------------------------------
 Reporter:  fredj    |       Owner:              
     Type:  feature  |      Status:  new         
 Priority:  minor    |   Milestone:  2.11 Release
Component:  general  |     Version:  2.10        
 Keywords:           |       State:              
---------------------+------------------------------------------------------
 remove the constants, the size can be set with:
 {{{
 map = new OpenLayers.Map('map', {
     tileSize: new OpenLayers.Size(512, 512)
 });
 }}}

-- 
Ticket URL: <http://trac.openlayers.org/ticket/2890>
OpenLayers <http://openlayers.org/>
A free AJAX map viewer


More information about the Trac mailing list