[Geomoose-users] Identify Tool
Brent Fraser
bfraser at geoanalytic.com
Thu Aug 12 17:06:58 EDT 2010
I'd be tempted to create a "special" Identify service:
<service name="bare_identify" title="Identify" display="false">
<url>php/identify.php</url>
</service>
but I don't know if that would work.
Or add a "true" value to the end of the startService call:
GeoMOOSE.startService(\"identify\",{\"shape\" : \"POINT(\" + p.x + \" \" +
p.y + \")\"},\"true\")";
Or add a "callService" wrapper to the GeoMoose API in geomoose.js (dunno if that
would work either).
Brent
Bill Harbour wrote:
> k…changing the identify service listing in mapbook.xml to:
>
> <service name="identify" title="Identify" display="false">
>
> <url>php/identify.php</url>
>
> <step type="spatial" name="shape" line="false"
> polygon="false" jump-start="true" default="point">
>
> <input type="visiblelayers" name="layers"/>
>
> <input type="hidden" name="shape"/>
>
> </step>
>
> </service>
>
> …did keep the input window from showing up when I hit the identify
> button. My problem is that the identify service is being accessed from
> geocode.php using the line GeoMOOSE.startService(\"identify\",{\"shape\"
> : \"POINT(\" + p.x + \" \" + p.y + \")\"})";
>
>
>
> So I’ve got to be able to control the identify behavior using the above
> line….any ideas??
>
>
>
> Thanks,
>
>
>
> Baldwin County Public Schools
>
> Bill Harbour
>
> GIS Coordinator
>
> Information Technology Services
>
> Baldwin County Board of Education
>
> 1071** ** B Ave
>
> Loxley, AL 36551
>
> V 251-580-1916
>
> F 251-972-6851
>
> Office 251-972-6850
>
> bharbour at bcbe.org <mailto:bharbour at bcbe.org>
>
> http://www.bcbe.org
>
> //"When life gets too unreal, sit down with a good book."// - Garrison
> Keillor
>
>
>
>
> ------------------------------------------------------------------------
>
> ------------------------------------------------------------------------------
> This SF.net email is sponsored by
>
> Make an app they can't live without
> Enter the BlackBerry Developer Challenge
> http://p.sf.net/sfu/RIM-dev2dev
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Geomoose-users mailing list
> Geomoose-users at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geomoose-users
More information about the Geomoose-users
mailing list