[mapserver-users] AGG Rendering

2009-04-03 Thread Andrew Ayre
Hi! I can't seem to get AGG to work. Currently my output is not antialiased. Can anyone give me some hints? Thanks! Note that I have built AGG 2.5 with freetype support. Also note that I needed two ./configure --with-postgis=/usr/bin/pg_config --with-wfs --with-proj

Re: [mapserver-users] AGG Rendering

2009-04-03 Thread Gregor at HostGIS
Andrew Ayre wrote: Hi! I can't seem to get AGG to work. Currently my output is not antialiased. Can anyone give me some hints? Thanks! loadOutputFormat(): General error message. OUTPUTFORMAT clause references driver AGG/PNG, but this driver isn#39;t configured. That says it all: Your

Re: [mapserver-users] Using the SQL Server 2008 Plugin with a Geography column

2009-04-03 Thread Tamas Szekeres
Hi, The MSSQL 2008 driver only compatible with the Geometry data type at the moment. In case if the Geography data type is used the spatial filter should also be specifyed as Geography which is not the case in the current implementation. You might want to submit a ticket describing the issue and

[mapserver-users] Re: [mapserver-dev] MapServer 5.4 Beta 4 is now available...

2009-04-03 Thread Normand Savard
Steve Lime wrote: Greetings all: MapServer 5.4 Beta 4 is now available for download at http://mapserver.org/download.html. This beta includes all the security fixes/improvements made available last week in 5.2.2 and fixes a few bugs found since beta 3. Sorry for the delay in getting this

Re: [mapserver-users] Dynamic 'OnMouseOver' Info generation vomPostGIS/Postgres

2009-04-03 Thread Steve Lime
To do this you need some sort of an observer for the map and an image map is one way to do that. Here's an example: http://www.dnr.state.mn.us/ice_out/index.html In this case the data to be displayed are encoded in the image map produced by MapServer (I used the template mechanism). So,

Re: [mapserver-users] How to access Templating: Map Geometry Variables(or Equivalent) from OGR Connection

2009-04-03 Thread Steve Lime
This would be a feature request. The runtime subs are done well ahead of the computation of things like map extent. This would be a relatively simple hack and I can show you where in the CGI code to try it out if you'd like. Steve joncoign jnco...@knology.net 04/02/09 10:47 AM I didn't get

Re: [mapserver-users] AGG Rendering

2009-04-03 Thread Andrew Ayre
Gregor at HostGIS wrote: Andrew Ayre wrote: Hi! I can't seem to get AGG to work. Currently my output is not antialiased. Can anyone give me some hints? Thanks! loadOutputFormat(): General error message. OUTPUTFORMAT clause references driver AGG/PNG, but this driver isn#39;t configured.

Re: [mapserver-users] AGG Rendering

2009-04-03 Thread Andrew Ayre
Thanks to HÃ¥vard I now have AGG compiled in. I needed to modify the configure file: AGG_LIB=-L$AGG_LIBDIR -lagg_pic -laggfontfreetype_pic Now I have SUPPORTS=AGG. Also the error has gone. But the output isn't anti-aliased. Is there something else that I need to add to the map file besides

Re: [mapserver-users] Mapscript shapeObj-toWKt() orms_shapeObjfromWkt problem.

2009-04-03 Thread Steve Lime
Just an update, this will be fixed in the upcoming 5.4 release. Steve Moen, Paul T. pm...@nd.gov 04/01/09 3:55 PM I changed my Geos to version 3.0.3 and the error changed from Segmentation fault to Bus error. I also looked at the ticket Assefa indicated below and am wondering if that was

[mapserver-users] setFilter problem (c#)

2009-04-03 Thread Paul james
Hello guys... I got a problem... My code : var _filter = ('[gid]'='10'); var _layer = _map.MapObj.getLayerByName(X); var _lC = _layer.clone(); _lC.setFilter(_filter); _lC.name = Dummy; _lC.status = 1; _lC.getClass(0).getStyle(0).color.setRGB(0, 250, 250);

Re: [mapserver-users] How to access Templating: Map Geometry Variables(or Equivalent) from OGR Connection

2009-04-03 Thread joncoign
I haven't built MapServer before I have been using MS4W builds. However, if you can show me where to make this change I will be happy to get up to speed and work on the change. Jon This would be a feature request. The runtime subs are done well ahead of the computation of things like map

[mapserver-users] Re: setFilter problem (c#)

2009-04-03 Thread Paul james
I forgot, my mapserver version 5.2.0 Thanks On Fri, Apr 3, 2009 at 3:21 PM, Paul james paulj...@gmail.com wrote: Hello guys... I got a problem... My code : var _filter = ('[gid]'='10'); var _layer = _map.MapObj.getLayerByName(X); var _lC = _layer.clone(); _lC.setFilter(_filter);

[mapserver-users] PIXMAP Positioning

2009-04-03 Thread Andrew Ayre
Are PIXMAP symbols for points always centered on the point? I want to add thumb tack style markers, like Google Maps, where the entire image should be located above the point. Is this possible? thanks, Andy -- Andy PGP Key ID: 0xDC1B5864 ___

Re: [mapserver-users] PIXMAP Positioning

2009-04-03 Thread Stephen Woodbridge
Andrew Ayre wrote: Are PIXMAP symbols for points always centered on the point? I want to add thumb tack style markers, like Google Maps, where the entire image should be located above the point. Is this possible? thanks, Andy Type OFFSET x y where x and y are in pixels. -Steve W

Re: [mapserver-users] AGG Rendering

2009-04-03 Thread Gregor at HostGIS
Andrew Ayre wrote: Now I have SUPPORTS=AGG. Also the error has gone. But the output isn't anti-aliased. Is there something else that I need to add OUTPUTFORMAT NAME 'AGG_Q' DRIVER AGG/PNG IMAGEMODE RGB FORMATOPTION QUANTIZE_FORCE=ON FORMATOPTION QUANTIZE_DITHER=OFF FORMATOPTION

Re: [mapserver-users] PIXMAP Positioning

2009-04-03 Thread Andrew Ayre
Stephen Woodbridge wrote: Andrew Ayre wrote: Are PIXMAP symbols for points always centered on the point? I want to add thumb tack style markers, like Google Maps, where the entire image should be located above the point. Is this possible? thanks, Andy Type OFFSET x y where x and y are in

[mapserver-users] WFS Layers not visualized and big size?

2009-04-03 Thread mehmet
Hi ! I got a WFS server with two layers inside -nothing special. But now something weird happens: When I try to build them in in a wms/wfs client together they are not shown. If there is only one layer embed in the client it works without any problems. Anybody knows why ? And another