Re: [mapserver-users] MapServer Version 5.2.0 Source Released
On Aug 6, 2008, at 10:51 AM, William Kyngesburye wrote: On Jul 20, 2008, at 3:30 PM, William Kyngesburye wrote: My OSX build is finally ready (lots of distractions this week). I added a couple things: - instructions for compiling other mapscripts that are not included in the installer. "are now included" took me a while to notice ;) Scratch that, misread my own writing. Where's my coffee!? - William Kyngesburye http://www.kyngchaos.com/ "I ache, therefore I am. Or in my case - I am, therefore I ache." - Marvin ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users
Re: [mapserver-users] MapServer Version 5.2.0 Source Released
On Jul 20, 2008, at 3:30 PM, William Kyngesburye wrote: My OSX build is finally ready (lots of distractions this week). I added a couple things: - instructions for compiling other mapscripts that are not included in the installer. "are now included" took me a while to notice ;) - a build script (separate download) to compile my framework version. Also supports compiling universal and 64bits (for Leopard). It should work on Panther. Defaults to using my other frameworks and binaries, only GD is required as an external compile. - William Kyngesburye http://www.kyngchaos.com/ "This is a question about the past, is it? ... How can I tell that the past isn't a fiction designed to account for the discrepancy between my immediate physical sensations and my state of mind?" - The Ruler of the Universe ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users
Re: [mapserver-dev] Re: [mapserver-users] MapServer Version 5.2.0 Source Released
* SOS 1.0.0 support Tom, Assefa? http://trac.osgeo.org/mapserver/ticket/2246 -- Assefa Yewondwossen Software Analyst Email: [EMAIL PROTECTED] http://www.dmsolutions.ca/ Phone: (613) 565-5056 (ext 14) Fax: (613) 565-0925 ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users
Re: [mapserver-users] MapServer Version 5.2.0 Source Released
Info inline... I'll file documentation bugs for those issues I noted below... Steve >>> On 7/27/2008 at 12:51 AM, in message <[EMAIL PROTECTED]>, "Luca Manganelli" <[EMAIL PROTECTED]> wrote: > Where can I have more detail about these improvements? > >>* performance enhancements for large shapefile handling http://trac.osgeo.org/mapserver/ticket/2601 http://trac.osgeo.org/mapserver/ticket/2282 No configuration changes are necessary. >>* performance enhancements for AGG rendering (an order of magnitude > faster in some cases) This involved removing alpha channel manipulation that was in place when switching between GD and AGG rendering. It's automatic, no configuration necessary. >>* fuzzy label outlines for AGG Adds OUTLINEWIDTH to LABEL object. Support is for AGG only. Documentation still needs an update. >>* style-level opacity for AGG Adds OPACITY keyword to the STYLE object. Documentation still needs an update. >>* quantization and palette support for PNGs and RGBA modes http://trac.osgeo.org/mapserver/ticket/2436 >>* SOS 1.0.0 support Tom, Assefa? >>* extent (e.g. shpext, mapext) template tag attribute handling http://trac.osgeo.org/mapserver/ticket/2376 http://mapserver.gis.umn.edu/docs/reference/templatereference/templatereference (see [mapext]) > ___ > mapserver-users mailing list > mapserver-users@lists.osgeo.org > http://lists.osgeo.org/mailman/listinfo/mapserver-users ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users
Re: [mapserver-users] MapServer Version 5.2.0 Source Released
Where can I have more detail about these improvements? >* performance enhancements for large shapefile handling >* performance enhancements for AGG rendering (an order of magnitude faster > in some cases) >* fuzzy label outlines for AGG >* style-level opacity for AGG >* quantization and palette support for PNGs and RGBA modes >* SOS 1.0.0 support >* extent (e.g. shpext, mapext) template tag attribute handling ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users
Re: [mapserver-users] MapServer Version 5.2.0 Source Released
Yes, that patch won't apply on 5.2 as there have been substantial changes in that code. You'll have to manually merge it (the logic is the same). The function you're looking for is msDrawLineSymbolAGG -- thomas On Mon, Jul 21, 2008 at 5:26 PM, Steve Lime <[EMAIL PROTECTED]> wrote: > As far as I know there isn't such a switch. If you could produce the patch we > could > take a look though. > > Steve > >>>> On 7/17/2008 at 7:54 AM, in message > <[EMAIL PROTECTED]>, "Nolte, Tim" > <[EMAIL PROTECTED]> wrote: >> Is there a built-in facility to turn off anti-aliasing for certain >> layers when using AGG in this build? I had a patch given to me by >> someone else on the list that worked with MS 5.0, that patch doesn't >> work on this build. Thanks. >> >> - 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.ipcswirelessinc.com >> >>> -Original Message- >>> From: [EMAIL PROTECTED] >>> [mailto:[EMAIL PROTECTED] On Behalf Of >>> Steve Lime >>> Sent: Wednesday, July 16, 2008 9:52 PM >>> To: [EMAIL PROTECTED]; >>> [EMAIL PROTECTED]; mapserver-users@lists.osgeo.org >>> Subject: [mapserver-users] MapServer Version 5.2.0 Source Released >>> >>> Hi all: The MapServer PSC is proud to announce the release of >>> MapServer version 5.2. The source code is available for download at: >>> >>> http://mapserver.gis.umn.edu/download/current >>> >>> Binary distributions will follow shortly. This is a >>> significant release and users are encouraged to upgrade if >>> possible. Nearly 200 tickets were closed as part of this >>> effort. Major feature additions include: >>> >>> * MS RFC 36: Simplified Template Support for Query Output >>> * MS RFC 37: Spatial Reference Improvements and Additions >>> * MS RFC 38: Native Microsoft SQL Server 2008 Support >>> * MS RFC 41: WCS 1.1.x Support >>> * MS RFC 42: Support for Cookie Forwarding >>> * MS RFC 43: Direct Tile Generation for Google Maps API >>> >>> Full RFC text can be found at: >>> http://mapserver.gis.umn.edu/development/rfc >>> >>> Notable enhancements include: >>> >>> * performance enhancements for large shapefile handling >>> * performance enhancements for AGG rendering (an order of >>> magnitude faster in some cases) >>> * fuzzy label outlines for AGG >>> * style-level opacity for AGG >>> * quantization and palette support for PNGs and RGBA modes >>> * SOS 1.0.0 support >>> * WFS 1.1.0 support >>> * proxy and http authentication support for cascaded WMS requests >>> * pre-clip label point computation (helps in tile generation) >>> * extent (e.g. shpext, mapext) template tag attribute handling >>> >>> The full 5.2.0 change log can be found at: >>> http://trac.osgeo.org/mapserver/browser/tags/rel-5-2-0/mapserv >>> er/HISTORY.TXT >>> >>> I would like to thank all the folks that worked hard on this >>> release, your efforts are greatly appreciated! >>> >>> Steve >>> ___ >>> mapserver-users mailing list >>> mapserver-users@lists.osgeo.org >>> http://lists.osgeo.org/mailman/listinfo/mapserver-users >>> >>> >> ___ >> mapserver-users mailing list >> mapserver-users@lists.osgeo.org >> http://lists.osgeo.org/mailman/listinfo/mapserver-users > > ___ > mapserver-users mailing list > mapserver-users@lists.osgeo.org > http://lists.osgeo.org/mailman/listinfo/mapserver-users > ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users
RE: [mapserver-users] MapServer Version 5.2.0 Source Released
As far as I know there isn't such a switch. If you could produce the patch we could take a look though. Steve >>> On 7/17/2008 at 7:54 AM, in message <[EMAIL PROTECTED]>, "Nolte, Tim" <[EMAIL PROTECTED]> wrote: > Is there a built-in facility to turn off anti-aliasing for certain > layers when using AGG in this build? I had a patch given to me by > someone else on the list that worked with MS 5.0, that patch doesn't > work on this build. Thanks. > > - 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.ipcswirelessinc.com > >> -Original Message- >> From: [EMAIL PROTECTED] >> [mailto:[EMAIL PROTECTED] On Behalf Of >> Steve Lime >> Sent: Wednesday, July 16, 2008 9:52 PM >> To: [EMAIL PROTECTED]; >> [EMAIL PROTECTED]; mapserver-users@lists.osgeo.org >> Subject: [mapserver-users] MapServer Version 5.2.0 Source Released >> >> Hi all: The MapServer PSC is proud to announce the release of >> MapServer version 5.2. The source code is available for download at: >> >> http://mapserver.gis.umn.edu/download/current >> >> Binary distributions will follow shortly. This is a >> significant release and users are encouraged to upgrade if >> possible. Nearly 200 tickets were closed as part of this >> effort. Major feature additions include: >> >> * MS RFC 36: Simplified Template Support for Query Output >> * MS RFC 37: Spatial Reference Improvements and Additions >> * MS RFC 38: Native Microsoft SQL Server 2008 Support >> * MS RFC 41: WCS 1.1.x Support >> * MS RFC 42: Support for Cookie Forwarding >> * MS RFC 43: Direct Tile Generation for Google Maps API >> >> Full RFC text can be found at: >> http://mapserver.gis.umn.edu/development/rfc >> >> Notable enhancements include: >> >> * performance enhancements for large shapefile handling >> * performance enhancements for AGG rendering (an order of >> magnitude faster in some cases) >> * fuzzy label outlines for AGG >> * style-level opacity for AGG >> * quantization and palette support for PNGs and RGBA modes >> * SOS 1.0.0 support >> * WFS 1.1.0 support >> * proxy and http authentication support for cascaded WMS requests >> * pre-clip label point computation (helps in tile generation) >> * extent (e.g. shpext, mapext) template tag attribute handling >> >> The full 5.2.0 change log can be found at: >> http://trac.osgeo.org/mapserver/browser/tags/rel-5-2-0/mapserv >> er/HISTORY.TXT >> >> I would like to thank all the folks that worked hard on this >> release, your efforts are greatly appreciated! >> >> Steve >> ___ >> mapserver-users mailing list >> mapserver-users@lists.osgeo.org >> http://lists.osgeo.org/mailman/listinfo/mapserver-users >> >> > ___ > mapserver-users mailing list > mapserver-users@lists.osgeo.org > http://lists.osgeo.org/mailman/listinfo/mapserver-users ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users
Re: [mapserver-users] MapServer Version 5.2.0 Source Released
My OSX build is finally ready (lots of distractions this week). I added a couple things: - instructions for compiling other mapscripts that are not included in the installer. - a build script (separate download) to compile my framework version. Also supports compiling universal and 64bits (for Leopard). It should work on Panther. Defaults to using my other frameworks and binaries, only GD is required as an external compile. On Jul 16, 2008, at 8:51 PM, Steve Lime wrote: Hi all: The MapServer PSC is proud to announce the release of MapServer version 5.2. The source code is available for download at: http://mapserver.gis.umn.edu/download/current Binary distributions will follow shortly. - William Kyngesburye http://www.kyngchaos.com/ "I ache, therefore I am. Or in my case - I am, therefore I ache." - Marvin ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users
RE: [mapserver-users] MapServer Version 5.2.0 Source Released
Is there a built-in facility to turn off anti-aliasing for certain layers when using AGG in this build? I had a patch given to me by someone else on the list that worked with MS 5.0, that patch doesn't work on this build. Thanks. - 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.ipcswirelessinc.com > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Steve Lime > Sent: Wednesday, July 16, 2008 9:52 PM > To: [EMAIL PROTECTED]; > [EMAIL PROTECTED]; mapserver-users@lists.osgeo.org > Subject: [mapserver-users] MapServer Version 5.2.0 Source Released > > Hi all: The MapServer PSC is proud to announce the release of > MapServer version 5.2. The source code is available for download at: > > http://mapserver.gis.umn.edu/download/current > > Binary distributions will follow shortly. This is a > significant release and users are encouraged to upgrade if > possible. Nearly 200 tickets were closed as part of this > effort. Major feature additions include: > > * MS RFC 36: Simplified Template Support for Query Output > * MS RFC 37: Spatial Reference Improvements and Additions > * MS RFC 38: Native Microsoft SQL Server 2008 Support > * MS RFC 41: WCS 1.1.x Support > * MS RFC 42: Support for Cookie Forwarding > * MS RFC 43: Direct Tile Generation for Google Maps API > > Full RFC text can be found at: > http://mapserver.gis.umn.edu/development/rfc > > Notable enhancements include: > > * performance enhancements for large shapefile handling > * performance enhancements for AGG rendering (an order of > magnitude faster in some cases) > * fuzzy label outlines for AGG > * style-level opacity for AGG > * quantization and palette support for PNGs and RGBA modes > * SOS 1.0.0 support > * WFS 1.1.0 support > * proxy and http authentication support for cascaded WMS requests > * pre-clip label point computation (helps in tile generation) > * extent (e.g. shpext, mapext) template tag attribute handling > > The full 5.2.0 change log can be found at: > http://trac.osgeo.org/mapserver/browser/tags/rel-5-2-0/mapserv > er/HISTORY.TXT > > I would like to thank all the folks that worked hard on this > release, your efforts are greatly appreciated! > > Steve > ___ > mapserver-users mailing list > mapserver-users@lists.osgeo.org > http://lists.osgeo.org/mailman/listinfo/mapserver-users > > ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users
[mapserver-users] MapServer Version 5.2.0 Source Released
Hi all: The MapServer PSC is proud to announce the release of MapServer version 5.2. The source code is available for download at: http://mapserver.gis.umn.edu/download/current Binary distributions will follow shortly. This is a significant release and users are encouraged to upgrade if possible. Nearly 200 tickets were closed as part of this effort. Major feature additions include: * MS RFC 36: Simplified Template Support for Query Output * MS RFC 37: Spatial Reference Improvements and Additions * MS RFC 38: Native Microsoft SQL Server 2008 Support * MS RFC 41: WCS 1.1.x Support * MS RFC 42: Support for Cookie Forwarding * MS RFC 43: Direct Tile Generation for Google Maps API Full RFC text can be found at: http://mapserver.gis.umn.edu/development/rfc Notable enhancements include: * performance enhancements for large shapefile handling * performance enhancements for AGG rendering (an order of magnitude faster in some cases) * fuzzy label outlines for AGG * style-level opacity for AGG * quantization and palette support for PNGs and RGBA modes * SOS 1.0.0 support * WFS 1.1.0 support * proxy and http authentication support for cascaded WMS requests * pre-clip label point computation (helps in tile generation) * extent (e.g. shpext, mapext) template tag attribute handling The full 5.2.0 change log can be found at: http://trac.osgeo.org/mapserver/browser/tags/rel-5-2-0/mapserver/HISTORY.TXT I would like to thank all the folks that worked hard on this release, your efforts are greatly appreciated! Steve ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users