On Wed, Oct 10, 2012 at 8:26 PM, izzybitsie <span dir="ltr"><<a href="mailto:izzybitsie@gmail.com" target="_blank">izzybitsie@gmail.com</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi,<br>
could someone let me know how I could find out if a chosen LonLat is in<br>
water?  I looked at the GetFeatureInfo example, but it only applies to<br>
Tasmania map.  I have not been able to  find a worldwide map to use<br>
GetFeatureInfo assuming this is the right way to go.<br></blockquote><div><br></div><div>Among the OGC services, I guess using a WFS GetFeature with a query of</div><div>type "point intersection" against a layer that has precise shorelines, and returning</div>
<div>only the hits as opposed to the records, would be better.</div><div><br></div><div>You could load data from Natural Earth, or if that is not precise enough, use</div><div>the global high resolution shoreline dataset.</div>
<div><br></div><div>By the name of the layer I assume you're using GeoServer. </div><div>A request that would get you the result you want might be (mind, not tested, and using some GeoServer</div><div>specific extensions for easier filtering):</div>
<div><br></div><div><a href="http://host/geoserver/wfs?service=WFS&version=1.1.0&request=GetFeature&resultType=hits&CQL_FILTER=INTERSECTS(the_geom">http://host/geoserver/wfs?service=WFS&version=1.1.0&request=GetFeature&resultType=hits&CQL_FILTER=INTERSECTS(the_geom</a>, POINT(lat, lon))</div>
<div><br></div><div>Mind, since the above is using WFS 1.1 the coordinates will have to be entered in lat/lon order, whilst the_geom is the name of the geometry</div><div>attribute for shapefiles in GeoServer, if you are loading into a database check what is the actual geometry column name there)</div>
<div><br></div><div>Cheers</div><div>Andrea</div><div> </div></div><div><br></div>-- <br><div>==</div><div>Our support, Your Success! Visit <a href="http://opensdi.geo-solutions.it" target="_blank">http://opensdi.geo-solutions.it</a> for more information.</div>
<div>==</div><div><br></div><div>Ing. Andrea Aime </div><div>@geowolf</div><div>Technical Lead</div><div><br></div><div>GeoSolutions S.A.S.</div><div>Via Poggio alle Viti 1187</div><div>55054  Massarosa (LU)</div><div>Italy</div>
<div>phone: +39 0584 962313</div><div>fax: +39 0584 1660272</div><div>mob: +39  339 8844549</div><div><br></div><div><a href="http://www.geo-solutions.it" target="_blank">http://www.geo-solutions.it</a></div><div><a href="http://twitter.com/geosolutions_it" target="_blank">http://twitter.com/geosolutions_it</a></div>
<div><br></div><div>-------------------------------------------------------</div><br>