|
View:
New views
20 Messages
—
Rating Filter:
Alert me
|
| < Prev | 1 - 2 | Next > |
|
|
MapGuide Open Source 2.0.0 releasedWe are pleased to announce that the MapGuide Open Source project team has released MapGuide Open Source 2.0.0.
Release notes: http://trac.osgeo.org/mapguide/wiki/Release/2.0/Notes. Documentation: http://mapguide.osgeo.org/documentation.html Downloads: http://mapguide.osgeo.org/download Among the many enhancements, the main feature in this release is the integration of Fusion; a flexible, extensible templating system that provides the ability to separate application presentation from its functional components. We have also replaced the use of FastCGI with the more proven ISAPI and Apache mod technologies. The 2.0 milestone page contains the complete list of new features: http://trac.osgeo.org/mapguide/milestone/2.0 The MapGuide team _______________________________________________ mapguide-users mailing list mapguide-users@... http://lists.osgeo.org/mailman/listinfo/mapguide-users |
||||||
|
|
RE: [mapguide-announce] MapGuide Open Source 2.0.0 releasedFurther information for the MapGuide users mailing list:
Note that the released version has some fixes that were not included in MGOS 2.0.0 RC4. Tom -----Original Message----- From: mapguide-announce-bounces@... [mailto:mapguide-announce-bounces@...] On Behalf Of Tom Fukushima Sent: Thursday, February 28, 2008 9:44 PM To: MapGuide Announce Mail List Cc: MapGuide@...; Internals Mail List; announce@...; MapGuide Users Mail List Subject: [mapguide-announce] MapGuide Open Source 2.0.0 released We are pleased to announce that the MapGuide Open Source project team has released MapGuide Open Source 2.0.0. Release notes: http://trac.osgeo.org/mapguide/wiki/Release/2.0/Notes. Documentation: http://mapguide.osgeo.org/documentation.html Downloads: http://mapguide.osgeo.org/download Among the many enhancements, the main feature in this release is the integration of Fusion; a flexible, extensible templating system that provides the ability to separate application presentation from its functional components. We have also replaced the use of FastCGI with the more proven ISAPI and Apache mod technologies. The 2.0 milestone page contains the complete list of new features: http://trac.osgeo.org/mapguide/milestone/2.0 The MapGuide team _______________________________________________ mapguide-announce mailing list mapguide-announce@... http://lists.osgeo.org/mailman/listinfo/mapguide-announce _______________________________________________ mapguide-users mailing list mapguide-users@... http://lists.osgeo.org/mailman/listinfo/mapguide-users |
||||||
|
|
RE: RE: [mapguide-announce] MapGuide Open Source 2.0.0releasedThat's great news Tom!
>From my testing, there are also some performance enhancements that make a huge difference, especially for Fusion. First, the GETMAPIMAGE request was modified to allow better performance for interactive maps. This is the call that Fusion uses (the Ajax Viewer uses GETDYNAMICMAPOVERLAY which was faster), and in some nasty data cases the difference made by this improvement meant the refresh time went from 19 seconds to less than 4. Second, proper PNG8 support was added to the GETMAPIMAGE call while fixing the black background of GIF/JPG images. This is not leveraged by either Fusion or the AJAX viewer by default, but you can modify these frameworks to use PNG8 instead fairly easily. Note, you will not want to do this for maps that require more than 256 colours (including antialiasing) in a single view. If you are doing this with Fusion, search for the string GETMAPIMAGE in these files (I'm not sure which is actually used) and close to this string replace PNG with PNG8: /fusion/lib/OpenLayers/OpenLayers.js /fusion/lib/OpenLayers/OpenLayersCompressed.js On one of my test maps, using PNG8 looks just about as good as PNG24 and means that at full screen the image went from 500kb to 120kb. This will make a huge difference to internet users. I think that the development team did a HERCULEAN job getting these important enhancements into the final release, considering that we were already into RCs. I'd like to take this chance to remind everyone that for the next release we _really_ need to start testing at the first betas. By the time we get to RCs, the developers should not have to be doing anything but fixing showstopper bugs. The developers (and Autodesk internally) do a lot of testing, but we can't count on them having the same environment and data as we have, so if we want a stable product for our own use we need to test it ourselves and enter easy-to-duplicate defects in Trac. Jason ________________________________ From: mapguide-users-bounces@... on behalf of Tom Fukushima Sent: Thu 2008-02-28 8:46 PM To: MapGuide Users Mail List Subject: [mapguide-users] RE: [mapguide-announce] MapGuide Open Source 2.0.0released Further information for the MapGuide users mailing list: Note that the released version has some fixes that were not included in MGOS 2.0.0 RC4. Tom -----Original Message----- From: mapguide-announce-bounces@... [mailto:mapguide-announce-bounces@...] On Behalf Of Tom Fukushima Sent: Thursday, February 28, 2008 9:44 PM To: MapGuide Announce Mail List Cc: MapGuide@...; Internals Mail List; announce@...; MapGuide Users Mail List Subject: [mapguide-announce] MapGuide Open Source 2.0.0 released We are pleased to announce that the MapGuide Open Source project team has released MapGuide Open Source 2.0.0. Release notes: http://trac.osgeo.org/mapguide/wiki/Release/2.0/Notes. Documentation: http://mapguide.osgeo.org/documentation.html Downloads: http://mapguide.osgeo.org/download Among the many enhancements, the main feature in this release is the integration of Fusion; a flexible, extensible templating system that provides the ability to separate application presentation from its functional components. We have also replaced the use of FastCGI with the more proven ISAPI and Apache mod technologies. The 2.0 milestone page contains the complete list of new features: http://trac.osgeo.org/mapguide/milestone/2.0 The MapGuide team _______________________________________________ mapguide-announce mailing list mapguide-announce@... http://lists.osgeo.org/mailman/listinfo/mapguide-announce _______________________________________________ mapguide-users mailing list mapguide-users@... http://lists.osgeo.org/mailman/listinfo/mapguide-users _______________________________________________ mapguide-users mailing list mapguide-users@... http://lists.osgeo.org/mailman/listinfo/mapguide-users |
||||||
|
|
RE: RE: [mapguide-announce] MapGuide Open Source 2.0.0releasedCongratulations! This release is great, and fix the problem I had posted with a ticket about GETMAPIMAGE and multiple image format with the AGG renderer.
I recommend to all users the change. |
||||||
|
|
Re: RE: [mapguide-announce] MapGuide Open Source 2.0.0releasedIs it possible to see a working demo of 2.0 somewhere ?
thx Steven _______________________________________________ mapguide-users mailing list mapguide-users@... http://lists.osgeo.org/mailman/listinfo/mapguide-users |
||||||
|
|
Re: RE: [mapguide-announce] MapGuide Open Source2.0.0released
| Yes you can see a video flash in the following link
jean-marie
From: gisaalter@...
Sent: Friday, February 29, 2008 9:58 AM
Subject: Re: RE: [mapguide-users] [mapguide-announce] MapGuide Open
Source2.0.0released thx Steven
_______________________________________________ mapguide-users mailing list mapguide-users@... http://lists.osgeo.org/mailman/listinfo/mapguide-users _______________________________________________ mapguide-users mailing list mapguide-users@... http://lists.osgeo.org/mailman/listinfo/mapguide-users |
|||||
|
|
Re: RE: [mapguide-announce] MapGuide Open Source2.0.0releasedThanks Jean-Marie, did you use MapGuide Studio to make that application ?
I love the user interface of MapGuide Open Source, as it is quite straightforward for 'unexperienced' users. I'd like to use it, but without the need to buy a MapGuide Studio, license as we already have a (pricey) MapGuide license... Thanks Steven On Fri, Feb 29, 2008 at 10:32 AM, Jean-Marie Prevost <prevostjeanmarie@...> wrote:
_______________________________________________ mapguide-users mailing list mapguide-users@... http://lists.osgeo.org/mailman/listinfo/mapguide-users |
||||||
|
|
Re: RE: [mapguide-announce] MapGuide Open Source 2.0.0released> Second, proper PNG8 support was added to the GETMAPIMAGE call while fixing the black background of GIF/JPG images. This is not leveraged by either Fusion or the AJAX viewer by default, but you can modify these frameworks to use PNG8 instead fairly easily. Note, you will not want to do this for maps that require more than 256 colours (including antialiasing) in a single view. If you are doing this with Fusion, search for the string GETMAPIMAGE in these files (I'm not sure which is actually used) and close to this string replace PNG with PNG8:
> > /fusion/lib/OpenLayers/OpenLayers.js > /fusion/lib/OpenLayers/OpenLayersCompressed.js > > On one of my test maps, using PNG8 looks just about as good as PNG24 and means that at full screen the image went from 500kb to 120kb. This will make a huge difference to internet users. is there a way of enabling this for GETTILEDIMAGE? -- Zac Spitzer - http://zacster.blogspot.com (My Blog) +61 405 847 168 _______________________________________________ mapguide-users mailing list mapguide-users@... http://lists.osgeo.org/mailman/listinfo/mapguide-users |
||||||
|
|
Re: RE: [mapguide-announce] MapGuide Open Source 2.0.0released> is there a way of enabling this for GETTILEDIMAGE?
Here I post the comment in the ticket who fix the problem: Comment: Fix submitted for 2.0.x stream in http://trac.osgeo.org/mapguide/changeset/3028 and for trunk in http://trac.osgeo.org/mapguide/changeset/3029 Support for GIF has been fixed and PNG8 support has been implemented. The following formats will now work in ajaxmappane.templ: {{{ PNG: 32 bit PNG with alpha PNG8: 8 bit indexed color PNG with transparency support GIF: 8 bit indexed color GIF with transparency support JPG: 24 bit JPG image with no transparency }}} Also added experimental PNG8 tile support for 2.0.x stream http://trac.osgeo.org/mapguide/changeset/3030 and trunk http://trac.osgeo.org/mapguide/changeset/3031 Tiled images can now be rendered and served as: {{{ PNG: 32 bit PNG with alpha PNG8: 8 bit indexed color PNG with transparency support JPG: 24 bit JPG image with no transparency }}} |
||||||
|
|
|
||||||
|
|
Re: RE: [mapguide-announce] MapGuide OpenSource2.0.0released
| Hello I use in my professional mapguide studio 2008 According to the announcements autodesk mapguide Studio 2009 will integrate the functions of MGOS 2.00 and fusion Otherwise, in my opinion, it is difficult for a novice to use MGOS 2.00 without a mapguide studio. I am currently experimenting with MapStudio Open Source to see if it is possible to forgo Mapguide Studio 200X with MGOS 2.00
| http://translate.google.com/translate?client=tmpg&hl=fr&u=http://geo-topo.blogspot.com/2008/01/nouvelle-version-de-mapsudio-os.html&langpair=fr|enI spoke to my blog on the following link
or
http://translate.google.com/translate?client=tmpg&hl=fr&u=http://geo-topo.blogspot.com/2008/01/prsentation-de-mapstudio-open-source.html&langpair=fr|en
Otherwise serveur of MGOS 1.2 as 2.00 are very good Jean-Marie France |
|
Yes you can see a video flash in the following link
jean-marie
|
Sure,
We’ve got a _very_ new, experimental site up here
that you could take a look at:
http://mapguidebeta.osgeo.org/
Jason
From: mapguide-users-bounces@...
[mailto:mapguide-users-bounces@...] On Behalf Of Steven De
Vriendt
Sent: Friday, February 29, 2008 00:59
To: MapGuide Users Mail List
Subject: Re: RE: [mapguide-users] [mapguide-announce] MapGuide Open Source2.0.0released
Is it possible to see a working demo of 2.0 somewhere ?
thx
Steven