[mapserver-users] PostGIS layer with JOIN: fails on queryByPoint

2008-10-21 Thread Marco Foi
Hi all, I'm having a problem with a layer coming from a PostGIS connection. This layer has a JOIN relating the geometry table with a second table holding text data: [...] DATA 'the_geom FROM (SELECT thegeom_elementi_puntuali.*, colate.* FROM thegeom_elementi_puntuali LEFT JOIN colate ON

[mapserver-users] UNSUBSCRIBE

2008-10-21 Thread John Reynolds
John Reynolds CNE IM Network Services Manager East Sussex Fire Rescue Service 20 Upperton Road Eastbourne East Sussex BN21 1EU Tel: 01323 462239 Fax: 01323 462041 E-mail:[EMAIL PROTECTED] Web: www.esfrs.org ( http://www.esfrs.org/ ) This message is intended for the use of the

[mapserver-users] Should EXTENT_PRIORITY=WORLDFILE work now?

2008-10-21 Thread Rahkonen Jukka
Hi, Frank Warmerdam wrote in February 2008: In have encorporated an undocumented raster layer processing option called EXTENT_PRIORITY in trunk. Set the value to WORLDFILE to use world files in priority to internal information. eg. PROCESSING EXTENT_PRIORITY=WORLDFILE This will

Fw: [mapserver-users] Is using ECW format allowed or not?

2008-10-21 Thread Doug_Newcomb
Richard Greenwood wrote: I too would like some clarification about the ECW license, specifically using ECW as a source in MapServer. Frank Warmerdam wrote: Jukka / Richard, My understanding is that you would need to negotiate a license with Leica for use of the SDK with MapServer as it's

[mapserver-users] Symbol rendering performance (image x vector x font)

2008-10-21 Thread Paul james
Hello guys! I´d like to know if exist significant performance differences between these tree kinds of symbol : image(pixmap), vector and font(TRUETYPE)... Which one is the best choose (performance) []´s ___ mapserver-users mailing list

Re: [mapserver-users] WMS don't load

2008-10-21 Thread Steve . Toutant
I uninstalled the apache service, rename ms4w to ms4w_old and unzipped an older version of ms4w (2.2.6) Everything is working well now. Unfortunatly I think I'll never know what was the problem. Thank you for your help, it wasn't an easy task to give support on this track. Steve Steve

Re: [mapserver-users] Should EXTENT_PRIORITY=WORLDFILE work now?

2008-10-21 Thread Frank Warmerdam
Rahkonen Jukka wrote: Hi, Frank Warmerdam wrote in February 2008: In have encorporated an undocumented raster layer processing option called EXTENT_PRIORITY in trunk. Set the value to WORLDFILE to use world files in priority to internal information. eg. PROCESSING

[mapserver-users] using php an oracle

2008-10-21 Thread fsalas
hi, in this moment i have one problem , i need use the oracle spatial, php and mapserver but when i try to apache server have this error in a log file PHP Warning: PHP Startup: Unable to load dynamic library 'C:\\apache\\PHP\\ext\\php_oci8.dll' - No se encontr\xf3 el proceso especificado.\r\n

[mapserver-users] Using JOIN and FILTERITEM

2008-10-21 Thread Nelson Soto
Hello, Can I use FILTERITEM after I have done a JOIN? I keep getting an error stating it can not find the JOINed field when FILTERITEM is used... LAYER # Parcels Polygon Layer NAME 'ParcelsAvailableSearch' DATA 'parcels_tiles/parcels.shp' STATUS DEFAULT

Re: [mapserver-users] Using JOIN and FILTERITEM

2008-10-21 Thread Guillaume Sueur
From http://mapserver.gis.umn.edu/docs/reference/mapfile/join/html2pdf : Joins are defined within a LAYER object. It is important to understand that JOINs are ONLY available once a query has been processed. You cannot use joins to affect the look of a map. The primary purpose is to enable lookup

Re: [mapserver-users] using php an oracle

2008-10-21 Thread Pietro Giannini
Are the two extensions present in the php extension directory? the directory is defined in php.ini (extension_dir directive). If yes maybe the extensions are of a different php version. ciao ...pg -- Pietro Giannini Bytewise srl - Area GIS 41°50'38.58N

Re: [mapserver-users] WMS don't load

2008-10-21 Thread Jeff McKenna
[EMAIL PROTECTED] wrote: I uninstalled the apache service, rename ms4w to ms4w_old and unzipped an older version of ms4w (2.2.6) That's not good that you had to go to an older version. Can you duplicate this problem on a fresh machine, such as your home machine? If you are interested in

[mapserver-users] WMS GetCapabilities warnings

2008-10-21 Thread Fischer, Brian
Does anyone have an idea why I am getting this warning in the GetCapabilities? I have the projection defined at the map level and in the wms_srs metadata. Do I need to define the full projection and not the epsg code to get rid of the warning? Titleparcelwms/Title - !-- WARNING:

Re: [mapserver-users] Symbol rendering performance (image x vector xfont)

2008-10-21 Thread Steve Lime
There shouldn't be much of a difference although as always it depends. In the end all of them end up as images and there is caching in place for both vector and truetype symbols. You just pay the performance penalty for the initial rendering. Steve On 10/21/2008 at 8:44 AM, in message [EMAIL

Re: [mapserver-users] WMS GetCapabilities warnings

2008-10-21 Thread Jeff McKenna
Fischer, Brian wrote: Does anyone have an idea why I am getting this warning in the GetCapabilities? I have the projection defined at the map level and in the wms_srs metadata. Do I need to define the full projection and not the epsg code to get rid of the warning?

Re: [mapserver-users] Symbol rendering performance (image x vector xfont)

2008-10-21 Thread thomas bonfort
Note that there's no caching in place for truetype/vector/ellipse symbols with the agg renderer. As always, there's no better way than to try out the different options in your environment to see what suits your needs best, as there's no single answer to your performance requirements (it will

Re: [mapserver-users] Symbol rendering performance (image x vectorxfont)

2008-10-21 Thread Steve Lime
Could we mimic the cache used for GD? It's homegrown... Steve On 10/21/2008 at 2:35 PM, in message [EMAIL PROTECTED], thomas bonfort [EMAIL PROTECTED] wrote: Note that there's no caching in place for truetype/vector/ellipse symbols with the agg renderer. As always, there's no better way than

Re: [mapserver-users] Symbol rendering performance (image x vectorxfont)

2008-10-21 Thread thomas bonfort
On Tue, Oct 21, 2008 at 22:01, Steve Lime [EMAIL PROTECTED] wrote: Could we mimic the cache used for GD? It's homegrown... conceptually there's no problem to add the same kind for cache for agg in practice, two points come to mind: * the caching mechanism for agg doesn't fit in smoothly with the