From bernhard at intevation.de Tue Jan 15 21:58:16 2002 From: bernhard at intevation.de (Bernhard Reiter) Date: Tue, 15 Jan 2002 21:58:16 +0100 Subject: [Mapit] Webpages: New application Message-ID: <20020115205816.GQ5528@intevation.de> The MapIt! Webpages have been improved. Logiball's latest application www.marktplatz-herne.de (German only) is listed. -- Gesch?ftsf?hrer, Intevation GmbH (intevation.de) Projekt Freie GIS Software (freegis.org/index.de.html) FFII e.V. (ffii.org) FSF Europa (fsfeurope.org/index.de.html) -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 248 bytes Desc: not available Url : http://www.intevation.de/pipermail/mapit/attachments/20020115/cc423bcc/attachment.bin From bernhard at intevation.de Tue Jan 15 22:04:40 2002 From: bernhard at intevation.de (Bernhard Reiter) Date: Tue, 15 Jan 2002 22:04:40 +0100 Subject: [Mapit] Using png Message-ID: <20020115210440.GR5528@intevation.de> Ever woundered about the jpeg artifacts in the rendered maps? Images in Jpeg format can be created pretty fast, but png will feature lossless compression. If you switch on png support in mapconfig.py, you should apply the attached patch (against mapit-1.0) if you want indexed images. This will reduce the size of the created images considerably. Check www.mapit.de/mapit/herne.de/ and compare it to other example servers still delivering pngs. :) Bernhard -------------- next part -------------- # make sure the image is indexed before delivery --- makemap.py.org Tue Jan 15 18:27:01 2002 +++ makemap.py Tue Jan 15 18:29:07 2002 @@ -150,6 +150,10 @@ (1,parameters.height - 1 - s_height), source_image) source_image = None + # make it indexed + image = image.convert(mode = 'P', palette = PIL.Image.ADAPTIVE, + dither = PIL.Image.NONE) + return image -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 248 bytes Desc: not available Url : http://www.intevation.de/pipermail/mapit/attachments/20020115/a88b960e/attachment.bin From bernhard at intevation.de Wed Jan 16 16:51:52 2002 From: bernhard at intevation.de (Bernhard Reiter) Date: Wed, 16 Jan 2002 16:51:52 +0100 Subject: [Mapit] [alet@unice.fr: [ANNOUNCE] first public release of PDFMap] Message-ID: <20020116155152.GF18687@intevation.de> :) -- Professional Service around Free Software (intevation.net) If freegis is useful for you, consider paying for the service: http://freegis.org/about-paying.en.html -------------- next part -------------- An embedded message was scrubbed... From: Jerome Alet Subject: [ANNOUNCE] first public release of PDFMap Date: Wed, 16 Jan 2002 16:26:20 +0100 (MET) Size: 1843 Url: http://www.intevation.de/pipermail/mapit/attachments/20020116/7fbbd149/attachment.txt -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 248 bytes Desc: not available Url : http://www.intevation.de/pipermail/mapit/attachments/20020116/7fbbd149/attachment.bin