Re: [mapguide-users] Fusion tiled and dynamic layers same map

2009-08-26 Thread Johann Nothbauer
Hi! As Fusion 2.0 is using OpenLayers as a base technology, I think the solution would be to define two 'OpenLayers Layers'. An OpenLayers Mapguide-Layer is defined by a Mapguide Mapdefinition. So you need to have two Mapdefinitions, one with Tiled Layers only and one with Overlays only. Then you

Re: [mapguide-users] Transparent Rasters in Mapguide Enterprise 2010

2009-07-03 Thread Johann Nothbauer
. Search the group for > “transparency” or “transparent” and see what you come up with. > > Andy Morsell, P.E. > Spatial Integrators, Inc. > 47° 46' N 116° 49' W > www.SpatialGIS.com <http://www.spatialgis.com/> > > > *From:* mapguide-users-boun...@lists.osgeo.o

[mapguide-users] Transparent Rasters in Mapguide Enterprise 2010

2009-07-02 Thread Johann Nothbauer
Hi all! I'm trying to set up a map that contains GeoTIFF Images. Those images are the result of a re-projection from WGS84 to some projected system. That's why they have some "Nodata" strips on the edges (color info is paletted). Unfortunately MapGuide seems to ignore the NoData values, so there

Re: [mapguide-users] Manipulating Maps in a Session, .NET API

2008-08-27 Thread Johann Nothbauer
r/scale or extent. You cannot store the scale or the center in the runtime map, you must store it locally in your client. Regards, Kenneth Skovhede, GEOGRAF A/S Johann Nothbauer skrev: Hi All! Is it possible to manipulate a MgMap object via the .NET API? I am using the .NET API without a View

[mapguide-users] Changing the Scale and Extents of a MgMap via .NET API

2008-08-26 Thread Johann Nothbauer
Hi All! Is it possible to manipulate a MgMap object via the .NET API? I am using the .NET API without a Viewer-Context. I'm trying to render a Map to a System.Windows.Form in .NET. I can render a Map, but can I can't change the ViewExtents or the ViewScale like this: MgMap kgMap = new MgMap()

[mapguide-users] Manipulating Maps in a Session, .NET API

2008-08-25 Thread Johann Nothbauer
Hi All! Is it possible to manipulate a MgMap object via the .NET API? I am using the .NET API without a Viewer-Context. I'm trying to render a Map to a System.Windows.Form in .NET. I can render a Map, but can I can't change the ViewExtents or the ViewScale like this: MgMap kgMap = new MgMap()

Re: [mapguide-users] Using .NET Api to connect from a different Machine

2008-07-17 Thread Johann Nothbauer
this over the internet, because the data transmitted over the wire ends up in the MapGuide server process which runs in the "Local System Account". Regards, Kenneth Skovhede, GEOGRAF A/S Johann Nothbauer skrev: Hi all! I'm trying to use the .NET Api to establish a connection t

[mapguide-users] Using .NET Api to connect from a different Machine

2008-07-17 Thread Johann Nothbauer
Hi all! I'm trying to use the .NET Api to establish a connection to a Mapguide 2.0.1 Site without using a Web Viewer. My Application is a smart client and should run on a different Machine the MapGuide Server runs on. So I tried the following (in a Winforms Button_Click): MapGuideApi.MgIniti