RE: [mapserver-users] postgis to spatile-ogr

2010-10-22 Thread nikos
Hi, Thanx for the replies... I need as David says, to support layers and queries where I join geom tables with user generated external attribute tables (postgres). Eons ago I was doing this on shapefiles, using a modified dbflib that would overwrite columns in the dbf... Worked well, but

[mapserver-users] MapServer Windows7 EasyPHP setup

2010-10-22 Thread greg . luker
Hi MapServers, I have a new computer with Windows 7 Pro (64-bit), on which I'd like to get MapServer running. I have installed EasyPHP-5.3.3 (because I heard it worked on Win7), and so I have Apache, PHP and MySQL running. I downloaded ms4w_3.0_beta11 and copied the entire cgi-bin directory

[mapserver-users] wfs 1.1 capabilities breaks when using special characters

2010-10-22 Thread Holger Porath
Hi list, mapserver 5.6 breaks when we perform a getcapabilities request for wfs 1.1. This only happens when the capabilities response contains special characters (like the copyright symbol or umlauts). The response is cut at the position where the special character is returned:

Re: [mapserver-users] MapServer Windows7 EasyPHP setup

2010-10-22 Thread Frode Wiseth Jørgensen
MS4W works fine on Win7 64bit Frode On 22 October 2010 13:25, greg.lu...@scu.edu.au wrote: Hi MapServers, I have a new computer with Windows 7 Pro (64-bit), on which I'd like to get MapServer running. I have installed EasyPHP-5.3.3 (because I heard it worked on Win7), and so I have

Re: [mapserver-users] wfs 1.1 capabilities breaks when using special characters

2010-10-22 Thread Yewondwossen Assefa
Hi, This is probably related to encoding issues with libxml2 described in http://trac.osgeo.org/mapserver/ticket/3297 Some items are still missing the encoding conversion. If there is no sensitive info in your map, It would be nice to attach it to the bug so It can be tested. regards,

[mapserver-users] Best way to store ArcInfo annotations in PostGIS?

2010-10-22 Thread Martin Ouellet
Hi all, I see 2 ways for doing that: 1) store the centroid (as a point geometry), rotation, text and maybe the size of the annotation in my postgis table 2) using FME transformer (TextStroker), I can convert the annotation as a multi-polygone or polyline directly. Playing with the font and some