[mapguide-users] RE: Change image format from png to jpg mapguide2010

2010-06-04 Thread mighty_duck
Hi Andy, thx for replyI tried with png8 and it improve performance in case when I'm not using base layers. As I noticed, also you wrote in reply, those changes didnt have any influence on base layers. I used firebug and every tiles takes about 200KB in case of base layers, which is pretty

[mapguide-users] Mapguide OpenSource 2.2 backward compatibility problem

2010-06-04 Thread Bruno Scott
Hi All We have a quite big MGOS application deployed on hundreds of different clients Most of them use MGOS 2.1 or MGE 2010 SP1 Some of them still use MGOS 2.0/1.2 or MGE 2010 / 2009 They will migrate to MGOS 2.2 or MGE 2011 but this process takes time so our application have to live in a multi

Re: [mapguide-users] RE: Change image format from png to jpg mapguide2010

2010-06-04 Thread Zac Spitzer
those settings will have zero effect Mapguide doesn't serve titles with any http headers which would allow caching bug http://trac.osgeo.org/mapguide/ticket/467 the only workaround is to serve the tiles via http using openlayers, or put a proxy with some smart rules to add such headers to

Re: [mapguide-users] RE: Change image format from png to jpg mapguide2010

2010-06-04 Thread Zac Spitzer
regarding serving tiles by http http://trac.osgeo.org/mapguide/wiki/CodeSamples/Tiles/ServingTilesViaHttp an example of this is here http://www.exploreaustralia.net.au/South-Australia/Murray/Barmera there is no mapguide server involved in displaying this map, just a tile cache using amazon

Re: [mapguide-users] Mapguide OpenSource 2.2 backward compatibility problem

2010-06-04 Thread Zac Spitzer
via the mapagent http://localhost:8008/mapguide/mapagent/mapagent.fcgi?OPERATION=GETSITEVERSIONVERSION=1.0.0LOCALE=enCLIENTAGENT=MapGuide+Developer there is an equivalent in the web api On 4 June 2010 16:42, Bruno Scott bsc...@geomapgis.com wrote: Hi All We have a quite big MGOS application

[mapguide-users] RE: re: flexible web layouts

2010-06-04 Thread belleP
Hi Jason, Thanks for the pointers. Ive tried using the theme and it worked fine, but for the first mapgroup only (I have 4 mapgroups in appdef: mapguide map/google streets/hybrid/satellite). Anyway, think this is a good start, ill try to make a workaround for this. Thanks.. One more thing Ive

[mapguide-users] MapGuide RFC 78 - Enhance transaction capability to Feature Service

2010-06-04 Thread Ivan Miličević
Hello, this http://trac.osgeo.org/mapguide/wiki/MapGuideRfc78 looks awsome. Can we use it with SDF files or this is meant to work with the databases (MS SQL, Oracle...) only? Thank you. ___ mapguide-users mailing list mapguide-users@lists.osgeo.org

Re: [mapguide-users] RE: re: flexible web layouts

2010-06-04 Thread Jason Birch
Noticed that Mike just added some docs on Fusion URL parameters http://trac.osgeo.org/fusion/wiki/URLParams Maybe the mapid parameter will help you? Bit lost on your other question; I don't have a contaminants site and am not yet using commercial base maps. On 2010-06-04, belleP

[mapguide-users] RE: re: flexible web layouts

2010-06-04 Thread belleP
Oh sorry, it was someone named Gordon, I'm getting really messed up about this google map integration.. sorry again.. Thanks for the link, ill try it... -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/re-flexible-web-layouts-tp2660073p5138629.html Sent from the

[mapguide-users] Re: How to apply Annotation for a Feature

2010-06-04 Thread Mauricio Villablanca
Hmm, create a layer with a labeled point centered on the feature of your choice? -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/How-to-apply-Annotation-for-a-Feature-tp5121437p5138892.html Sent from the MapGuide Users mailing list archive at Nabble.com.

RE: [mapguide-users] Mapguide OpenSource 2.2 backward compatibility problem

2010-06-04 Thread Trevor Wekel
MgServerAdmin.GetSiteVersion() Regards, Trevor -Original Message- From: mapguide-users-boun...@lists.osgeo.org [mailto:mapguide-users-boun...@lists.osgeo.org] On Behalf Of Zac Spitzer Sent: June 4, 2010 12:54 AM To: MapGuide Users Mail List Subject: Re: [mapguide-users] Mapguide

[mapguide-users] King.Oracle 0.8.19

2010-06-04 Thread Haris Kurtagic
Hi, there is new version of King.Oracle http://www.sl-king.com/fdooracle/fdooracle.html Two things are done, which were mentioned here: - provider will set hasElevation and hasMeasure attributes of FDO Class geometry property depending on Oracle metadata - support for FDO Multi Geometry and

[mapguide-users] RE: re: flexible web layouts

2010-06-04 Thread GordonL
The google stuff function just sets the default base layer (in this case google streets) when the map loads.. (I place it in the INDEX.htm page of one of the Fusion Templates ( var addGoogleStuff = function() { var mapWidget = Fusion.getWidgetById('Map'); var map = mapWidget.oMapOL;

RE: [mapguide-users] Re: MapGuide RFC 78 - Enhance transaction capability to Feature Service

2010-06-04 Thread Ivan Miličević
Thank you. -Original Message- From: mapguide-users-boun...@lists.osgeo.org [mailto:mapguide-users-boun...@lists.osgeo.org] On Behalf Of Jackie Ng Sent: Friday, June 04, 2010 2:00 PM To: mapguide-users@lists.osgeo.org Subject: [mapguide-users] Re: MapGuide RFC 78 - Enhance transaction

[mapguide-users] new docs

2010-06-04 Thread Mike Adair
I've also added a new tutorial document in the Fusion trunk/docs/tutorial directory. Feedback is welcome, especially what questions doesn't it answer (for Fusion basics)? Mike Jason Birch wrote: Noticed that Mike just added some docs on Fusion URL parameters

[mapguide-users] Re: King.Oracle 0.8.19

2010-06-04 Thread djonio
Haris, Downloaded and installed. FDO Toolbox query WORKS, my MGOS application retrieves from the table and inserts same into SDF file. No issues. thanks and r, dennis -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/King-Oracle-0-8-19-tp5139481p5140124.html Sent from

Re: [mapguide-users] Re: Commercial Map Service Help

2010-06-04 Thread Mike Adair
I got your AppDef to work with Fusion trunk (essentially the same as Fusion 2.0 RC1 at this point), the only change I had to make was to point the MapWidget and Overview map at the MapGroup defined, ie. change the MapId element for those widgets to be 'googleBase' rather than 'sheboygan' (Use

[mapguide-users] Some rasters showing up greyscale...

2010-06-04 Thread Andrew DeMerchant
Title: GEMTEC Email Signature Anyone know why some of my rasters would be showing up as greyscale? I have a folder with 10 tiffs (RGB, 8bit) in it - almost all render as greyscale for some reason. I don't see any difference between the images, so I'm at a loss...Any ideas? Andrew --