[mapserver-users] Re: got error in some pmapper_demodata as WMS

2011-10-31 Thread goldalworming
ups...you're right thanks for your reply... sorry for my stupid question... -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/got-error-in-some-pmapper-demodata-as-WMS-tp6950236p6950703.html Sent from the Mapserver - User mailing list archive at Nabble.com. __

Re: [mapserver-users] got error in some pmapper_demodata as WMS

2011-10-31 Thread Rahkonen Jukka
Hi, Demo application must be using wrong name for the cities1000eu. Two things to do - Read from the Apache access.log file the failing WMS request. It is perhaps at /var/log/apache2 - The reason is probably that you have "ows_title" "cities1000" but the layer name is cities1000eu. With

[mapserver-users] got error in some pmapper_demodata as WMS

2011-10-31 Thread goldalworming
hi, I'm learning open layer and tried to use map server as wms service in my ubuntu in pmapper_demodata, 3 layers exist : countries, cities1000eu and rivers my error log shows this error while I tried to accesing cities1000eu layers but works fine in countries and rivers layer [Tue Nov 1 07:03:5

AW: [mapserver-users] Smuggling vendor parameters into WMSOnlineResource

2011-10-31 Thread Arnd Wippermann
Hi, You can build your own template. In your mapfile insert TEMPLATE 'path\templates\openlayers_lh.html' And request the map http://[version6]/mapserv.exe?map=brd.map&mode=browse&template=openlayers_lh &layers=Kreise You have to take an other name than openlayers.html, to get your template. A

[mapserver-users] Smuggling vendor parameters into WMS OnlineResource

2011-10-31 Thread Rahkonen Jukka
Hi, I have been playing with vendor parameters with some WMS services for making layers more dynamic. For example http://188.64.1.61/cgi-bin/ms_ows?REQUEST=GetMap&SERVICE=WMS&VERSION=1.1.1&WIDTH=563&HEIGHT=437&LAYERS=default,osm_pisteet&TRANSPARENT=TRUE&FORMAT=image/png&BBOX=-369151.98300283286

[mapserver-users] Re: Problem with legend url

2011-10-31 Thread boesiii
Figured it out. I forgot to add a "NAME" for each class. -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/Problem-with-legend-url-tp6948935p6949394.html Sent from the Mapserver - User mailing list archive at Nabble.com. ___ mapse

[mapserver-users] Problem with legend url

2011-10-31 Thread boesiii
I am trying to get the legend image from the url below: http://127.0.0.1/cgi-bin/mapserv.exe?map=%2Fms4w%2Fapps%2Fftmagisapp_v2%2Fmaps%2F%2Fshapefiles%2Fftma_water_features.map&layers=ftma_water_features&mode=legend&mapext=1280723.5701179+416135+1289860.4298821+420983&imgext=1280723.5701179+416135

VS: [mapserver-users] WFS with Filter

2011-10-31 Thread Rahkonen Jukka
Hi, Seems to work with my Mapserver 6.0.1 with PostGIS data. I do not have shapefile layers to compare with. http://188.64.1.61/cgi-bin/osm-mapserver_i?SERVICE=WFS&VERSION=1.0.0&REQUEST=GetFeature&TYPENAME=POI_pub_restaurant&SRSNAME=EPSG:4326&maxfeatures=10&FILTER=%3Cogc%3AFilter%3E%3Cogc%3AProp

[mapserver-users] WFS with Filter

2011-10-31 Thread Jörg Thomsen
Hello, I have found some older list-entries concerning this topic, but no final solution. I am using MapServer version 6.0.1 as WFS, the getFeature returns a nice XML I can use e.g. in QGIS, so everything seems to be fine. But when I use a filter in my request like > http://xxx/cgi-bin/mapserv?map

[mapserver-users] Possible to use JavaScript code in a MapServer template?

2011-10-31 Thread Bistrais, Bob
Is it possible to write and execute JavaScript within a MapServer template? What I'd like to do, when a ProcessTemplate is called for a certain layer, I would like to check item values. If item values equal a certain value, write something to the output. It would seem possible since a template i

Re: [mapserver-users] tileindex shptree

2011-10-31 Thread Eric Weisbender
Hello, After further investigation of this tileindex error issue I have seemed to narrow it down to the query map not being able to resolve something with the tileindex. If I comment the query map definition out then all queries of the tileindex work fine. I'm not sure if this is a bug or an

Re: [mapserver-users] Re: Problems with Mapserver as WMS service (jpeg)

2011-10-31 Thread Rahkonen Jukka
Hi, Here is the mapfile we used until we updated into Mapserver 6.0. After the update we are not allowed to use ECW-images as input without paying the ECW JPEG2000 SDK licence fee for Erdas so we converted all the ecw images we had into JPEG compressed geotiffs. LAYER NAME "Landsat742

[mapserver-users] Re: Problems with Mapserver as WMS service (jpeg)

2011-10-31 Thread Chrishelring
Hi, I just checked to be sure, but the status is also set to off in the layers that are working. Perhaps I should point out that the layers that are working is using data from our postgresql db but the layer not working is using a ECW file directly. /Christian -- View this message in context: