[mapserver-users] Failed to show Arabic labels with MapServer 5.2

2008-11-17 Thread Jackey Cheung
Greetings! We've build the MapServer 5.2 on a Linux server, with fribidi2 0.19.1, to try show Arabic labels. But the words has been broken down to characters in the generated images (line.png). Then we've tried on a MS4W 2.3.0 server, but the images (ms4w.png) are even worse. We are using

RE: [mapserver-users] WFS server testing

2008-11-17 Thread Burgholzer,Robert
Not really sure what you are asking here. Some other client application? OpenLayers would be one that I would use to see if I could connect to WFS. There are some examples in the OpenLayers code base for connecting to WFS servers, so you should b able to test that by simply changing the info to

Re: [mapserver-users] Ubuntu libpdf support for Mapserver

2008-11-17 Thread Daniel Morissette
Roger André wrote: Hi everyone, I'm just about done building a fresh copy of Mapserver 5.2 on my Ubuntu 8.04 machine and have one final snag to overcome - PDF support. I've specified --with-pdf in my compile options, but when I look carefully, I see libpdf not found or too old, and my

Re: [mapserver-users] Failed to show Arabic labels with MapServer 5.2

2008-11-17 Thread Stephen Woodbridge
Jackey, Try locating a different font. if the text is being rendered as glyphs and they look correct, but is missing the joining information, it is likely that the font you are using does not include the joining glyphs. If you are using a windows machine, try getting mapserver via the

[mapserver-users] Mapscript C# threadsafety issue?

2008-11-17 Thread Nelson Soto
Is this still an existing issue with Mapscript C#? Are there any other limitations to this version of the Mapscript that I should be aware of? Thank you, Nelson ___ mapserver-users mailing list mapserver-users@lists.osgeo.org

[mapserver-users] TRANSPARENCY PROBLEM

2008-11-17 Thread ntiamoah bernard
Hi guys, I need suggestions for the following problem:    I want to put transparency on polygon layer so that aerial photo could be seen below it. I have tried TRANSPARECY and OPACITY but i only get faded not transparent layer. My imagetype is PNG. Here is the mapfile   MAP  NAME

Re: [mapserver-users] TRANSPARENCY PROBLEM

2008-11-17 Thread Pietro Giannini
Hi john, simply omit the whole STYLE in the class, this make the layer transparent. Or, if this seems dirty, set COLOR -1 -1 -1 and OUTLINECOLOR -1 -1 -1. In fact the TRANSPARENCY 1 render a very faded layer, while TRANSPARENCY 0 is like TRANSPARENCY 100... (TRANSPARENCY is deprecated in ms5, use

[Mapserver-Users] Problem TEMPLATE to use getfeatureinfo.html

2008-11-17 Thread Richard Lehaut
Hello I try to use the example provided by getfeatureinfo.html Mapfish.org I joined the mail 3 files: map.js configuration layers with getfeaturesinfo http://www.nomorepasting.com/getpaste.php?pasteid=21979 websig_norm.map: server configuration wms I have an error in execution:

[mapserver-users] I am trying to return Lat, longs. The x, y coords r...

2008-11-17 Thread jacob rodel
I am trying to return Lat,longs. The x,y coords return a value but the lat,longs return nothing. Detailed information for the area you clicked on the map... UTM Zone 15 Coordinates X: [mapx] Y: [mapy] Lat: [maplat] Lon: [maplon] My .map file MAP NAME 'states'

[mapserver-users] Join shapefile to csv

2008-11-17 Thread Heather Wirth
I am trying to join my parcel shapefile to tax information stored as a .csv file. I have follwed the instructions at http://mapserver.gis.umn.edu/docs/reference/mapfile/join with no success. Here is the Layer object from the mapfile: LAYER NAME 'Parcels' DATA './Parcels.shp'

Re: [mapserver-users] ms4w (fastcgi) and oracle 10?

2008-11-17 Thread zach cruise
btw i got oracle 10 client (with tnsnames.ora) on 4.8 box. other than returning multiple ora- errors, 4.8 also returns web template error if i use /ignored-libmap/oracle10g/libmap.dll. this error is even for only shapefile maps. error goes away when i switch back to normal libmap.dll. On Mon,

Re: [mapserver-users] Failed to show Arabic labels with MapServer 5.2

2008-11-17 Thread Jackey Cheung
Steve, Thanks for the advise, but we've tried the Arial font already in the first test, it's just the same. We thought it was the fribidi2's problem since 0.19.1 doesn't have their configure script changed, and tried the 0.10.9, but it's all the same, every word is broken. On Mon, Nov 17, 2008

Re: [mapserver-users] Failed to show Arabic labels with MapServer 5.2

2008-11-17 Thread Dane Springmeyer
Jackey, I don't have experience rendering arabic fonts, but I wonder if the ticket for supporting Indic Fonts might provide some clues for your further testing: http://trac.osgeo.org/mapserver/ticket/2591 Dane On Nov 17, 2008, at 4:55 PM, Jackey Cheung wrote: Steve, Thanks for the

Re: [mapserver-users] ms4w (fastcgi) and oracle 10?

2008-11-17 Thread zach cruise
troubleshooting info on 4.8 box with /ignored-libmap/oracle10g/libmap.dll: shp2img -m oracle.map -o oracle.png -all_debug 10 msOracleSpatialLayerOpen called with: GEOMETRY from STATES using unique srid 90112 msOracleSpatialLayerOpen. Shared connection not available. Creating one.

Re: [mapserver-users] Arabic labeling problem again?!!!

2008-11-17 Thread Jackey Cheung
We've build the MapServer 5.2 on a Linux server, with fribidi2 0.19.1, to try show Arabic labels. But the words are not joined. Then we've tried on an MS4W 2.3.0 server, it's worse. We are using PostGIS, and the database is using UTF8 (pgpr.png), while all Arabic data can be shown correctly on my

Re: [mapserver-users] Failed to show Arabic labels with MapServer 5.2

2008-11-17 Thread Jackey Cheung
I've located the problem, it seems that the TTF font (Arabic Transparent) is not 100% unicode safe. And maybe I've messed something up, so that the font Arial didn't produce the correct result. But now I can use Arial to produce image. However, there still seems to be a slight problem (well, I'm

[mapserver-users] Problem making mapserv on Linux with fribidi

2008-11-17 Thread Jackey Cheung
Greetings! We've tried to build MapServer on our Linux test server, and it goes fine with no error reported. However, when we put it to test, all Arabic words are broken but the character sequence is correctly ordered from right to left (attached jpg). We've tried to download the latest version