[mapserver-users] mapserver compiling error - newuser

2009-03-11 Thread kapil manoj
Hi everyone, I am a newuser , i wish to stick to open source. i have problem compiling mapserver 5. 0.3 on fedora 9. i used the following configure statements: [ka...@localhost mapserver-5.0.3]$ ./configure --with-ogr=/usr/bin/gdal-config \--with-gdal=/usr/bin/gdal-config

Re: [mapserver-users] Using a mapserv wrapper script to handle libraries

2009-03-11 Thread Cassiel
Hi, if you are on debian or derivative you can use dpkg -s mapserver-bin and/or dpkg -s cgi-mapserver to obtain dependencies. I used apache environment variables to hide the mapfile path and serve two different wms services with the same mapserver executable, they should do the job in your case

[mapserver-users] cartographic symbol construction with mapserver

2009-03-11 Thread Sindy RAOUT
Good morning, I would like to create with mapserver 5 symbols of type polygons composed of a line on which rest orientated inwards triangles. I wish the orientation of triangles take into account the topology of the polygon. I would wish that triangles are always orientated inwards. I have

[mapserver-users] FW: cartographic symbol construction with mapserver

2009-03-11 Thread Sindy RAOUT
Bonjour, Aujourd'hui, si je réalise un ligne de triangle, la pointe du triangle n'est pas toujours vers l'intérieur. La construction de symboles du site ne me répond pas à ce que je cherchais. Je souhaitais créer un contour de polygone composé de triangles. Cependant, la pointe des triangles

Re: [mapserver-users] Drawing a simple filled polygon with PHP/mapscript

2009-03-11 Thread Pietro Giannini
Hi indieaz, add: $layer-set(type,MS_LAYER_POLYGON); $layer-set(status,MS_DEFAULT); indieaz ha scritto: Been doing a lot of tinkering, have been plotting points on maps with variety of shapes from database sources etc. However, I'm now against what I believe should be an extremely simple

Re: [mapserver-users] cartographic symbol construction with mapserver

2009-03-11 Thread Julien-Samuel Lacroix
Hi, You need to specify an ANGLE in your STYLE definition to rotate the symbols around your polygons. http://www.mapserver.org/mapfile/style.html Julien Sindy RAOUT wrote: Good morning, I would like to create with mapserver 5 symbols of type polygons composed of a line on which rest

[mapserver-users] Truetype font character (Wingding) as point symbology

2009-03-11 Thread Arjen de Korte
Dear Mapserver users, I would like to use a character from the Wingding font as a symbol for points on my map. In my file with symbology definitions, I have defined this: SYMBOL NAME 'plane' TYPE TRUETYPE FONT wingding CHARACTER #61473; END I have used 61440 +

[mapserver-users] Label encoding

2009-03-11 Thread Murty Maganti
Hi Where can I get the list of valid encodings that can be used in encoding of LABEL section. Thanks Murty ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users

Re: [mapserver-users] Label encoding

2009-03-11 Thread Daniel Morissette
Murty Maganti wrote: Where can I get the list of valid encodings that can be used in encoding of LABEL section. MapServer uses the libiconv library to deal with encodings. There is a list of encodings that the lib supports here: http://www.gnu.org/software/libiconv/ ... and one can

RE: [mapserver-users] Label encoding

2009-03-11 Thread Murty Maganti
Hi Is that list same if map server is compiled with Fribidi or is it different? Also, have another issue. I have a map file that loads perfectly fine on XP and vista. The moment I add encoding attribute, it does not load in vista (no matter what the coding value). It just hangs in mapObj.draw()

Re: [mapserver-users] 5.4 RC1?

2009-03-11 Thread Steve Lime
Will probably be late in the week... On 3/11/2009 at 2:48 PM, in message 49b81570.3090...@hostgis.com, Gregor at HostGIS gre...@hostgis.com wrote: Is RC1 still expected today or tomorrow? We're willing to try out the beta, but if the RC1 is coming out in the next several hours we'll just

Re: [mapserver-users] 5.4 RC1?

2009-03-11 Thread Gregor at HostGIS
Steve Lime wrote: Will probably be late in the week... Okay. Thanks for the update. -- HostGIS, Open Source solutions for the global GIS community Greg Allensworth - SysAdmin, Programmer, GIS Person, Security Network+ Server+ A+ Security+ ___

Re: [mapserver-users] Encoding issues

2009-03-11 Thread Tamas Szekeres
2009/3/10 Murty Maganti mmaga...@oriongis.com Hi As per the code documentation in the method msGetEncodedString (as shown below), the characters are assumed to be UTF-8 by default. char *msGetEncodedString(const char *string, const char *encoding) { --- if (len == 0 ||

Re: [mapserver-users] Label encoding

2009-03-11 Thread Tamas Szekeres
2009/3/11 Murty Maganti mmaga...@oriongis.com Hi Is that list same if map server is compiled with Fribidi or is it different? Hi, I can see the followings added in fribidi (according to fribidi-char-sets-list.h) #ifdef _FRIBIDI_ADD_CHAR_SET_OTHERS _FRIBIDI_ADD_CHAR_SET_OTHERS (UTF8,

[mapserver-users] Calculate Bounding Box...

2009-03-11 Thread Oscar Fdez.
Hi to all, Any people know how to calculate the bounding box from lon/lat coordinates. An example: I have a point in -8.0572,42.4702 (lon/lan). I like a bounding box arround 1 mile of this site. Can use any SRS like EPSG:4230 or another. Any solution is accepted independent of language. I