[Geomoose-users] Retireve XY

Dan Little danlittle at yahoo.com
Tue Apr 1 10:55:28 EDT 2008


Jay,

I think you need to take an intro to PHP course. ;-)

Since GeoMOOSE passes the point in you could do something like this:

<html>
<body>
Your Coordinates: 
<?php 
$xy = $_REQUEST['point'];
print $xy;
?><br/>
</body>
</html>

<service title="My Service" shape="point" default="true">
    <url>php/point_display.php</url>
    <input type="point" delim="," name="point"/>
</service>

This service definition might be a little off, check the "Identify" service for the correct "type=..." for a point, but use the comma as a delimiter.

-Duck

----- Original Message ----
From: Jay Kapalczynski <jkapalczynski at ci.maple-grove.mn.us>
To: geomoose-developers at lists.sourceforge.net; geomoose-users at lists.sourceforge.net
Sent: Friday, March 28, 2008 2:54:11 PM
Subject: [Geomoose-users] Retireve XY

  
<!--
 _filtered {font-family:"Cambria Math";panose-1:2 4 5 3 5 4 6 3 2 4;}
 _filtered {font-family:Calibri;panose-1:2 15 5 2 2 2 4 3 2 4;}
 _filtered {font-family:"Californian FB";panose-1:2 7 4 3 6 8 11 3 2 4;}
/* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
	{margin:0in;margin-bottom:.0001pt;font-size:11.0pt;font-family:"Calibri", "sans-serif";}
a:link, span.MsoHyperlink
	{color:blue;text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
	{color:purple;text-decoration:underline;}
span.EmailStyle17
	{font-family:"Calibri", "sans-serif";color:windowtext;}
.MsoChpDefault
	{}
 _filtered {margin:1.0in 1.0in 1.0in 1.0in;}
div.Section1
	{}
-->
Is there a way to modify the Select or Identify tool to not
select or identify layers but to only retieve the XY into the information tab?
   
 RIght now the only way I can get the XY and open the
information tab is to use the identify or select.
   
 And that is limited because I have to select a feature….what
I want to do is click anywhere in the map (on the aerials) and open the Information
Tab and return the XY
   
 Any thoughts…
   
 Can I modify the identify?
   
 City of Maple Grove
 Jason Kapalczynski
 GIS / IS
 Office 763.494.6282
 Fax:   763.494.6419
 jkapalczynski at ci.maple-grove.mn.us
   
 






      ____________________________________________________________________________________
You rock. That's why Blockbuster's offering you one month of Blockbuster Total Access, No Cost.  
http://tc.deals.yahoo.com/tc/blockbuster/text5.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osgeo.org/pipermail/geomoose-users/attachments/20080401/d05a62e1/attachment.html


More information about the Geomoose-users mailing list