Re: [mapserver-users] Re: Mapfile layer not displaying in MapServer 6.0.1 (does in 5.4)

2011-07-15 Thread Steve Lime
Couple of things to try... Try removing the output format and just use "IMAGETYPE PNG24". Also, what does the symbol file look like? Steve On Fri, Jul 15, 2011 at 4:26 PM, myOpenLayersUName < joanne.mcg...@sympatico.ca> wrote: > I tried making the Mapfile even simpler and removing SDE from the m

[mapserver-users] Re: Mapfile layer not displaying in MapServer 6.0.1 (does in 5.4)

2011-07-15 Thread myOpenLayersUName
I tried making the Mapfile even simpler and removing SDE from the mix. I created a Shapefile of the layer and now the Mapfile is: MAP NAME "mySubMap" FONTSET "../../../mapserv/etc/fonts.txt" SYMBOLSET "../../../mapserv/etc/symbols.sym" SHAPEPATH "//httpd/apps/joanne/data" SIZE 800 600

[mapserver-users] Re: Mapfile layer not displaying in MapServer 6.0.1 (does in 5.4)

2011-07-15 Thread myOpenLayersUName
Oh, I mis-spelled the URL. It's layer=, not layers= "http:///ogc/joanne?mode=map&layer=Roads25" Doesn't matter. Still the same results. -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/Mapfile-layer-not-displaying-in-MapServer-6-0-1-does-in-5-4-tp6587562p6587572.html Sent

[mapserver-users] Mapfile layer not displaying in MapServer 6.0.1 (does in 5.4)

2011-07-15 Thread myOpenLayersUName
I'm having a problem upgrading from MapServer 5.4 to 6.0.1, so thought I'd start from scratch trying to isolate my ultimate problem. To start, all I am trying to do is display a simple Mapfile line layer in my browser. I have (what I believe to be) the simplest Mapfile I can make that allows me to

[mapserver-users] MapServer CGI problem with tomcat 6/7

2011-07-15 Thread Hunter, David
I have a custom web application that uses MapServer CGI to display maps. It currently runs under Tomcat 5 ok. However, when trying to migrate to Tomcat 6 or 7, I run into a problem that seems to be specific to mapserv.exe. When I make a call to CATALINA_HOME/cgi-bin/mapserv.exe, the browser disp

Re: [mapserver-users] Expression and nquery with sde issue

2011-07-15 Thread Mario Franco
The version is Mapserver 5.6.3 and using the attribute as label was how find out the values were being rounded. For example the attribute has values from 1000 to 17 and if the value is smaller than 10 rounds the value with one decimal but above 10 rounds to and integer. I'm using

Re: [mapserver-users] Using unique

2011-07-15 Thread Steve Lime
I've always used unique with PostGIS so it's not a surprise. The one-pass query stuff added in 5.6 probably the culprit. You might file a ticket just in case and the PostGIS devs can comment. I'm curious if 6.0 also behaves this way? (make sure to upgrade to 5.6.7!) -Steve Sent from my iPad On

Re: [mapserver-users] Expression and nquery with sde issue

2011-07-15 Thread Steve Lime
On issue one, what version are you using? MapServer shouldn't be rounding the value. The comparison should be being done as a double. It might be helpful to see a sample dataset although if this is SDE I can't test on my end. One thing to try to help diagnose the problem would be to create a sam

[mapserver-users] Expression and nquery with sde issue

2011-07-15 Thread Mario Franco
Hi, I having two issues with mapserver if anyone can help me I would be appreciated. The first has to do with an Expression in a class: I have a shape with an attribute with the 172060.0937 but when add to the class: EXPRESSION ( [AREA] = 172060.0937 ) The problem is that this expressio

Re: [mapserver-users] Using unique

2011-07-15 Thread Pena Kupen
Hi again, I'm answering to my by myself :-) When I add to the end of my query "using unique" as: " as foobar using unique oid " then query is again running ok. I also tried it with older version of Mapserver (5.4.2). Both versions are working ok with it. After some debugging of version 5.6.6,