Opened 15 years ago

Closed 13 years ago

#240 closed defect (wontfix)

Mousewheel zoom does not behave as expected in Google Maps

Reported by: jbirch Owned by: madair
Priority: P2 Milestone: Future
Component: Widgets Version: 2.0 - beta
Severity: Major Keywords:
Cc: Browser: All
External ID: Operating System: All
state: New

Description

Tried setting up the Aqua MapGuide theme loading a Google street layer. It worked well, but the mouse-wheel zoom did not appear to zoom into the point that was under the mouse, it appeared to be offset radially (was more accurate when zooming towards centre of map).

  <MapSet xsi:type="MapSetType">
    <MapGroup id="sheboygan" xsi:type="MapType">
      <Map xsi:type="WMSLayerType">
        <Type>Google</Type>
        <Extension>
          <ResourceId>google</ResourceId>
          <Options>
            <name>Google Streets</name>
            <isBaseLayer>true</isBaseLayer>
            <sphericalMercator>false</sphericalMercator>
          </Options>
        </Extension>
      </Map>
      <Extension/>
    </MapGroup>
  </MapSet>

Change History (2)

comment:1 by madair, 14 years ago

Milestone: 2.0Future

I'm seeing the same behaviour in the OpenLayers examples so I think this is an OL issue really

comment:2 by madair, 13 years ago

Resolution: wontfix
Status: newclosed

looks like it is fixed in both the OL examples and Fusion at Google API v3

Note: See TracTickets for help on using tickets.