[mapguide-users] Proj4js

2015-01-09 Thread swimming123
I just need a conversion between EPSG:4269 and Google Web Mercator in client side, then I copy a proj4js-combined.js from this folder: C:\Program Files\Autodesk\Autodesk Infrastructure Web Server Extension 2013\www\fusion\lib\Proj4js Open the proj4 javascript file and find it defines EPSG:3875

Re: [mapguide-users] How to publish WMS services through MapGuide

2015-01-06 Thread swimming123
Yes, I use exactly the same URL, I tested both localhost and gistest2013 server name. Thanks for the information of Gaia. -- View this message in context: http://osgeo-org.1560.x6.nabble.com/How-to-publish-WMS-services-through-MapGuide-tp5180103p5180251.html Sent from the MapGuide Users

[mapguide-users] How to publish WMS services through MapGuide

2015-01-05 Thread swimming123
I try to publish my own WMS services using AIMS2013 or MapGuide Open Source follow this instruction: http://beingcivil.typepad.com/my_weblog/2012/07/creating-a-wms-service-in-aims-2013.html. Then I try to test it locally using just a URL like this:

Re: [mapguide-users] [2.5.2]Error message DbEnv::txn_begin: DB_RUNRECOVERY: Fatal error

2015-10-08 Thread swimming123
It happens to me too. I didn't use mgcooker, but my new launched AIMS Server is down very often, check the log file, it has this error information, but since I ahve many maps, each map has many layers including lots of base layers need to be tiled. -- View this message in context:

Re: [mapguide-users] Fusion layers/legend: activate folder includes subfolder

2015-10-09 Thread swimming123
good question. we implement a customized tool which is toogle on/off a folder(right click, turn all layers in sub folder on/off), the thing is MapGuide javascript need to re-organized its structure and remove all global name spaces. Here is a simple js code added to your single js file can make it

[mapguide-users] MapGuide suggestion

2015-08-25 Thread swimming123
Web GIS creation using MapGuide has some advantage over ArcGIS Server: 1) choose customized coordinate systems while embedded a satellite imagery base map, 2) load over 200 layers while still keep website efficient; But MapGuide also need to improve its JavaScript code, I believe it doesn't cost

[mapguide-users] MapGuideMaestro-Release-6.0m4-Setup has issue when using IronPython

2015-09-28 Thread swimming123
Recently I installed MapGuideMaestro-Release-6.0m4-Setup.exe, everthing is good until one day I try to use IronPython, here is the screenshot: If you use other version of Maestro, there's no issues. -- View this

Re: [mapguide-users] Fusion with OpenLayers 3

2016-01-14 Thread swimming123
Thanks Gorden to spend several days with us. We are going to re-develop Web Map using only MapGuide server with Sencha, ol3. For serious app development and performance reasons, I won't choose jQuery; Kendo UI need to pay. Sencha, GeoExt3 will be our choice. -- View this message in context:

[mapguide-users] MapGuide Rest Permission Deny

2016-02-05 Thread swimming123
Hi All, I just started to play with MapGuide Rest and I got permission denied error, how to fix this: PHP Warning: fopen(C:\Program Files\OSGeo\MapGuide\Web\www\rest\app/../cache/debug.log): failed to open stream: Permission denied in C:\Program

Re: [mapguide-users] MapGuide Rest Permission Deny

2016-02-05 Thread swimming123
Fixed, it's user permission setting. -- View this message in context: http://osgeo-org.1560.x6.nabble.com/MapGuide-Rest-Permission-Deny-tp5249179p5249186.html Sent from the MapGuide Users mailing list archive at Nabble.com. ___ mapguide-users mailing

[mapguide-users] Web Map with modern JavaScript

2016-02-11 Thread swimming123
I have a very simple web map created using GeoExt3(using Sencha ExtJS and OpenLayers3): https://github.com/swimhiking/GeoExtApp. You can download unzip and put testing folder(inside build folder) into your wwwroot folder of windows system, then view web at http://localhost/testing/ ; try and

Re: [mapguide-users] Mapguide & Openlayers 3.12.1 Displaydpi for mobile/tablet devices

2016-02-01 Thread swimming123
I feel it's big challenging for MapGuide switch from OpenLayer2 to OpenLayers3. Let's look at the API documnets: In OpenLayers2, OpenLayers.Layer.MapGuide constructor can accept params including mapDefinition, locale, mapName, session, basemaplayergroupname, format, showLayers, hideLayers,

Re: [mapguide-users] Mapguide & Openlayers 3.12.1 Displaydpi for mobile/tablet devices

2016-02-02 Thread swimming123
Thanks Jackie, very helpful information -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Mapguide-Openlayers-3-12-1-Displaydpi-for-mobile-tablet-devices-tp5247003p5248512.html Sent from the MapGuide Users mailing list archive at Nabble.com.

Re: [mapguide-users] Mapguide & Openlayers 3.12.1 Displaydpi for mobile/tablet devices

2016-02-02 Thread swimming123
I will post my code once I can create a MapGuide Map with ol3, sencha to Github in the near future. I found ol3 has ol.control.* class to interaction with map, ol2 rely on DOM. Still feel lots to learn and practice. -- View this message in context:

Re: [mapguide-users] Fusion with OpenLayers 3

2016-01-19 Thread swimming123
Good things to use GeoExt3(Sencha) so far as I know: JS MVC and SPA(single page application) structure, so it's good for mobile, also one step away to convert as native App; Second, if you view source from Sencha project, it's very clean(see below is my above map); All js is similar like built and

Re: [mapguide-users] Fusion with OpenLayers 3

2016-01-19 Thread swimming123
Pretty good start to use ol3, GeoExt3 and MapGuide server engine to create a map with 244 layers in 10TM. -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Fusion-with-OpenLayers-3-tp5245017p5246133.html Sent

[mapguide-users] GDAL provider for raster imagery in MapGuide2.6.1

2016-02-11 Thread swimming123
Anyone has similar issue with me when using GDAL provider to display raster imagery on the web map, it doesn't display, neither give any error information; I can view the imagery layer, but not in map or layout. Thanks for any help. -- View this message in context: