Re: [mapguide-users] mgTileSeeder Zoom Levels

2021-01-27 Thread GordonL
HI Jackie, that build works perfectly. I generated tiles up to level 21 and added them to QGIS to test. -- Sent from: http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html

Re: [mapguide-users] mgTileSeeder Zoom Levels

2021-01-13 Thread GordonL
Thanks Jackie, I get the following: Unhandled exception. System.InvalidOperationException: Sequence contains no elements at System.Linq.ThrowHelper.ThrowNoElementsException() at System.Linq.Enumerable.Single[TSource](IEnumerable`1 source) at

Re: [mapguide-users] MapGuide OpenLayers 6 Example without NODE

2021-01-11 Thread GordonL
Thanks for the tips Jackie. Yes, I had to tweak some legacy code without NODE so this does come in handy. -- Sent from: http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html ___ mapguide-users mailing list mapguide-users@lists.osgeo.org

Re: [mapguide-users] MapGuide OpenLayers 6 Example without NODE

2021-01-08 Thread GordonL
The code did not come across: var mdf = 'Library://Samples/Sheboygan/Maps/Sheboygan.MapDefinition'; var agentUrl = 'http://localhost/mapguide/mapagent/mapagent.fcgi?'; var bounds = [ -9769953.6613122, 5417808.88017179, -9762220.79944397, 5434161.22418638]; const myMgLayer = new

[mapguide-users] MapGuide OpenLayers 6 Example without NODE

2021-01-08 Thread GordonL
Hi All, I know Node is the defacto development environment for OpenLayers, but sometimes it is easier to move old code over without it. Here is an example of MapGuide with Open Layers 6 without Node (just download the latest ol.js files etc)

Re: [mapguide-users] onload select a feature

2021-01-07 Thread GordonL
I did something like that here: https://mapguide.wordpress.com/2013/06/11/autodesk-infrastructure-map-server-auto-zoom-on-load/ You catch the selected "KEY" and zoom and highlight it once the Fusion frame opens.. -- Sent from: http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html

[mapguide-users] mgTileSeeder Zoom Levels

2021-01-07 Thread GordonL
Has anyone managed to get mgTileSeeder to get to level 20 (like OSM)? https://wiki.openstreetmap.org/wiki/Zoom_levels -- Sent from: http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html ___ mapguide-users mailing list

Re: [mapguide-users] Scripting the updating of a SHP Feature Source

2020-10-20 Thread GordonL
I would definitely recommend "Unmanaged". That way you just need to copy the SHP into a folder on the server to update it. Make sure your serverconfig.ini has the following set: DataConnectionPoolExcludedProviders = OSGeo.SHP That way there will be no "locks" on the SHP so you can overwrite

Re: [mapguide-users] MapGuide Open Source 4.0 update

2020-10-14 Thread GordonL
Does MapGuide 4 not support the 3857 coordinate system re-projection? I get a "Failed to Transform Coordinates: Projection Popular Visualisation Pseudo Mercator is not supported" in Maestro.. -- Sent from: http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html

Re: [mapguide-users] MapGuide Open Source 4.0 update

2020-10-09 Thread GordonL
Thanks for setting this up Jackie, I am testing on Ubuntu 16.04.7 LTS right now. I will try and find the permissions issue with Tomcat.. -- Sent from: http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html ___ mapguide-users mailing list

Re: [mapguide-users] does MapGuide display circle geometries?

2020-10-09 Thread GordonL
I put that geometry in my table called "CIRCLES" INSERT INTO CIRCLES(GEOM) VALUES (geometry::STGeomFromText('POLYGON ((20.141062507772002 13.48126983816301, 20.165603736294916 13.481571019466806, 20.19013018209942 13.482474381957838, 20.21462707137167 13.483979381484319, 20.239079648101562

Re: [mapguide-users] MGOS 3.1.2 and MySQL 8.0 - unable to display spatial objects

2020-09-23 Thread GordonL
On my mapguide server (windows server 2019 datacenter) I had to use the dll from the mysql-5.7.29-winx64 client to get it work with MapGuide 3.1.2 -- Sent from: http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html ___ mapguide-users

Re: [mapguide-users] MGOS 3.1.2 and MySQL 8.0 - unable to display spatial objects

2020-09-22 Thread GordonL
Yes, I had the same issue with MySQL (installed on linux). MapGuide 3.1.2 (on windows) could not connect until I found the correct the libmysql.dll... -- Sent from: http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html ___ mapguide-users

Re: [mapguide-users] mapguide+google earth in IE

2020-05-20 Thread GordonL
You can use Studio with MGOS 3.1.2 but I would not use it for Layouts. Stick with Maps, Layers and (some) Datastores. Do not use Studio for the Applications Definitions/Fusion Layouts. MGOS has evolved since AIMS 2017 and is not completely compatible with the layouts. For the Layouts, stick

Re: [mapguide-users] Embedding layers into fusion

2020-03-26 Thread GordonL
In order to use the Google Maps in Fusion, you will have to have a Google Maps API Key (https://developers.google.com/maps/documentation/javascript/get-api-key?hl=ru) once you have this long key (it looks like this: Ap9TkdOboix_ZZZQQAsrc6NopEnt6DUU2Ps8yv68UlS3lXsBxm5Ufb1t4f123red Then using

Re: [mapguide-users] Is there a Mapguide live application Gallery ?

2020-03-25 Thread GordonL
That is a good question. There used to be one. If you want to look for some mapguide sites, you can do what I do in Google: allinurl:mapguide/fusion/templates/ this will give a lot of indexed URLs that host MapGuide right now.. -- Sent from:

Re: [mapguide-users] Speeding up MapGuide XYZ layers in mapguide-rest

2020-03-19 Thread GordonL
Genius. -- Sent from: http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html ___ mapguide-users mailing list mapguide-users@lists.osgeo.org https://lists.osgeo.org/mailman/listinfo/mapguide-users

[mapguide-users] Speeding up MapGuide XYZ layers in mapguide-rest

2020-03-18 Thread GordonL
I discovered a 10 fold increase in speed with Leaflet if you go directly to the mapguide-rest cache rather than demanding directly (the caveat is that you need to generate the cache first). For example, in leaflet I point to: replace with this: -- Sent from:

Re: [mapguide-users] MG REST GET Features for datetime fields

2020-03-16 Thread GordonL
Nevermind, mapguide-rest needs "-MM-DD HH:mm:ss" but jQuery UI Date Picker does not have time... Just user error on my part. -- Sent from: http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html ___ mapguide-users mailing list

Re: [mapguide-users] MG REST GET Features for datetime fields

2020-03-16 Thread GordonL
I am running into this today. I have a date field, and I have a "_html_single.tpl" that I am using to edit with REST. TIMESTAMP '-00-00 00:00:00' is the default. I need to add a date and send it back, but I can't for the life of me get the date format to be accepted by mapguide-rest

Re: [mapguide-users] MapGuide Open Source 4.0 Preview 1 available

2020-02-12 Thread GordonL
I would be very cool with 100% 64bit. Ubuntu or CentOS... -- Sent from: http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html ___ mapguide-users mailing list mapguide-users@lists.osgeo.org

Re: [mapguide-users] MapGuide Open Source 4.0 Preview 1 available

2020-02-11 Thread GordonL
Are there some Linux builds for the 4.0 Preview? -- Sent from: http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html ___ mapguide-users mailing list mapguide-users@lists.osgeo.org https://lists.osgeo.org/mailman/listinfo/mapguide-users

Re: [mapguide-users] Mapguide with SSL HTTPS

2019-12-03 Thread GordonL
Using SSL with localhost rarely works. You should use the domain you registered the SSL Cert. for example: https://mapguideisawesome.com/mapguide/mapagent/mapagent.fcgi -- Sent from: http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html

Re: [mapguide-users] CORS Error with IE (11) and Edge Only

2019-10-29 Thread GordonL
That is how I add all the various Backgrounds now. Using Generic XYZ: For example: OpenStreetMap: https://a.tile.openstreetmap.org/${z}/${x}/${y}.png Google Maps: https://mt1.google.com/vt/lyrs=m=${x}=${y}=${z} Google Satellite: https://mt1.google.com/vt/lyrs=s=${x}=${y}=${z} Google Terrain:

Re: [mapguide-users] Fusion vs react-layout

2019-10-23 Thread GordonL
On the same vein, how do we set the with the react viewer? I am porting the example in mapguide-rest where you can edit parcels, but the tooltip hyperlinks are not targeting the TaskPane.. -- Sent from:

Re: [mapguide-users] Search widget Problem

2019-10-23 Thread GordonL
Some issues there: Perhaps redefine that search? -- Sent from: http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html ___ mapguide-users mailing list mapguide-users@lists.osgeo.org https://lists.osgeo.org/mailman/listinfo/mapguide-users

Re: [mapguide-users] CORS Error with IE (11) and Edge Only

2019-10-23 Thread GordonL
If you use Generic XYZ for the OpenStreetMap and pass the HTTPS, do you get the same error? https://a.tile.openstreetmap.org/{z}/{x}/{y}.png -- Sent from: http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html

Re: [mapguide-users] ECW in MapGuide 3.1.2

2019-07-25 Thread GordonL
Using these files for ECW and SID work great: http://download.gisinternals.com/sdk/downloads/release-1900-x64-gdal-2-2-3-mapserver-7-0-7.zip -- Sent from: http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html ___ mapguide-users mailing

Re: [mapguide-users] ECW in MapGuide 3.1.2

2019-07-25 Thread GordonL
Good, question. You have to match the version of GDAL with the one bundled with MapGuide 3.1.2.. -- Sent from: http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html ___ mapguide-users mailing list mapguide-users@lists.osgeo.org

Re: [mapguide-users] Google strikes again (v3.1.2)

2019-06-06 Thread GordonL
Yes, and there is not guarantee that it will be available in the near future. They could change the URLs at any time. -- Sent from: http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html ___ mapguide-users mailing list

Re: [mapguide-users] XYZ maps not listed in "external providers"

2019-05-28 Thread GordonL
Open MapGuide Maestro. Open your Application/Flexible Web Layout Edit as XML remove the and then try with the XYZ layers only... -- Sent from: http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html ___ mapguide-users mailing list

Re: [mapguide-users] Load Map Package from External Server Causes Selection Error (MG 3.1.1)

2019-05-24 Thread GordonL
watch for case-sensitivity in the Data source Naming..also make sure you have the same ALIASes set up in the Map Server Administrator... -- Sent from: http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html ___ mapguide-users mailing list

Re: [mapguide-users] Google strikes again (v3.1.2)

2019-05-24 Thread GordonL
Like the renaming the FIND function above, here is an alternative fix: In the C:\Program Files\OSGeo\MapGuide\Web\www\fusion\lib\fusionSF.js First step: Around line 132537 Rename the Array to find2 Second Step: Also in FusionSF.js around line 132427 Rename to find2 -- Sent from:

Re: [mapguide-users] Google strikes again (v3.1.2)

2019-05-22 Thread GordonL
look closer at your URL..i think it has weird symbols... -- Sent from: http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html ___ mapguide-users mailing list mapguide-users@lists.osgeo.org

Re: [mapguide-users] Google strikes again (v3.1.2)

2019-05-22 Thread GordonL
Here is what I have with 3.1.2 (note 3.1.1 does not work - and you must uninstall 3.1.1 before installing 3.1.2) -- Sent from: http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html

Re: [mapguide-users] Google strikes again (v3.1.2)

2019-05-22 Thread GordonL
Here is a work around (only for MapGuide 3.1.2) but there is no guarantee that it will last. 1. Remove your Google Maps Streets 2. Create a new XYZ layer 3. For Google Streets use: https://mt1.google.com/vt/lyrs=m=${x}=${y}=${z} 4. For Google Hybrid use:

Re: [mapguide-users] New php entry point

2019-05-22 Thread GordonL
If you open the URL: http://localhost/mapguide/fusion/templates/mapguide/index.php what error do you get? If you add the following to the top of the index.php: http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html ___ mapguide-users mailing

Re: [mapguide-users] Google strikes again (v3.1.2)

2019-05-16 Thread GordonL
The fix listed here where the function is removed from fusion.js: http://osgeo-org.1560.x6.nabble.com/Google-Offset-in-MGOS-3-1-1-tp5385642p5396743.html "Array.prototype.find = function(searchStr) {" It just worked for me. gordon -- Sent from:

Re: [mapguide-users] Google strikes again (v3.1.2)

2019-05-16 Thread GordonL
Yep, just hit today. Looking into it.. -- Sent from: http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html ___ mapguide-users mailing list mapguide-users@lists.osgeo.org https://lists.osgeo.org/mailman/listinfo/mapguide-users

Re: [mapguide-users] Fusion Error - MGOS 3.1.2

2019-05-16 Thread GordonL
There is a 10+ year old blog from Zac http://zacster.blogspot.com/2008/10/mapguide-performance-tips.html Another here: https://adndevblog.typepad.com/infrastructure/2012/08/counting-the-number-of-sessions-that-are-active-and-tune-up-concurrent-performance-of-mapguideaims.html And Jackie's

Re: [mapguide-users] Fusion Error - MGOS 3.1.2

2019-05-15 Thread GordonL
Hi Mike, I have seen something like that when you hide the Overview Map before its loaded. For example, if you modify the template for for AQUA and hide the Overview Map: //dOverviewMap.open(); (comment out the Open method) This causes some issues. You would be better to use the load event to

Re: [mapguide-users] OpenLayers Anyone willing to share a Mapguide Server for their API Example?

2019-05-15 Thread GordonL
Sure. Here is how I do it: -- Sent from: http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html ___ mapguide-users mailing list mapguide-users@lists.osgeo.org https://lists.osgeo.org/mailman/listinfo/mapguide-users

Re: [mapguide-users] Fusion Error - Chrome - Unable to preventDefault inside passive event

2019-05-03 Thread GordonL
I've seen this error when using XYZ layers. Steps to reproduce: 1. Using Maestro, add an XYZ layer (i.e. ESRI Satellite: https://server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer/tile/${z}/${y}/${x}) 2. In the Application (i.e. Aqua) turn on that XYZ Basemap 3. Using your

Re: [mapguide-users] Wrong parameter count for mgmap::open()

2019-03-14 Thread GordonL
Like above, the more recent versions require a different way of setting up the Map. For example, I used to get the map this way: $map = new MgMap(); $map->Open($resourceSrvc, $mapName); Now you do it this way: $map = new MgMap($siteConnection); $map->Open($mapName); -- Sent

Re: [mapguide-users] Securing a Fusion application

2019-02-20 Thread GordonL
I've just used Windows IIS security in the past But there as still holes that are open. Such as the MapAgent etc -- Sent from: http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html ___ mapguide-users mailing list

Re: [mapguide-users] Mapguide with SSL HTTPS

2019-02-14 Thread GordonL
You might have to log in with https://localhost/mapguide/ I doubt the login is Windows/OS based login... -- Sent from: http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html ___ mapguide-users mailing list mapguide-users@lists.osgeo.org

Re: [mapguide-users] Probelem regarding group folder in fusion legend

2019-02-12 Thread GordonL
Are you using any Tiled Layers in the map? -- Sent from: http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html ___ mapguide-users mailing list mapguide-users@lists.osgeo.org https://lists.osgeo.org/mailman/listinfo/mapguide-users

Re: [mapguide-users] Localization with Accents

2019-01-31 Thread GordonL
Ok found the issue. Had originally installed 3.1.0 on the server. Used 3.1.1 InstantSetup Added 3.1.2 Fusion This was enough to scramble the UTF-8 and mess up the French accents. I un-installed 3.10 Re-installed 3.1.1 Added 3.1.2 Fusion Et voilà! -- Sent from:

Re: [mapguide-users] Localization with Accents

2019-01-30 Thread GordonL
In the index.php where it gets the application definition: $content = $resourceService->GetResourceContent($appDefId) If echo out the contect, the accents become scrambled. I think there is something strange in the reading of the XML. For example, if you get the XML Directly with the MapAgent,

Re: [mapguide-users] Localization with Accents

2019-01-30 Thread GordonL
Thanks Jackie, the French keyboard was giving weird symbols when rendered, but using the ASCII Codes for example: & # 233 ; = é That works better than using the keyboard. -- Sent from: http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html

[mapguide-users] Localization with Accents

2019-01-29 Thread GordonL
Hi All, I am having troubles with the locale=fr with Fusion test build: https://trac.osgeo.org/mapguide/wiki/MapGuideRfc167 The , for example is not coming across in the browser. (=fr is passed) -- Sent from:

Re: [mapguide-users] Pass current data with invoke URL

2019-01-29 Thread GordonL
No Much new. It still passes the MAP and SESSION. With those things you can get the selected features and pass them along to whatever report you need. -- Sent from: http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html ___

Re: [mapguide-users] Mapguide React Layout Startup Error

2019-01-11 Thread GordonL
Using Maestro, make sure you have the proper URL for your ApplicationDefinition (Flexible Web Layout). Also, the "viewer" directory should be under "MapGuide" in the www folder. Your link is probably more like:

Re: [mapguide-users] Link to wiew widget coordinate transformation

2019-01-02 Thread GordonL
The Link to View should inherit the Map Coordinate System. For example, if you are using 3857, your coordinates should show that, for example: http://localhost/mapguide/fusion/templates/mapguide/index.php?template=maroon =Library://Samples/Sheboygan/FlexibleLayouts/Aqua.ApplicationDefinition

Re: [mapguide-users] Layer Performance - Composite Stylization VS Points/Lines/Areas

2018-12-20 Thread GordonL
That's great advice Martin, I try not use Composite unless I have to (like blocks). -- Sent from: http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html ___ mapguide-users mailing list mapguide-users@lists.osgeo.org

Re: [mapguide-users] ArcGis Rest Services (JSON, SOAP, WMTS)

2018-11-29 Thread GordonL
The only way is to use the OpenLayers API to add the Service: http://dev.openlayers.org/apidocs/files/OpenLayers/Layer/ArcGIS93Rest-js.html -- Sent from: http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html ___ mapguide-users mailing

Re: [mapguide-users] Google Offset in MGOS 3.1.1

2018-11-13 Thread GordonL
The Monthly may end up changing the API next month and you might have the same issue. I haven't seen the change that offsets everything in Google API yet. -- Sent from: http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html ___

Re: [mapguide-users] Google Offset in MGOS 3.1.1

2018-11-13 Thread GordonL
Solved it: Google has updated it's API in the past couple of days. This offsets the map. I just had to force it to use the older API: https://maps.googleapis.com/maps/api/js?key=AIzaSyD9iypThfjzfCwasdaasdfasdfe_dGs*v=3.33* -- Sent from:

Re: [mapguide-users] Google Offset in MGOS 3.1.1

2018-11-13 Thread GordonL
This affects all MGOS 3.1.1 sites currently using Google. just happened overnight. -- Sent from: http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html ___ mapguide-users mailing list mapguide-users@lists.osgeo.org

[mapguide-users] Google Offset in MGOS 3.1.1

2018-11-13 Thread GordonL
Today I noticed that Google is off-set (OpenStreetMap is fine). Any ideas? -- Sent from:

Re: [mapguide-users] New builds of Fusion to support new Bing Maps

2018-11-13 Thread GordonL
Thanks, it is still reporting those errors, but the real issue was a SSL setting in the browser (TLS 3) that was causing the issue. -- Sent from: http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html ___ mapguide-users mailing list

Re: [mapguide-users] New builds of Fusion to support new Bing Maps

2018-11-06 Thread GordonL
Did you still get these errors? I am getting them in Chrome right now. I think there must be a IIS setting change or a Chrome update.. -- Sent from: http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html ___ mapguide-users mailing list

Re: [mapguide-users] Interacting with the map from a diffrent window or tab

2018-10-15 Thread GordonL
You can toggle it with PHP but the legend will not reflect the change. For example if you want to turn on the the "Roads" layer: -- Sent from: http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html ___ mapguide-users mailing list

Re: [mapguide-users] New test build of Fusion

2018-09-17 Thread GordonL
This new build of Fusion is great: If you want to add Google to any map just add it as an XYZ layer: http://mt0.google.com/vt/lyrs=m=${x}=${y}=${z} -- Sent from:

Re: [mapguide-users] New test build of Fusion

2018-08-21 Thread GordonL
Fantastic fix. After registering with Google API I was still getting errors. But changing that line from: if (typeof(searchStr) == 'function') { to if (typeof(searchStr) == 'function' && typeof(searchStr.test) == 'function') { works for me. -- Sent from:

Re: [mapguide-users] ECW in MapGuide 3.1

2018-06-18 Thread GordonL
I couldn't get this when I installed 3.1.1 over 3 or 3.1. I had to completely uninstall 3.1 or 3.0 first. Once I did that and install 3.1.1, restart, and follow the steps, it worked for me. -- Sent from: http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html

Re: [mapguide-users] Incorrect numbers displayed when using Selection Panel mapguide 3.0

2018-05-02 Thread GordonL
I have been seeing this issue with SQL Server data sources. I am researching to see how to reproduce consistently. -- Sent from: http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html ___ mapguide-users mailing list

Re: [mapguide-users] Migration Autodesk to Esri

2018-04-09 Thread GordonL
Absolutely, most I.T. departments in North America are extremely risk averse. They see Open Source as a risky proposition, even if it is not so. If you have to move to ArcGIS Server, you are going to find that you have a bit of work. First, the data. You have to figure how the data is

Re: [mapguide-users] Incorrect numbers displayed when using Selection Panel mapguide 3.0

2018-04-05 Thread GordonL
Brad, when creating the layer, you need to pick the correct Feature Class - don't use the original, but the one you newly created. -- Sent from: http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html

Re: [mapguide-users] fusion error - searchStr.test is not a function

2018-04-04 Thread GordonL
Here's how I fixed my Google layers: In Maestro, open your Flexible Web Layout (ApplicationDefinition) Click Edit as XML Scroll to the bottom Replace the line: http://maps.google.com/maps/api/js?sensor=false with the following: http://maps.google.com/maps/api/js?v=3.3sensor=trueclient=

Re: [mapguide-users] Migration Autodesk to Esri

2018-04-04 Thread GordonL
I really want to be a cynic and to tell management to stop using things like Google (open source) and basically most of the web running on Linux. There would be a more of risk to management to move to a platform that is not as "open" as MGOS. However, the key to any thing is the DATA. Data is

Re: [mapguide-users] fusion error - searchStr.test is not a function

2018-04-04 Thread GordonL
I am pretty sure the problem is with the Google Maps API. Remove all the Google layers and I think this solves the error. I am looking into how to choose the older Google Map API Version so that we can continue using Google Maps in mapguide. -- Sent from:

Re: [mapguide-users] ECW in MapGuide 3.1

2018-03-28 Thread GordonL
For MapGuide 3.1.1 in Windows 64 bit: 1. Download http://download.gisinternals.com/sdk/downloads/release-1900-x64-gdal-2-2-mapserver-7-0.zip 2. Stop the MapGuide Service 3, Unzip and copy contents of the BIN into the C:\Program Files\OSGeo\MapGuide\Server\Fdo folder 4. Copy the

Re: [mapguide-users] ECW in MapGuide 3.1

2018-03-21 Thread GordonL
Fantastic. That build works great with ECWs! And it fixes the SQL server bug that requires the user to connect to every database. Whew. -- Sent from: http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html ___ mapguide-users mailing list

[mapguide-users] MapGuide React Viewer

2018-03-12 Thread GordonL
Quick question: is there a utility function to show the panes with the React Viewer. Currently I am doing this to show the Task Pane: viewer.dispatch(MapGuide.Actions.Map.invokeCommand(viewer.getCommand("showTaskPane"))) -- Sent from:

Re: [mapguide-users] MapGuide (actually FDO) 64-bit Linux blockers

2018-02-26 Thread GordonL
This would be a great topic to show as a wiki page - all the various OGR connections (SHP, Oracle, etc) using MapGuide... -- Sent from: http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html ___ mapguide-users mailing list

Re: [mapguide-users] Moving to MGOS from AIMS

2018-01-25 Thread GordonL
The line of code for adding Google Maps to OpenLayers 3 or 4 is: new ol.layer.Tile({ source: new ol.source.TileImage({url: 'http://mt0.google.com/vt/lyrs=m={x}={y}={z}'}) }) -- Sent from: http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html

Re: [mapguide-users] Moving to MGOS from AIMS

2018-01-24 Thread GordonL
If you want to pay for Google APIs, you could use the TILES in OpenLayers 4: -- Sent from: http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html ___ mapguide-users mailing list mapguide-users@lists.osgeo.org

Re: [mapguide-users] MapGuide Open Source 3.1.1 test windows build

2018-01-24 Thread GordonL
Hi, I just wanted to confirm this build did two things for me: 1. Corrected the multi-database enumeration bug in SQL Server for users that only have access to particular databases within SQL. 2. Able to connect to ECW files with the GISINTERNALS download. Way to go! -- Sent from:

Re: [mapguide-users] Moving to MGOS from AIMS

2018-01-17 Thread GordonL
Yes, the number one priority is to fill in the gaps left by Autodesk. They don't have to be pretty, just work for now. -- Sent from: http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html ___ mapguide-users mailing list

Re: [mapguide-users] Moving to MGOS from AIMS

2018-01-16 Thread GordonL
Yes. It's all part of the same commitment. Yes we want more people to adopt it. Yes we free software developers should support each other. Yes if the licensing is problematic, perhaps we should review it. The future of MapGuide still requires the active participation of its developers, users,

Re: [mapguide-users] Moving to MGOS from AIMS

2018-01-16 Thread GordonL
The bright-ness is about who uses it. The more we use it, the more likely it becomes a standard. The success of Open Source is not sales but community participation and adoption. -- Sent from: http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html

Re: [mapguide-users] Moving to MGOS from AIMS

2018-01-16 Thread GordonL
it might be an idea to try the OGR Provider... for DWG... http://www.gdal.org/drv_cad.html -- Sent from: http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html ___ mapguide-users mailing list mapguide-users@lists.osgeo.org

[mapguide-users] Moving to MGOS from AIMS

2018-01-08 Thread GordonL
Hi All, since Autodesk's announcement yesterday that they are dropping AIMS, I have been thinking what we need to add to MGOS to make it fill in the gaps left by AIMS. Two key FDO Providers are: Raster for ECW/SID KING Oracle FDO These two FDO providers are key in the commercial arena. I

Re: [mapguide-users] Metadata for map layers?

2018-01-08 Thread GordonL
Metadata requires someone to enter it somewhere. It depends where it is entered. If it is a text file, you can create a link. If it's in a database, maybe a php page can render the metadata. Metadata is only as good as the person tracking it. Once you have nailed that, the link to the

Re: [mapguide-users] Mapguide 3.0 printing and quickplot

2017-12-13 Thread GordonL
Hi Brad, the default install of MapGuide often does not tweak the PHP.INI to allow for Quick Plot. You need to change the file so that the following is uncommented (no semi-colon) extension=php_gd2.dll -around line 632 of the php.ini Then restart IIS This will ensure the Quick Plot can run

Re: [mapguide-users] AIMS 2014 to AIMS 2017 Selection Panel Display Order Issues

2017-12-13 Thread GordonL
Yes, exactly the same symptoms as this one: http://osgeo-org.1560.x6.nabble.com/Out-of-Order-SelectionPanel-js-tt5288902.html#a5288907 -- Sent from: http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html ___ mapguide-users mailing list

Re: [mapguide-users] mapguide-rest and React Viewer

2017-12-11 Thread GordonL
On step 5 of this page: https://github.com/jumpinjackie/mapguide-rest It recommends to use the Application Request Routing module for IIS https://www.iis.net/downloads/microsoft/application-request-routing but I have found that sometimes you need the IIS URL Rewrite module too:

Re: [mapguide-users] Fusion "Shift-Key" does not update Selection Pane

2017-12-07 Thread GordonL
Ok, there is a fix at Autodesk and it works with MGOS 3.0 https://knowledge.autodesk.com/support/infrastructure-map-server/troubleshooting/caas/sfdcarticles/sfdcarticles/Deselect-does-not-remove-features-from-selection.html?v=2017 -- Sent from:

[mapguide-users] Fusion "Shift-Key" does not update Selection Pane

2017-12-05 Thread GordonL
Hi All, Using the Shift Key to de-select features does not update the Selection Pane. Is this occurring for other users? -- Sent from: http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html ___ mapguide-users mailing list

Re: [mapguide-users] Fusion - If Using Any of Google Base Maps - Cursor Will Be Off (Hover/Select) - AIMS2017

2017-11-27 Thread GordonL
I had a weird situation where if I hid the Overview widget programatically before it completely loaded, it would offset the cursor. What I ended up doing is running the following command in a timeout when the map first loads: Fusion.getMapById('Map').oMapOL.updateSize(); -- Sent from:

Re: [mapguide-users] mapguide-rest and React Viewer

2017-11-22 Thread GordonL
Found it: taskPaneFrame concat('Parcel\nName: ', RNAME, '\nAddress: ', RBILAD, ' Edit Property ') Now I can edit and draw new Parcels using mapguide-rest and React Viewer... -- Sent from: http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html

[mapguide-users] mapguide-rest and React Viewer

2017-11-22 Thread GordonL
Hi All, just trying out mixing mapguide-rest with React Viewer today. I love how seamless they work together. My only trouble right now is how to target the URL in the tooltip to the React's Task Pane. Any ideas?

Re: [mapguide-users] MGOS 3.1 problem WMS

2017-11-21 Thread GordonL
I am not positive, but I don't think Raster WMS layers are supported with MapGuide. -- Sent from: http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html ___ mapguide-users mailing list mapguide-users@lists.osgeo.org

Re: [mapguide-users] Turn Layers On/Off of The Legend - FusionSF.js - AIMS2017/MapGuide3.1

2017-11-21 Thread GordonL
With MGOS 3.1, I can use the following to toggle layers in Fusion off and on: Fusion.getMapById('Map').aMaps[0].getLayerByName('mylayername').show(); Fusion.getMapById('Map').aMaps[0].getLayerByName('mylayername').hide(); -- Sent from:

Re: [mapguide-users] Mapguide 3.1 problem.

2017-11-17 Thread GordonL
Had the oracle's users permissions changed within the Oracle database? -- Sent from: http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html ___ mapguide-users mailing list mapguide-users@lists.osgeo.org

Re: [mapguide-users] MapGuide/AIMS OSM TransportMap and CycleMap API Key Required

2017-08-29 Thread GordonL
Thanks for postal that Reno. I particularly like the "Spinal Map"! -- View this message in context: http://osgeo-org.1560.x6.nabble.com/MapGuide-AIMS-OSM-TransportMap-and-CycleMap-API-Key-Required-tp5332053p5332906.html Sent from the MapGuide Users mailing list archive at Nabble.com.

Re: [mapguide-users] mapguide-react-layout 0.9.5 released

2017-08-01 Thread GordonL
Hi Jackie, what is the feeling on making the the React viewer the new "viewer" for MapGuide? Move away from Basic/AJAX and Fusion? gordon -- View this message in context: http://osgeo-org.1560.x6.nabble.com/mapguide-react-layout-0-9-5-released-tp5329372p5330120.html Sent from the MapGuide

Re: [mapguide-users] Problems with base layers.

2017-07-13 Thread GordonL
Yes, this is common, especially when you combine Base Layers with Tiled Layers. Have you found a work-around yet? I am looking to re-work the OpenLayers layers (visible and display order) to work around this bug ... gordon -- View this message in context:

Re: [mapguide-users] Mapguide 3.0 - Composite style not displaying in fusion legend

2017-04-09 Thread GordonL
Which file? The xml for the Layer Definition? -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Mapguide-3-0-Composite-style-not-displaying-in-fusion-legend-tp5222875p5316554.html Sent from the MapGuide Users mailing list archive at Nabble.com.

  1   2   3   4   5   6   7   8   >