Re: [mapserver-users] Problem with ecw raster layer

2011-11-04 Thread luis peinado
Hi, thanks a lot for your response, that was the problem (no ecw support for gdal). I solved it using Jeff McKenna method: http://osgeo-org.1803224.n2.nabble.com/ECW-Problems-td1971907.html Best wishes. 2011/11/4 Richard Greenwood > On Thu, Nov 3, 2011 at 5:31 AM, luis peinado >

[mapserver-users] Problem with ecw raster layer

2011-11-03 Thread luis peinado
Hi list, I've been working for days trying to render a .ecw file using a raster layer. The same map file and ecw file work fine with other 2 servers (using Linux and different mapserver versions:4.6 and 5.6) as shown here: http://www.anthos.es/wms46/rjb/anthos/raster?REQUEST=GetMap&VERSION=1.1.1&L

Re: [mapserver-users] arrow head doesn't draw at the end

2011-09-28 Thread luis peinado
Hi, just trying to help. I used some trick with arrows than maybe can help you with some variation. I use mapserver-5.X and the way it worked for me was a LINE type layer using a normal class (continous line) with an OVERLAYSYMBOL, using a ">" character. Maybe changin some parameters like GAP may

Re: [mapserver-users] KML as Outputformat returns incorrect coordinates

2011-07-06 Thread luis peinado
Hi all, I'm having some related problem: I have no problem with my mapserver png outputformat: This png request works really fine: http://geoserver3/wms60/ddgi/servidor/espaisprotegits?FORMAT=image/png&TRANSPARENT=true&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&STYLES=&EXCEPTIONS=application%2Fvnd.og

[mapserver-users] Postgis simplify function and mapserver

2011-06-17 Thread luis peinado
Hi list, I wish to change a query parameter in my postgis layer depending of the scale of the map I want, let's see: DATA "the_geom FROM (SELECT finfres.gid as gid, ST_Transform(simplify(ambits.the_geom,5),23031) as the_geom ... So I would like to know if it's possible to pass the second paramet

[mapserver-users] SLD and Mapserver

2011-05-31 Thread luis peinado
Hi list, I'm using mapserver as a WMS server and I try to use an SLD file to render my map, instead of the usual CLASS and STYLE labels. I've succeded using an SLD parameter on my querystring but I can not get the same result removing the sld url from the querystring and writing it into wms_sld_url