[mapserver-users] WFS with Complex Features in MapServer or TinyOWS

2013-02-06 Thread Peter Hopfgartner
We would need to return some nested data from the WFS service, mostly 
representing data with a 1:N relationship. Could this be done with 
MapServer or TinyOWS?


Regards,

Peter

--
Peter Hopfgartner
R3 GIS Srl - GmbH
web  : http://www.r3-gis.com

___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


[mapserver-users] IMAGEMODE with Mapserver 6.2

2013-02-06 Thread Luís de Sousa
Dear all,

We updated to Mapserver 6.2 in one of our servers today (from 6.0) and a few
of the map files started issuing the following error:

msLoadMap(): Regular expression error. MS_DEFAULT_MAPFILE_PATTERN validation
failed. msEvalRegex(): Regular expression error. String failed expression
test. 

A GetCapabilities request on these files returns an incomplete XML response
and generates a segmentation fault.

We found this being caused by the IMAGEMODE FLOAT32 tag we have to include
in the OUTPUTFORMAR for raster layers. Commenting out this tag all WMS
queries works as they should, but the WCS always returns RGB data that we
can't use.

So this question is if something changed for IMAGEMODE from version 6.0 to
6.2 or if this is a bug. Please advise on how to proceed.

Thank you,

Luís



--
View this message in context: 
http://osgeo-org.1560.n6.nabble.com/IMAGEMODE-with-Mapserver-6-2-tp5032509.html
Sent from the Mapserver - User mailing list archive at Nabble.com.
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


[mapserver-users] Legends with colour ramps.

2013-02-06 Thread Luís de Sousa
Dear all,

I have a raster layer with the colour ramp reproduced below. It does what it
should in a GetMap request, but with GetLegendGraphic it is returning the
image here attached.

I imagine I'm missing some config to get the legend correctly. But what
exactly?

Thank you,

Luís

http://osgeo-org.1560.n6.nabble.com/file/n5032514/ColourRamp.png 

#

CLASS
NAME ColourRamp
EXPRESSION ([pixel] = -10 and [pixel] = 100)
STYLE
  COLORRANGE 240 249 232  8 88 158
  DATARANGE -10 100
END
END



--
View this message in context: 
http://osgeo-org.1560.n6.nabble.com/Legends-with-colour-ramps-tp5032514.html
Sent from the Mapserver - User mailing list archive at Nabble.com.
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


Re: [mapserver-users] MapServer WFS/ArcGIS 10.1

2013-02-06 Thread Jeff McKenna
On 13-02-06 6:55 PM, Lime, Steve D (MNIT) wrote:
 Anyone had any luck displaying a MapServer-based WFS service (MapServer
 6.2) in ArcGIS 10.1 via the data interoperability extension? I can get
 ArcCatalog to list layers from a service so at least some
 GetCapabilities parsing is working fine but can’t get features to be
 recognized. I end up with a “NoGeometry” feature class. Documentation is
 a tad sparse.
 

Interesting Steve, have you checked Apache's access_log on your
MapServer machine to see the exact request being sent?  That might give
us a hint of the Arc magic going on.

-jeff




-- 
Jeff McKenna
MapServer Consulting and Training Services
http://www.gatewaygeomatics.com/
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


Re: [mapserver-users] MapServer WFS/ArcGIS 10.1

2013-02-06 Thread John Abraham
I have it working after struggling for a few days.  A big part of it was that 
the mapserver documentation didn't specify the right string for double/float 
types.  The GML type needs to be xsd:double.  

I filed a ticket to improve the mapserver documentation on this, not sure if 
that ticket went anywhere.

Try that and copy me personally on any followup to the list.

--
John Abraham
j...@hbaspecto.com

On Feb 6, 2013, at 4:49 PM, Jeff McKenna jmcke...@gatewaygeomatics.com wrote:

 On 13-02-06 6:55 PM, Lime, Steve D (MNIT) wrote:
 Anyone had any luck displaying a MapServer-based WFS service (MapServer
 6.2) in ArcGIS 10.1 via the data interoperability extension? I can get
 ArcCatalog to list layers from a service so at least some
 GetCapabilities parsing is working fine but can’t get features to be
 recognized. I end up with a “NoGeometry” feature class. Documentation is
 a tad sparse.
 
 
 Interesting Steve, have you checked Apache's access_log on your
 MapServer machine to see the exact request being sent?  That might give
 us a hint of the Arc magic going on.
 
 -jeff
 
 
 
 
 -- 
 Jeff McKenna
 MapServer Consulting and Training Services
 http://www.gatewaygeomatics.com/
 ___
 mapserver-users mailing list
 mapserver-users@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/mapserver-users

___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


Re: [mapserver-users] MapServer WFS/ArcGIS 10.1

2013-02-06 Thread John Abraham
I just responded about how the double types need to be xsd:double.  But now I'm 
remembering that was the second problem I had, to allow ArcGIS to actually do 
something with the values it was getting.  Before that, I struggled for a long 
time with a problem much more similar to the one you describe.  

I can't remember how I solved the first problem, but would you like a copy of a 
map file that actually works with ArgGIS data interoperability extension?  I 
now have a working web app that generates such map files on-the-fly based on 
user-requested data.

--
John Abraham
j...@hbaspecto.com
403-232-1060

On Feb 6, 2013, at 3:55 PM, Lime, Steve D (MNIT) steve.l...@state.mn.us 
wrote:

 Anyone had any luck displaying a MapServer-based WFS service (MapServer 6.2) 
 in ArcGIS 10.1 via the data interoperability extension? I can get ArcCatalog 
 to list layers from a service so at least some GetCapabilities parsing is 
 working fine but can’t get features to be recognized. I end up with a 
 “NoGeometry” feature class. Documentation is a tad sparse.
  
 Service works great in QGIS 1.8.
  
 Steve
  
 STEVE LIME  | DATA  APPLICATIONS MANAGER
 MN.IT SERVICES @ MNDNR
 651-259-5473 (w)  |  651-297-4946 (f) |  steve.l...@state.mn.us
 image002.jpg
 Information Technology for Minnesota Government   |   mn.gov/oet
  
  
 ___
 mapserver-users mailing list
 mapserver-users@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/mapserver-users

___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users