Re: [mapserver-users] Mapserver Security

2009-07-29 Thread Adrian Popa
Hello Bill. Try escaping the forward slashes... Although they are not a special character, usually regexes are called between forward slashes /REGEX/, so it could mess things up. Try: SetEnv MS_MAPFILE_PATTERN='^\/var\/www\/mapfiles\/.*$' Also, $ after .* is irrelevant... :) Good luck, Adri

[mapserver-users] PHPMapScript 5.4.0 > 5.4.1&2 queryByPoint ms_multiple weird results

2009-07-29 Thread Alexandre Lagache
Hi all, I apologize if the question has already been asked, I looked the july archive and couldn't find it. When performing a : queryByPoint($click,MS_MULTIPLE, -1)==MS_SUCCESS) On PHPMapscript 5.4.0, getNumResults() returns the correct number of results. On 5.4.1 and 5.4.2 getNumResults() retur

Re: [mapserver-users] SLD Enabled flag for WMS

2009-07-29 Thread Yewondwossen Assefa
Liz Godwin wrote: I saw in the WMS Server documents online, that there is a flag - "ows_sld_enabled". I have tried it, and it doesn't seem to work. It doesn't look like it should yet, but I wanted to confirm I'm not going mad. My my expectations stem from reading bug #1395

Re: Réf. : Re: [mapserver-users] OGR

2009-07-29 Thread Tamas Szekeres
2009/7/29 YOUNESS ELMEDRAOUI > Thanls, > > but the link is not work. > It works just fine for me. Maybe your firewall doesn't permit accessing an outbound connection with TCP 1280. Best regards, Tamas ___ mapserver-users mailing list mapserver-users

[mapserver-users] MapScript querybypoint using mapObj rather than layerObj

2009-07-29 Thread Joe Nunn
Hi I am using MapScript to perform a querybypoint and I have succeeded in querying each individual layer however this is slow and I wonder if this is possible (as the documentation suggests) by querying the mapObj and come back results from all layers within the mapfile. My current code is

[mapserver-users] SLD Enabled flag for WMS

2009-07-29 Thread Liz Godwin
I saw in the WMS Server documents online, that there is a flag - "ows_sld_enabled". I have tried it, and it doesn't seem to work. It doesn't look like it should yet, but I wanted to confirm I'm not going mad. My my expectations stem from reading bug #1395

Re: [mapserver-users] Mapserver Security

2009-07-29 Thread Bill Thoen
Steve Lime wrote: Others may have different ideas but it seems to me you'll need to secure the wms binary rather than a directory. (I wouldn't store mapfiles and templates in a web accessible location anyway.) There are probably many ways to do this. One idea might be to have separate WMS binar

Réf. : Re: [mapserver-users] OGR

2009-07-29 Thread YOUNESS ELMEDRAOUI
Thanls, but the link is not work. Best regardsYouness ELMEDRAOUILes informations figurant sur cet e-mail ont un caractère strictement confidentiel et sont exclusivement adressées au destinataire mentionné ci-dessus.Tout usage, reproduction ou divulgation de cet e-mail est strictement interdit si vo

Re: [mapserver-users] OGR

2009-07-29 Thread Tamas Szekeres
You can use the OGR C# bindings (add reference to ogr_csharp.dll). You can download binary packages for various MSVC versions from this location: http://vbkto.dyndns.org:1280/sdk/ Best regards, Tamas 2009/7/29 YOUNESS ELMEDRAOUI > Hi, > > can we develop with OGR in .net? use a classes of O

Re: [mapserver-users] Legend: Calling one of two layers shows both legend entries

2009-07-29 Thread CoFIS Web
Dear Brent, thanks a lot. Replacing the dashes with underscores helped. I'll post that to the Geomoose list as well. Nils Brent Fraser schrieb: Nils, Sounds like a GeoMoose problem; you might try asking their email list. I seem to recall a similar problem with GeoMoose 1.6.1; try using u

[mapserver-users] label positioning

2009-07-29 Thread Raivo Alla
Hello, I am labeling streets (again) and have two questions. I would be enormously thankful If anyone could help me. 1) First, if I set labels of the street line features to ANGLE FOLLOW, the output is sometimes weird as it is seen here: http://picasaweb.google.com/snaperski/Ort#53638396378254850

[mapserver-users] OGR

2009-07-29 Thread YOUNESS ELMEDRAOUI
Hi,can we develop with OGR in .net? use a classes of OGR? add a layer, create a features, ...?tnks,Youness ELMEDRAOUILes informations figurant sur cet e-mail ont un caractère strictement confidentiel et sont exclusivement adressées au destinataire mentionné ci-dessus.Tout usage, reproduction ou div

Re: [mapserver-users] Mapserver Security

2009-07-29 Thread Bill Thoen
Thanks for the help, everyone. Good advice, as usual, and I think I've got it sorted out now. ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users