[Geomoose-users] Retireve XY

Jay Kapalczynski jkapalczynski at ci.maple-grove.mn.us
Tue Apr 1 12:25:50 EDT 2008


Yea I hear you....just have to find the time and money.....just trying
to see how far I can go without having to invest the time into learning
yet another language. 

Very new to the web side of things and will eventually get there...

 

Brian also had a good idea that eliminated writing any php...

*         I created another layer that covered a very large area.

*         I then added that to my identify.map file 

*         In the identify for the layer I simply added:

<tr>

<td colspan="2"><b><u>UTM Zone 15 Coordinates</u></b>

<br>

<b>X: </b>[mapx]

<br>

<b>Y: </b>[mapy]</td>

</tr>

<tr>

<td align="Left">Get XY:</td>

<td><INPUT type="button" value="Enter Data By XY"
onClick="window.open('http://GeoMoose_ASPNET/AddXY_DataEntry.aspx?XCoord
=[mapx]&YCoord=[mapy]','mywindow','width=1100,height=800')"</td>


</tr>

 

This will push the XY to my ASP.NET page and  prepopulate two text
fields with the XY Coordinate....

 

Thanks all for your help and thoughts....

 

 

From: Dan Little [mailto:danlittle at yahoo.com] 
Sent: Tuesday, April 01, 2008 9:55 AM
To: Jay Kapalczynski; geomoose-developers at lists.sourceforge.net;
geomoose-users at lists.sourceforge.net
Subject: Re: [Geomoose-users] Retireve XY

 

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

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
<mailto:jkapalczynski at ci.maple-grove.mn.us> 

 

 

 

________________________________

You rock. That's why Blockbuster's offering you one month of Blockbuster
Total Access
<http://us.rd.yahoo.com/evt=47523/*http:/tc.deals.yahoo.com/tc/blockbust
er/text5.com%0a> , No Cost.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osgeo.org/pipermail/geomoose-users/attachments/20080401/2b81deaf/attachment.html


More information about the Geomoose-users mailing list