[OpenMap Users] RE: Fancy

From: Tyler, Sean W (IS) <"Tyler,>
Date: Fri, 27 Jan 2012 19:15:28 +0000

Bill -

Yes you can do tiled zooming. If you extend the OMMouseMode and override the mouseWheelMoved, you can then zoom in or out to the next set of tiles by calling:

float scale = MapTileMaker.getScaleForZoom(zoomLevel);
map.setScale(scale);

You will need to keep track of the current zoom level but that should be fairly easy.

--Sean

-----Original Message-----
From: Sutphin, William B CIV NUWC NWPT [mailto:william.sutphin_at_navy.mil]
Sent: Friday, January 27, 2012 10:50 AM
To: openmap-users_at_bbn.com
Subject: EXT :[OpenMap Users] Fancy

Hi

Does OM have the ability to do fancy tiled zooming in and out like Google Earth or World Wind? I'm a little naïve on the subject, but of course everyone that uses my GIS application asked about it.

Bill

--
[To unsubscribe to this list send an email to "majdart_at_bbn.com"
with the following text in the BODY of the message "unsubscribe openmap-users"]
Received on Fri Jan 27 2012 - 14:16:33 EST

This archive was generated by hypermail 2.3.0 : Tue Mar 28 2017 - 23:25:10 EDT