[mapserver-users] MapServer Layer Filter not applying to WFS

2012-11-05 Thread Hawk AA
Hi there, mailing list, We have a customer sending us data with sensitive information. The most convenient way for us is to receive the complete data set and applying a filter in the mapfile. The layer definition looks like this: LAYER NAME Traseer

[mapserver-users] Connectiontype OGR with shapefile encoding

2012-11-05 Thread Hawk AA
Hi, You’ve probably had it with encoding issues, but I can’t seem to figure it out. I sure hope the Mailing List can help me with this one. I have a shapefile encoded in latin1 . Until recently I have been able to use CONNECTIONTYPE OGR to access that table like this: CONNECTIONTYPE

[mapserver-users] WMS layers - using port other than 80

2012-11-05 Thread Ian Walberg
Folks, Can anyone confirm that a WMS layer can use a port other than 80? From some testing we did last week it appeared that they query capabilities could use any port but the actual requests needed to be on port 80. Does this make sense? We will test further today to confirm.

Re: [mapserver-users] [mapserver-dev] WMS layers - using port other than 80

2012-11-05 Thread Stephen Woodbridge
Yes, it works fine. http://imaptools.com:8080/demo/tiger2011.html?zoom=2lat=40.11169lon=-95.18555layers=B0 -Steve W On 11/5/2012 10:51 AM, Ian Walberg wrote: Folks, Can anyone confirm that a WMS layer can use a port other than 80? From some testing we did last week it appeared that they

Re: [mapserver-users] MapServer Layer Filter not applying to WFS

2012-11-05 Thread Lime, Steve D (DNR)
This is known issue, but it's a bigger deal with shapefiles. The WFS filters essentially replace the defined filter, they are not additive. This is true for all drivers. This would need to be an enhancement, but It would be tricky to do so I think given the variety of filter types. With RDBMS

Re: [mapserver-users] MapServer Layer Filter not applying to WFS

2012-11-05 Thread Lime, Steve D (DNR)
One other idea. I believe you can avoid using OGR by adding your filter to class expressions and setting a template (which enables queries) at the class level. Class expressions are always checked. If you have one class it's easy: LAYER NAME Traseer GROUP TelMe TYPE LINE

Re: [mapserver-users] Adding an WMS Layer example

2012-11-05 Thread Jeff McKenna
Håvard is right, there is a WMS client layer that you should be able to paste into your mapfile as-as: http://mapserver.org/en/ogc/wms_client.html#adding-a-wms-layer (I try to keep that server online) -jeff -- Jeff McKenna MapServer Consulting and Training Services

[mapserver-users] getfeature problem

2012-11-05 Thread Bistrais, Bob
I am trying to work with some feature results, and am getting an error returned on a layer-getFeature. I tried to research other posts about this, seems like there was some issues with WMS or something not quite related to where I am. I'm using MS4W 3.0.4 - MapServer 6.0.2 with PHP MapScript

Re: [mapserver-users] getfeature problem

2012-11-05 Thread Lime, Steve D (DNR)
Man are the docs out-of-date in this regard. See RFC 65 for an example, see the Proposed Technical Changes section (it's much simpler in 6.x)... http://mapserver.org/development/rfc/ms-rfc-65.html I'll get some documentation tickets in place to address the documentation shortcomings. Steve

[mapserver-users] Projection values of mapfile

2012-11-05 Thread Forest
Hello everyone, I've been using shp2img tools to generate tile image by mapfile. And the project is by default,which is epsg:4326.Now I want to use Web Mercator Projection,Can you tell me how to write the mapfile's projection label?And Do I need to change my shpfile's projection?    

[mapserver-users] OGR MSSQL Server on specified Port Number fails to connect

2012-11-05 Thread David Martin
Hi, I have a geodata source on SQLServer 2008 and have been using for a number of years the msplugin_mssql2008.dll plugin. I now want to use some stored procedures in my SQL server to render the geo data to MapServer. So I have been working with the OGR driver however I have found what I think