Re: [mapserver-users] Trouble shooting SLD?

2010-10-19 Thread Rahkonen Jukka
Hi, I have never made a single SLD file myself, just edited something working that I have found so unfortunately I fear I cannot give very good advice. I did, however, compare something that works for me and your SLD file and these are the differences: My first line has more elements:

[mapserver-users] PHP mapscript: Custom rectangles overlay

2010-10-19 Thread mani2604
Hi there: Well as u cud see in the image below... we wer trying to have a custom rectangles overlay the base map... When we provided the bounding box coordinates directly in the form of multidimensional array; sort of like hard-coded them... everything is well and cool..

[mapserver-users] ESRI binary grids RRD files ?

2010-10-19 Thread Sebastian E. Ovide
Hi Guys, ESRI Binary grids contains a bunch of adf files and rrd files that I believe contains pyramids. Does MapServer needs those rrd files ? the question is because they are very big ! thanks -- Sebastian E. Ovide ___ mapserver-users mailing

[mapserver-users] WMS/WFS multiple output projection or select projection by SRS parameter

2010-10-19 Thread rai 8
Hi!, I'm trying to define multiple output projections in a WMS server, but it doesn't work, as doc says if you define wms_srs it's possible but mapserver says that SRS Invalid SRS given, I tried several ways and any works, also in getCapabilities only show the projection section. any ideas? it's

Re: [mapserver-users] WMS/WFS multiple output projection or selectprojection by SRS parameter

2010-10-19 Thread Rahkonen Jukka
Hi, I would guess it is because you have the Google projection on your list. Try to take is away and see if it works with the two othet ones on the list. If yes, add these lines to your projection file # Google-projection 900913 +proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0

Re: [mapserver-users] Trouble shooting SLD?

2010-10-19 Thread Yewondwossen Assefa
Hi there, I do not think there is any thing wrong wit the LSD you posted. I used it locally with MapServer svn and It did apply (after I changed the layer name to my local data set. I see that your map file has the log set and you should be able to see something in the log file starting

Re: [mapserver-users] ESRI binary grids RRD files ?

2010-10-19 Thread Frank Warmerdam
Sebastian E. Ovide wrote: Hi Guys, ESRI Binary grids contains a bunch of adf files and rrd files that I believe contains pyramids. Does MapServer needs those rrd files ? the question is because they are very big ! Sebastian, Yes, MapServer will take advantage of .rrd overviews for ESRI

[mapserver-users] Ogrtindex and attribute data

2010-10-19 Thread Rahkonen Jukka
Hi, Can somebody affirm that using ogr tileindex is breaking the access to the attribute date of the real datasets, for example shapefiles? Somebody was trying to use WMS GetFeatureInfo with a ogrtindex layer and failed and so did I in the test I made for verification. Now I have been trying

Re: [mapserver-users] Trouble shooting SLD?

2010-10-19 Thread K
Thanks again for your assistance. The SLD file I was using was from the mapserver repository that Jeff posted earlier in the thread. I went ahead and edited it and removed all the differing bits from yours. No change, still not reading the SLD file. I then decided to create a line file, in

Re: [mapserver-users] Trouble shooting SLD?

2010-10-19 Thread Jeff McKenna
Hi Ken, See Assefa's last message to you, he made some great points. In fact I hit many of the points that Assefa mentioned when fixing those demo.mapserver.org examples. -jeff On 10-10-19 5:44 PM, K wrote: Thanks again for your assistance. The SLD file I was using was from the

[mapserver-users] wms_title display in ESRI

2010-10-19 Thread jim
I have a mapfile that has wms_title strings with single quotes. When I open the WMS layer in Arcmap any layers with a single quote are not displayed properly, with the string truncated after where the quote is. How do I properly insert an apostrophe into a wms_title? Jim White

Re: [mapserver-users] wms_title display in ESRI

2010-10-19 Thread Paul Ramsey
Try using apos; and see how it goes On Tue, Oct 19, 2010 at 3:51 PM, jim jbw2...@earthlink.net wrote: I have a mapfile that has wms_title strings with single quotes. When I open the WMS layer in Arcmap any layers with a single quote are not displayed properly, with the string truncated after

Re: [mapserver-users] Trouble shooting SLD?

2010-10-19 Thread K
Do you mean the part about using GetStyles to get a SLD blurb from Mapserver? I did try that originally, well I used PHP Mapscript to do it. On the odd chance that GetStyles does something different I just did a GetStyles request, changed the color and nothing else. Still not working. Ken