Re: [mapserver-users] RE: polygon tool

2011-02-18 Thread Shorthouse, David
Bob, This may not be what you have in mind, but you're welcome to take a peek at: http://bsc-localities.webhop.org/. Please note however that this is a very interim service under development and the URL will most certainly change. This was build in pure PHP MapScript and if you would like the

[mapserver-users] RE: polygon tool

2011-02-17 Thread Fawcett, David (MPCA)
You might want to look at OpenLayers. www.openlayers.orghttp://www.openlayers.org Here is a basic example that allows you to draw some vector features and then select them by drawing a box. http://dev.openlayers.org/releases/OpenLayers-2.10/examples/select-feature.html David. From:

[mapserver-users] RE: polygon tool

2011-02-17 Thread Bistrais, Bob
That looks like what I'm after. But at this time we're not using Open Layers. Can this be adapted to a PHP/MapScript app? From: Fawcett, David (MPCA) [mailto:david.fawc...@state.mn.us] Sent: Thursday, February 17, 2011 9:41 AM To: Bistrais, Bob;

[mapserver-users] RE: polygon tool

2011-02-17 Thread Fawcett, David (MPCA)
I assume that with php and MapScript you still need to have some client-side code (javascript or flash/Silverlight) for the draw and select tool. David. From: Bistrais, Bob [mailto:bob.bistr...@maine.gov] Sent: Thursday, February 17, 2011 8:58 AM To: Fawcett, David (MPCA); mapserver-users

[mapserver-users] RE: polygon tool

2011-02-17 Thread Bob Basques
Geomoose (http://www.geomoose.org/) which is built on top of the OpenLayers LIBs, can also handle the drawing functions. This demo :http://www.geomoose.org/demo/geomoose2-webmercator/geomoose.html Look in the Sketch Tools pulldown list. bobb Fawcett, David (MPCA)

[mapserver-users] RE: polygon tool

2011-02-17 Thread Tom van der Putte
Hi Bob, You could also try using Fusion, it also has a polygon tool in there, but again its based on Open Layers. I gues you can make your own, but you'd need some sort of framework that converts the drawn polygon to the location, projection and units that your basemap is in, for which openLayers