RE: [mapserver-users] WMS Request for a single point?

2010-10-12 Thread Fawcett, David (MPCA)
--Original Message- From: mapserver-users-boun...@lists.osgeo.org [mailto:mapserver-users-boun...@lists.osgeo.org] On Behalf Of Robert Hicks Sent: Tuesday, October 12, 2010 8:06 AM To: Lime, Steve D (DNR) Cc: mapserver-users@lists.osgeo.org; Fawcett, David (MPCA) Subject: Re: [mapserver-use

Re: [mapserver-users] WMS Request for a single point?

2010-10-12 Thread Robert Hicks
 CLASS >>>        STYLE >>>            COLOR 255 0 0 >>>            SIZE 15 >>>            symbol "circle" >>>        END >>>    END >>>   END >>> >>> SYMBOL >>>  NAME "circle" >>>

Re: [mapserver-users] WMS Request for a single point?

2010-10-08 Thread Robert Hicks
mapserver-users-boun...@lists.osgeo.org > [mailto:mapserver-users-boun...@lists.osgeo.org] On Behalf Of Robert Hicks > Sent: Friday, October 08, 2010 11:40 AM > To: Fawcett, David (MPCA) > Cc: mapserver-users@lists.osgeo.org > Subject: Re: [mapserver-users] WMS Request for a single point? >

Re: [mapserver-users] WMS Request for a single point?

2010-10-08 Thread thomas bonfort
gt;            symbol "circle" >>        END >>    END >>   END >> >> SYMBOL >>  NAME "circle" >>  TYPE ellipse >>  FILLED true >>  POINTS >>    1 1 >>  END >> END >> >> >> -----Original Messa

RE: [mapserver-users] WMS Request for a single point?

2010-10-08 Thread Lime, Steve D (DNR)
M To: Fawcett, David (MPCA) Cc: mapserver-users@lists.osgeo.org Subject: Re: [mapserver-users] WMS Request for a single point? Great, thanks for all the help everyone! I tried that command: http://10.0.11.54:8008/cgi-bin/mapserv.exe?map=/ms4w/apps/ms_ogc_workshop/client/wms/reference.map&mode=map&a

Re: [mapserver-users] WMS Request for a single point?

2010-10-08 Thread Robert Hicks
s.osgeo.org] On Behalf Of Robert Hicks > Sent: Friday, October 08, 2010 11:07 AM > To: thomas bonfort > Cc: mapserver-users@lists.osgeo.org > Subject: Re: [mapserver-users] WMS Request for a single point? > > Ok, that looks extremely promising. I'm going to go ahead and try

RE: [mapserver-users] WMS Request for a single point?

2010-10-08 Thread Fawcett, David (MPCA)
se FILLED true POINTS 1 1 END END -Original Message- From: mapserver-users-boun...@lists.osgeo.org [mailto:mapserver-users-boun...@lists.osgeo.org] On Behalf Of Robert Hicks Sent: Friday, October 08, 2010 11:07 AM To: thomas bonfort Cc: mapserver-users@lists.osgeo.org Subject: Re: [mapserver

Re: [mapserver-users] WMS Request for a single point?

2010-10-08 Thread thomas bonfort
actually, this is documented here: http://mapserver.org/cgi/controls.html -> Changing map file parameters via a form or a URL -- thomas On Fri, Oct 8, 2010 at 18:06, Robert Hicks wrote: > Ok, that looks extremely promising. I'm going to go ahead and try it > on my local Mapserver. > > On Fri, Oc

Re: [mapserver-users] WMS Request for a single point?

2010-10-08 Thread Robert Hicks
Ok, that looks extremely promising. I'm going to go ahead and try it on my local Mapserver. On Fri, Oct 8, 2010 at 12:03 PM, thomas bonfort wrote: > have a look at > http://www.mail-archive.com/mapserver-us...@lists.umn.edu/msg05881.html > > the syntax for cgi commands has changed since then, yo

Re: [mapserver-users] WMS Request for a single point?

2010-10-08 Thread Robert Hicks
Ah, ok I see what you are saying. Unfortunately it won't always be in the center, but yes, that would make things much simpler. For instance the base map is going to be a county or state outline and the point will be over a single piece of real estate within the county or state. So the point could

Re: [mapserver-users] WMS Request for a single point?

2010-10-08 Thread thomas bonfort
have a look at http://www.mail-archive.com/mapserver-us...@lists.umn.edu/msg05881.html the syntax for cgi commands has changed since then, you'd have to use something like &map.layer[site]=feature+points+582248.23+4841497.11+end+end or &map.layer[site].feature.points=582248.23+4841497.11 (I can

Re: [mapserver-users] WMS Request for a single point?

2010-10-08 Thread Robert Hicks
Thanks Bob, I think the second idea is more for what I am looking at. The styling (or adding the push pin icon) is already done, I know how to do that. The bigger issue is requesting the image with the point in the right location without a backing datastore (or at least one with the specific point)

Re: [mapserver-users] WMS Request for a single point?

2010-10-08 Thread Bob Basques
There are a couple of ways of doing this, one is to use a Client that supports layer stacking in the interface, like GeoMoose or Openlayers, and call separate images and then combine them printing. You would need to set up the approriate environment for this approach and this might not be cost