Re: [mapserver-users] Why mapfile parsing is so slow on Windows

2010-03-29 Thread Rahkonen Jukka
Hi, Sorry, I can't help you with your question but I would also like to know the answer if this is a common behaviour. I checked with my mapfile which has about 2000 lines and parsing time is something like 0.1 seconds on Windows. How long is your "quite a long mapfile"? I suppose that mak

Re: [mapserver-users] php mapscript

2010-03-29 Thread Sven Schroeter
Hi, thank you very much, shapeObj resultsGetShape is the solution. resultsGetShape works fine. But I don't understand why shapeObj getFeature is in the documentation? Sven - Original Message - From: Worth Lutz To: 'Sven Schroeter' ; Sent: Friday, March 26, 2010 11:09 PM Subject: RE: [

RE: [mapserver-users] php mapscript

2010-03-29 Thread Worth Lutz
I don't think that the documentation has caught up with the changes in the program. People using older versions of MapServer have to use the older method and the new method is used for 5.6+ version. It was described briefly in the migration document but took me some experimentation to get results

Re: AW: [mapserver-users] WMS GetFeatureInfo on a WFS layer

2010-03-29 Thread Yves Jacolin
Hi, Reading again my email, it seems I mix several email response. Le mercredi 24 mars 2010 22:55:46, Arnd Wippermann a écrit : > I have checked, that the url is a valid wfs server, also it seems, that it > points to a wms server. You are right, the url sent was a WMS server, if you change wms.ph

[mapserver-users] GetLegendGraphics with GROUP layer

2010-03-29 Thread Yves Jacolin
Hello, One more question about WMS services and MapServer. Is it possible de get a GetLegendGraphics with a GROUPed layer? If I used directly the layer NAMe parameter, I get my picture, if I use the GROUP parameter, I get no response (empty picture). Thanks, Y. -- Yves Jacolin Responsable F

Re: [mapserver-users] GetLegendGraphics with GROUP layer

2010-03-29 Thread Bart van den Eijnden
No not supported AFAIK. Best regards, Bart On Mar 29, 2010, at 1:43 PM, Yves Jacolin wrote: > Hello, > > One more question about WMS services and MapServer. Is it possible de get a > GetLegendGraphics with a GROUPed layer? > > If I used directly the layer NAMe parameter, I get my picture, if

Re: [mapserver-users] GetLegendGraphics with GROUP layer

2010-03-29 Thread Yewondwossen Assefa
Yves Jacolin wrote: Hello, One more question about WMS services and MapServer. Is it possible de get a GetLegendGraphics with a GROUPed layer? If I used directly the layer NAMe parameter, I get my picture, if I use the GROUP parameter, I get no response (empty picture). It does not. Wil

[mapserver-users] msencrypt problems

2010-03-29 Thread AlessandroOggioni
Dear user-forum, I'm try to use msencrypt tool in my mapserver + pmapper using a documentation (http://mapserver.org/utilities/msencrypt.html). Visualization map it is ok, but when I try to use a "zoo to layer" or "query" the browser stay to loading. I have config my map file like: MAP ... CONFIG

Re: [mapserver-users] GetLegendGraphics with GROUP layer

2010-03-29 Thread Yves Jacolin
Yewondwossen, Bart, thanks for your answer. Y. Le lundi 29 mars 2010 14:39:53, Yewondwossen Assefa a écrit : > Yves Jacolin wrote: > > Hello, > > > > > > One more question about WMS services and MapServer. Is it possible de > > get a GetLegendGraphics with a GROUPed layer? > > > > > > If I used d

[mapserver-users] offtopic, qgis website down?

2010-03-29 Thread Andy Colson
Sorry to be off topic, qgis.org seems to have gone away. http://downforeveryoneorjustme.com/ says its down for everyone. I asked google for a qgis forum or mailing list, which it gave me, and they don't seem to be talking about it. Anyone know the status of qgis.org? -Andy

[mapserver-users] How to do that kind of querying using CGI (with Openlayers)

2010-03-29 Thread Paul james
Hello guys... The application has a Search Window, with all Roads listed... The user will choose one road, so my map should highlight that road and zoom in (if possible)... I already did that using C# Mapscript, but I dont know how to do that using CGI/OL... Any ideas? Thanks Paul

Re: [mapserver-users] offtopic, qgis website down?

2010-03-29 Thread Andy Colson
Yeah, an admin on this list fixed it and sent me a note. -Andy On 3/29/2010 3:02 PM, Luigi Castro Cardeles wrote: Here is working qgis.org . []'s Luigi Castro Cardeles 2010/3/29 Andy Colson mailto:a...@squeakycode.net>> Sorry to be off topic, qgis.org

[mapserver-users] Mapserver browser compatability

2010-03-29 Thread Brian Barrett
Hello, I'm trying to get my mapserver installation to work across all major browsers. Currently the installation works well in internet explorer, but in most other browsers, the map loads but my list of layers displays only one checkbox (no layer names). There are also problems with some of the

RE: [mapserver-users] php mapscript

2010-03-29 Thread Worth Lutz
I'm just a MapServer user. I've copied this reply to the list so your comments will be seen. Worth _ From: Cristiano Sumariva [mailto:sumar...@gmail.com] Sent: Monday, March 29, 2010 7:28 AM To: Worth Lutz Subject: Re: [mapserver-users] php mapscript To me would be very good

Re: [mapserver-users] How to do that kind of querying using CGI (with Openlayers)

2010-03-29 Thread Richard Greenwood
One approach is to use a very simple template to retrieve the min/max extent from MapServer. Then parse the extent in javascript and use that to set the OL extent. So basically you are making two calls to MapServer, one to get the extent and another one to highlight the road. The template for the e