[mapguide-users] Where is the Taskbar->Tools flyout stored plz??

2013-02-05 Thread sidecar5
Team, if I load a map definition in Maestro 5.04 and click Preview, I see a Flyout in the Toolbar called Tools that has the following commands; Zoom to Scale Get KML Get extents They don't appear if I click Preview in a Layout. Any ideas where they might be stored?? Cheers, Peter -

Re: [mapguide-users] specification of TileCache

2013-02-05 Thread Stefanie Siegel
I’m using MGCooker preinstalled with Maestro 4.0.1 –no additional chances in configuration. BaseMap is the OSM-FeatureSource of Germany in an Oracle Database. Smaller parts work reasonable (also not MGCooker, but tile-generation in browser is acceptable). Since the installation is combi

Re: [mapguide-users] specification of TileCache

2013-02-05 Thread Zac Spitzer
what config do you use with mgcooker? maybe is your map just slow, have you tried tuning it? i'd suggest upgrading to 2.4 before doing anything else On Wed, Feb 6, 2013 at 5:24 PM, Stefanie Siegel wrote: > Sorry, forgot our versions running: > > ** ** > > MGOS 2.2 > > Maestro 4.0.1

Re: [mapguide-users] specification of TileCache

2013-02-05 Thread Stefanie Siegel
Sorry, forgot our versions running: MGOS 2.2 Maestro 4.0.1 Von: mapguide-users-boun...@lists.osgeo.org [mailto:mapguide-users-boun...@lists.osgeo.org] Im Auftrag von Stefanie Siegel Gesendet: Mittwoch, 6. Februar 2013 07:01 An: mapguide-users@lists.osgeo.org Betreff: [mapguide-users] speci

[mapguide-users] specification of TileCache

2013-02-05 Thread Stefanie Siegel
Hello, since MGCooker fails to render all tiles (giving back many black tiles and performance is low) we're still searching for an alternative. How can I implement pre-generated tiles? Where is the use and structure of the TileCache specified (files)? How do I have to interpret the folder

Re: [mapguide-users] Mapguide Maestro - query filter in custom commands

2013-02-05 Thread Jackie Ng
At line 80, there is this call: query.SetFilter(filter); See what the value of filter is. It's causing the number of matching results to be != 1 - Jackie -- View this message in context: http://osgeo-org.1560.n6.nabble.com/Mapguide-Maestro-query-filter-in-custom-commands-tp5032225p5032342.ht

Re: [mapguide-users] MGOS sometimes does a bad rendering of WMS sources

2013-02-05 Thread Zac Spitzer
please *always* state the version of mapguide you are using! On Sat, Jan 26, 2013 at 3:02 AM, Franz1965 wrote: > Hi all, > > unfortunately I have another problem with WMS. This time when reading a WMS > source inside MGOS via FDO driver. > > I'm trying to create an MGOS map with a layer from th

Re: [mapguide-users] Mapguide Maestro - query filter in custom commands

2013-02-05 Thread Steve G
Based on your screen capture, it looks like you are using the standard "Search" function. The correct Query Filter would be: DEPARTAMENTO LIKE '%$USER_VARIABLE%' $USER_VARIABLE takes the input from the user to run the search. The % is a wildcard. If you don't use it then your user will have to

Re: [mapguide-users] MapGuide 2.4 on Azure Windows Server 2012 .NET 4.5

2013-02-05 Thread David Wilhelmsson
Johan - Absolute genius! I did miss the .json MIME type. Adding that fixed the Fusion viewer! I'll update the wiki shortly, so we'll finally have a complete set of instructions for a manual configuration of IIS for MapGuide 2.4/2.5 Preview that I can personally confirm works on Windows 8. Many than

Re: [mapguide-users] raster ECW transparency

2013-02-05 Thread Jérôme DUCKERS
Hi thanks Johan, I'm working too with AIMS, Gdal was a test. I have tried your command, but for the moment, the result is the same that i have for the moment, a cloud. What soft are you using for conversion ? We are using Erdas Imagine. I took a tif, then i generate an Ecw (with erdas imagine) I

Re: [mapguide-users] MapGuide 2.4 on Azure Windows Server 2012 .NET 4.5

2013-02-05 Thread Johan Van de Wauw
Is json configured as a mime-type in IIS? This one always breaks fusion for me on windows. Check by going to eg http://localhost/mapguide/fusion/config.json If you get a 404 that is missing. Johan On Tue, Feb 5, 2013 at 9:26 AM, David Wilhelmsson < david.wilhelms...@65nord.se> wrote: > Hi Jacki

Re: [mapguide-users] MapGuide 2.4 on Azure Windows Server 2012 .NET 4.5

2013-02-05 Thread David Wilhelmsson
Hi Jackie, phpinfo(); successfully works under the Fusion folder, so PHP is working, but I must be missing something else. Tested on Firefox/Chrome/IE to make sure it's not a browser issue, all with the same result of only a background image. Everything looks fine when with view source in the brow