[Aust-NZ] Re: VicMap API JavaScript - who's the developer?
Noli Sicad
nsicad at gmail.com
Mon Sep 26 06:29:04 EDT 2011
http://lctest.land.vic.gov.au/vicmapapi/UserGuide.jsp
This one does not work. Controls still present in the map.
~~~~~~~
If one wishes to omit the pan via click-and-drag and the zoom via
double-click controls from their application. They can achieve this
using the code below:
~~~~~~~
var map = new OpenLayers.Vicmap.Map('map',
{ controls: [ new OpenLayers.Control.PanZoomBar(),
new OpenLayers.Control.MousePosition({element:
$('location')}),
new OpenLayers.Control.LayerSwitcher() ] }
);
~~~~~~~~~~~~~~
Noli
On 9/26/11, Noli Sicad <nsicad at gmail.com> wrote:
> Hi,
>
> Do you know who is the author / developer of VicMap API JavaScript?
>
> http://lctest.land.vic.gov.au/vicmapapi/About.jsp
>
> Thanks.
>
> Noli
>
More information about the Aust-NZ
mailing list