[MAPSERVER-USERS] Road Lines with AGG

2008-08-05 Thread Ritesh Ambastha
http://www.nabble.com/file/p18828729/road.png In the map file, I have defined the imagetype and outputformat as: IMAGETYPE AGG OUTPUTFORMAT NAME 'AGG' DRIVER AGG/PNG IMAGEMODE RGB END My line layers are written with antialias as true. How can I correct the lines with more smoothness w

Re: [mapserver-users] Shapefile field length problem

2008-08-05 Thread Tamas Szekeres
Steve, RFC 21 has already been added in the SVN trunk so you can use the OGR SQL to specify the field length like: ogr2ogr -f "ESRI Shapefile" -sql "select *, CAST(myfield AS character(255)) from mylayer" myfile.shp myfile.vrt for more information see: http://trac.osgeo.org/gdal/wiki/rfc21_ogrsq

[mapserver-users] zoomRectangle in combination with zoomPoint

2008-08-05 Thread Peter Falk
Hi, I'm having some difficulties with zoomRectangle in combination with zoomPoint, when working with both a map and a reference map. The only way I've been able to successfully synchronize the map when clicking on the reference map, is by using max_extent and an absolut zoom-factor: zoomPoint

RE: [MAPSERVER-USERS] Road Lines with AGG

2008-08-05 Thread Nolte, Tim
When you are using AGG for your output do not use antialias true on your layers. - Tim Timothy J Nolte - [EMAIL PROTECTED] Network Planning Engineer iPCS Wireless, Inc. 4717 Broadmoor Ave, Suite G Kentwood, MI 49512 Office: 616-656-5163 PCS:616-706-2438 Fax:616-554-6484 Web: www.ip

Re: [MAPSERVER-USERS] How to map attribute data (non-geom) from Oracle(not Spatial)?

2008-08-05 Thread Bill Wordsworth
This is exciting news! I am using Oracle 10g and get Oracle Locator free but how do I map data from Oracle Locator? Are you doing a JOIN+FILTER? Can you share a LAYER snippet from your MAP file? Cheers, Bill On Mon, Aug 4, 2008 at 1:15 PM, Nolte, Tim <[EMAIL PROTECTED]> wrote: > What version of Or

Re: [mapserver-users] Arabic-Farsi-Hebrew support?

2008-08-05 Thread Saka Royban
Thanks Stephen sorry --- On Mon, 8/4/08, Stephen Woodbridge <[EMAIL PROTECTED]> wrote: From: Stephen Woodbridge <[EMAIL PROTECTED]> Subject: Re: [mapserver-users] Arabic-Farsi-Hebrew support? To: "Saka Royban" <[EMAIL PROTECTED]> Cc: mapserver-users@lists.osgeo.org Date: Monday, August 4, 2008,

RE: [MAPSERVER-USERS] Road Lines with AGG

2008-08-05 Thread Ritesh Ambastha
I tried by commenting antialias true. But, still am getting the same sprited lines. I have kept transparency as alpha. Is this creating some problems? Thanks, Ritesh Ambastha Nolte, Tim wrote: > > When you are using AGG for your output do not use antialias true on your > layers. > > - Tim >

Re: [mapserver-users] Arabic-Farsi-Hebrew support?

2008-08-05 Thread Saka Royban
Thanks Stephen sorry about gettext. I was mensioning this in CartoWeb mailinglist implemented on Mapserver. forgetting to remove it. as i understand, you say i can use mapserever 5.2 and it has support of this by fribidi2. because i use MS4W with no building from scratch, i'm asking this questio

RE: [MAPSERVER-USERS] How to map attribute data (non-geom) from Oracle(not Spatial)?

2008-08-05 Thread Nolte, Tim
Bill, Here is a layer definition I am using for Oracle Spatial(Locator) data. LAYER GROUP "Cell Sites" NAME "On-Air" TYPE POINT STATUS ON CONNECTIONTYPE oraclespatial CONNECTION "username/[EMAIL PROTECTED]" PROCESSING "CLOSE_CONNECTION=DEFER" DATA "geom FROM (S

Re: [mapserver-users] Arabic-Farsi-Hebrew support?

2008-08-05 Thread Stephen Woodbridge
Saka, You probably need to check on the MS4W list to be sure, but I did file a bug for this support and I think the ticket was closed so it should be supported, but you will probably need one of the most recent ones and I'm not sure if the change has been released yet. Check with MS4W for the

Re: [mapserver-users] 5.2.0 and 5.02 differences and previous OGR problems post

2008-08-05 Thread Daniel Morissette
Derek Bain wrote: Hi I found the 5.2 windows binary udate using google. I installed it and now the ms_debug output shows [Fri Jul 25 11:19:15 2008].437000 msWFSDispatch(): WFS server error. Incomplete WFS request: SERVICE parameter missing Sounds like the server is receiving a WMS or WFS req

Re: [MAPSERVER-USERS] Problem with SymbolObj

2008-08-05 Thread tommyr
Can someone help me please ? :) -- View this message in context: http://www.nabble.com/Problem-with-SymbolObj-tp18127647p18834013.html Sent from the Mapserver - User mailing list archive at Nabble.com. ___ mapserver-users mailing list mapserver-users@

Re: [MAPSERVER-USERS] Problem with SymbolObj

2008-08-05 Thread Steve Lime
The original question was: > Hello everyone, > > I've got a problem with PHP Mapscript. When I create a new symbol for a map, > a symbol that I can find back with $map->getSymbolObjectById() > method, then i CAN'T delete it. There is no method to delete or remove a > symbol added in a map (wi

[mapserver-users] legend

2008-08-05 Thread k_karo
Hello, The wms connect to a remote wms and include a wms layer. But the cascading wms doesnŽt deliver a legend image. What I am doing wrong? Did I forget something? Below is the mapfile. Thanks for any help! Regards MAP NAME Test STATUS ON SIZE 500 500 IMAGETYPE PNG IMAGECOLOR 230 230

Re: [MAPSERVER-USERS] How to map attribute data (non-geom) from Oracle(not Spatial)?

2008-08-05 Thread Bill Wordsworth
Tim, I didn't know you could do "geom from..." without Oracle Spatial, so this is great! This is my current compilation: MapServer version 4.8.3 OUTPUT=GIF OUTPUT=PNG OUTPUT=JPEG OUTPUT=WBMP OUTPUT=PDF OUTPUT=SWF OUTPUT=SVG SUPPORTS=PROJ SUPPORTS=FREETYPE SUPPORTS=WMS_SERVER SUPPORTS=WMS_CLIENT SU