[Geomoose-users] calling two services at once? GM 2.x
Len Kne
lkne at houstoneng.com
Wed Dec 23 11:32:46 EST 2009
I don't see any looping for services like there are for layers to call more than one at a time. I haven't tried this, but one way to maybe do this would be to create a "javascript" type tool and load the services that way, like:
<tool name="mytool" title="Start 2 services" type="javascript" selectable="false">
GeoMOOSE.startService('service1' , settingsObj, forceStart); GeoMOOSE.startService('service2' , settingsObj, forceStart);
</tool>
Len
From: Mark Volz [mailto:MarkVolz at co.lyon.mn.us]
Sent: Wednesday, December 23, 2009 9:57 AM
To: geomoose-users at lists.sourceforge.net
Subject: [Geomoose-users] calling two services at once? GM 2.x
Hi,
Is it possible to call two services at one time? For example I would like identify and open up a link to bing maps using a single click...
Thanks
Mark Volz
GIS Specialist
Lyon County, MN
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osgeo.org/pipermail/geomoose-users/attachments/20091223/e10d8501/attachment.html
More information about the Geomoose-users
mailing list