Re: [mapserver-users] RFC 74 DBINCLUDE

2013-06-14 Thread Robert Hollingsworth
, Robert Hollingsworth wrote: I'm looking at implementing RFC 74 Includes from non-file connections, ... I'd invite interested parties to look at the RFC and comment back with possible additional use cases, to see how well the prescribed mapfile syntax for this supports those uses. Hi Robert, Here

[mapserver-users] RFC 74 DBINCLUDE

2013-06-12 Thread Robert Hollingsworth
I'm looking at implementing RFC 74 Includes from non-file connections, i.e., using a database query to bring in a section of mapfile, as an alternative to the INCLUDE filename that's in there already. Some interesting and powerful capabilities hinted at in the RFC, such as,  A common use case

[mapserver-users] Re:REST and SOAP in Mapserver

2011-02-25 Thread Robert Hollingsworth
Eric, Several years ago I did some experimental work with SOAP and REST inside the mapserv engine.  The archives may contain a few old messages about the details, but what I was doing was to consume (now defunct) ESRI ArcWeb Services map images as raster backdrops for added mapserver vector

[mapserver-users] multiple labels? also, symbols forced to display within a polygon?

2010-09-24 Thread Robert Hollingsworth
Are there definitive statements somewhere in the mapserver/mapscript documentation on whether/how multiple labels, with their own string content, color, font, placement, etc., can ALL be simultaneously displayed on each placed feature within a layer?  I've seen some hints that this can be

Re: [mapserver-users] How to use an ArcGIS geocoding service

2010-08-15 Thread Robert Hollingsworth
Bob, Without knowing more details of your app environment, I'd approach as follows: Have your client-side code collect the user's address entry and include it as an arg to your php/mapscript program (which will return a map image).  Have the php encode the user's address into the ArcGIS

[mapserver-users] Re: Display a map in lower detail

2008-08-31 Thread ROBERT HOLLINGSWORTH
You're basically describing generalization here.  I don't think mapscript has facilities for this, but you may be able to perform your own generalization on your shape objects.  Try a google on Douglas-Peucker algorithm and see what you find.  In some cases I think people simplify their

[mapserver-users] Re: MapPoint Web Service and Mapserver

2008-04-29 Thread ROBERT HOLLINGSWORTH
In other words, you want to have Mapserver consume Mappoint and pass along the images along with Mapserver's own layers to a client app? Mappoint is SOAP-based? If so, what I'm doing with ESRI ArcWeb Services SOAP may be similar enough to what you're trying to do to be of interest. A couple

Re: [mapserver-users] php/mapscript and OWS

2008-04-10 Thread ROBERT HOLLINGSWORTH
'); ms_iogetStdoutBufferBytes(); ms_ioresethandlers(); ? Best Regards ROBERT HOLLINGSWORTH wrote: Hello, I've loaded latest MS4W 2.x (therefore PHP 5.x) and am trying to verify Mapscript's OwsRequestObj and $mapobj-owsdispatch() on a fairly ordinary shp-based mapfile that works well where mapserv.exe is the WMS