Re: [mapguide-users] Adding zoom levels to Google maps layer

2014-10-07 Thread David Wilhelmsson
Hi cheesybiscuits, You mentioned: "My solution was to hook into the zoomstart or zoomend event from OpenLayers and disable the Google layer before [the Google Maps layer stopped zooming]". Can you describe how you did this? I would also like to add this functionality so users aren't confused with

Re: [mapguide-users] Usability of Redline, Query, Theme, Measure, Buffer, FeatureInfo

2013-03-26 Thread David Wilhelmsson
For my two cents worth: * I completely agree with the changes (didn't have the technical knowledge to propose a solution like you did, but I've also found that leaving an inactive widget in the task pane was a potential source of confusion for users). * However, these changes sound a little too b

[mapguide-users] How to specify selText in Fusion's setSelection(selText, zoomTo)?

2013-03-15 Thread David Wilhelmsson
Hi, Fusion.Widget.Map's documentation includes the following: -- start -- setSelection: function( selText, zoomTo ) sets a Selection XML back to the server for each of the maps Parameters {String} selText the selection string {Boolean} zoomTo if set, will zoom to the selection on completio

Re: [mapguide-users] Maptip does not appear unless the Maptip button is added to the weblayout

2013-03-04 Thread David Wilhelmsson
For future reference, I also found that upgrading from MapGuide 2.2 to 2.4 caused map tips in Fusion flexible layouts (.ApplicationDefinition) to disappear if there the MapTip widget is not included in a container (In MapGuide 2.2, the MapTip widget would be loaded even if it was not included in a

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] 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

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

2013-02-04 Thread David Wilhelmsson
Hi, Thanks Crispin for your pointers. I've written a guide pieced together from your pointers and older guides I've found on: http://trac.osgeo.org/mapguide/wiki/ConfigureGuide24Windows I am able to successfully launch the Ajax viewer, however I'm having problems with the Fusion viewer which onl

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

2012-11-22 Thread David Wilhelmsson
Hi Crispin, Could you detail what you did after a manual config to get MapGuide 2.4 working with IIS/.NET? Kind regards, Dave. -- View this message in context: http://osgeo-org.1560.n6.nabble.com/MapGuide-2-4-on-Azure-Windows-Server-2012-NET-4-5-tp5007390p5018213.html Sent from the MapGuide U

Re: [mapguide-users] Fusion: How do I define taskPaneTitle, legendTitle, etc?

2012-10-10 Thread David Wilhelmsson
Hi, I found the following post: http://osgeo-org.1560.n6.nabble.com/Localized-Search-Quick-Plot-and-Print-widgets-td4183118.html which points to fusion/text/[language code] being cached by the PHP server. I'm using IIS, so I've recycled the application pool to get the localization strings to be

Re: [mapguide-users] fusion - default tool selected?

2012-10-04 Thread David Wilhelmsson
Hi, Editing ApplicationDefinition.xml in OSGen/MapGduie/Web/www/fusion/templates/mapguide/<> only edits the default configuration for the template. As I can determine, this is never used (unless you're editing the Slate template) by Maestro because creating a new flexible layout in Maestro (5.0 be

Re: [mapguide-users] fusion - default tool selected?

2012-10-03 Thread David Wilhelmsson
I can't validate your XML in Maestro 5.0 beta 4, so I can't test your application definition. What editor are you using? Kind regards, Dave. -- View this message in context: http://osgeo-org.1560.n6.nabble.com/fusion-default-tool-selected-tp4196888p5006013.html Sent from the MapGuide Users mai

Re: [mapguide-users] Fusion: How do I define taskPaneTitle, legendTitle, etc?

2012-10-02 Thread David Wilhelmsson
Hi, Having another look at the translations today, I've found the fusion/text/[language code] are now being correctly read, therefore the Measure widget is being translated correctly. My guess was that these values were being cached by MapGuide or IIS (I cleared the cache in the web browser, so it

Re: [mapguide-users] fusion - default tool selected?

2012-10-01 Thread David Wilhelmsson
The snippet looks okay. Could you post your entire application definition (excluding any sensitive data) so that we can test it and figure out the issue? Kind regards, Dave. -- View this message in context: http://osgeo-org.1560.n6.nabble.com/fusion-default-tool-selected-tp4196888p5005753.html

Re: [mapguide-users] Fusion: How do I define taskPaneTitle, legendTitle, etc?

2012-09-26 Thread David Wilhelmsson
Hi, After following the above steps, here's some items that I've found that aren't being translated: 1. The BasemapSwitcher widget is reading the 'noCommercialMapLayers' string from fusion/text/[language code].json, however the strings for the commercial map layers are not coming from any languag

Re: [mapguide-users] Fusion: How do I define taskPaneTitle, legendTitle, etc?

2012-09-26 Thread David Wilhelmsson
Hi, After a little more investigation, I noticed that fusion/text/*.json and lib/OpenLayers/Lang/*.js were being compressed in lib/fusionSF-compressed.js. I manually added my new fusion/text/[language code].json and fusion/lib/OpenLayers/Lang/[language code].js to fusion/templates/mapguide/[theme

Re: [mapguide-users] Fusion: How do I define taskPaneTitle, legendTitle, etc?

2012-09-25 Thread David Wilhelmsson
Hi, Unfortunately, I'm not having any success creating my own language strings. Here's what I've done: 1. Copy fusion/text/en.json -> fusion/text/[language code].json 2. Edited fusion/text/[language code].json line 1 -> Fusion.Strings.[language code] = { 3. Translated the rest of fusion/text/[lan

Re: [mapguide-users] Fusion: How do I define taskPaneTitle, legendTitle, etc?

2012-09-25 Thread David Wilhelmsson
Hi Jackie, Thanks for the speedy reply and it's exactly what I was looking for. ps. Thanks for all your work with MapGuide! Kind regards, Dave. -- View this message in context: http://osgeo-org.1560.n6.nabble.com/Fusion-How-do-I-define-taskPaneTitle-legendTitle-etc-tp5004258p5004262.html Sen