OpenLayers OpenLayers

Ticket #183 (closed bug: fixed)

Opened 2 years ago

Last modified 2 years ago

Safe resizing of google layer

Reported by: euzuro Assigned to:
Priority: minor Milestone: 2.0 Release
Component: Layer Version:
Keywords: Cc:
State:

Description

from gmaps api homepage:

checkResize() none Notifies the map of a change of the size of its container. Call this method after the size of the container DOM object has changed, so that the map can adjust itself to fit the new size.

We should be listening for a resize on map.events and calling checkresize when it happens

Change History

08/17/06 01:53:20 changed by euzuro

  • status changed from new to closed.
  • resolution set to fixed.
  • component changed from general to Layer.
  • milestone changed from 2.1 Release to 2.0 Release.

added with r1275