Re: [mapguide-users] Select specific layer and feature by passing value to flexible layout (AIMS2014)

2013-05-27 Thread RenoSun
Thank you for your reply Jakie :) However, I tried to pass polygon feature also such as following: POLYGON ((-124.472369616317 49.3597580182233, -124.472369579183 49.3597811073343, -124.472422561878 49.359789284387, -124.472433368903 49.3597922360085, -124.47200053 49.3597941898754, -124.4724

Re: [mapguide-users] Select specific layer and feature by passing value to flexible layout (AIMS2014)

2013-06-02 Thread RenoSun
Hello Gordon, Thank you for answering. You said you use JavaScript to pass parameters such as MAPNAME, SESSION, LAYER, KEYNAME and KEY to a PHP to get the selected XML. Would you please tell me what the php name is? Is it search.php or setselection.php? and Didn't you need to pass the filter/sp

Re: [mapguide-users] Select specific layer and feature by passing value to flexible layout (AIMS2014)

2013-06-05 Thread RenoSun
Hello GordonL, I added following codes in the my fusionInitialized() function in fusion index.html var fusionInitialized = function () { $('AppContainer').resize({ forceResize: true }); var mapWidget = Fusion.getMapById('Map'); mapWidget.registerForEvent(Fusio

Re: [mapguide-users] Select specific layer and feature by passing value to flexible layout (AIMS2014)

2013-06-08 Thread RenoSun
Hello Guys, Finally, I found how to solved my pre-selected problem. The code will be following First, my GeoRest page will have a link like this Property.aspx?MBR={{Property_Geometry_BBOX}}&Centroid={{Property_Geometry_Centroid_X}},{{Property_Geometry_Centroid_Y}} Second, when user link to

[mapguide-users] MapGuide Measrue Tool - Start and Stop function

2013-06-11 Thread RenoSun
Hello Guys, Did anyone know how to make the measure tool widget to have the start/stop buttons in the task panel? I try to copy the measure widget in the C:\Program Files\OSGeo\MapGuide\Web\www\fusion\widgets\Measure folder to my C:\Program Files\Autodesk\Autodesk Infrastructure Web Server Extens

Re: [mapguide-users] MapGuide Measrue Tool - Start and Stop function

2013-09-25 Thread RenoSun
Thank you so much Jackie However, the defaults setting for both buttons are disabled, and it didn't turn to enabled when I start to measure the distance/area. I al

[mapguide-users] Kaliopa Mapguide Mobile Viewer - Base Layer Groups & Measure Tools Issue

2015-01-13 Thread RenoSun
Hello everyone, I am using Kaliopa Mapguide Mobile Viewer with AIMS 2014, and the Base Layer Groups are not shown on the Kailopa Mobile Viewer. My basemap layer is a raster image in projection [WGS84.PseudoMercator (WGS84 based Mercator (spherical formulation))], and the map projection is WGS84.P

Re: [mapguide-users] Kaliopa Mapguide Mobile Viewer - Base Layer Groups & Measure Tools Issue

2015-01-15 Thread RenoSun
Thank you so much Srecko ad 1.) I decided to use OpenLayers, and Google Map as my based maps. You can see them on following links. Town of Qualicum Beach Property Map - Mobile Viewer Town of Qualicum Beach Utility

[mapguide-users] Mapguide-rest:

2015-03-13 Thread RenoSun
Environment AIMS2014 IIS 7.5 Windows Server 2008 R2 1. Is there a configure file allowing users to decide which feature sources, and the fields of the features can be queried? For example: I don't need a permission to access this feature source http://localhost/mapserver2014/rest/library/Samples/

[mapguide-users] MapGuide Fusion API - turn on/off Layers or LayerGroups and Query

2015-03-13 Thread RenoSun
Hi guys, I did following Java Scripts to turn on the layers in my fusion html. var mapWidget = Fusion.getMapById('Map'); mapWidget.aMaps[0].getLayerByName('LayerName').show(); , and it works. However, after above codes I did "mapWidget.query(options);", and it won't select the features of the

Re: [mapguide-users] Mapguide-rest query restriction, and runtime map questions

2015-03-15 Thread RenoSun
Thank you for the answers Jackie Re: Item 1 I think that will be a great idea to have the whitelist to define which feature sources are allowed to be accessed by mapguide-rest, and a list of allowed formats in config.php. Also, if we can also have a list of the active fields of the feature source

[mapguide-users] mapguide-rest feature requests

2015-06-02 Thread RenoSun
1.mapguide-rest search results For the GeoRest, if only one result is found, it will display page with single templates. If there is no result will use None template. However, mapguide-rest only uses the many templates to display the result to me when there is only one/no records being found. Fo

Re: [mapguide-users] mapguide-rest 1.0 RC2

2015-06-16 Thread RenoSun
Yeah! Thanks Jackie! It make Mapguide/AIMS be more powerful, and more potential. Mapguide users now can use mapguide-rest to complete various web-based mapping/GIS projects so easily. -- View this message in context: http://osgeo-org.1560.x6.nabble.com/mapguide-rest-1-0-RC2-tp5210209p5211321.ht

Re: [mapguide-users] Kaliopa mobile viewer with google maps as base layer

2015-06-27 Thread RenoSun
Hi Rodolfo, You should be able to find initwms() function under Defaults.aspx. Then, you can add following codes. var GoogleSatellite = new OpenLayers.Layer.OSM("Google Satellite", ["http://mt1.google.com/vt/lyrs=y&x=${x}&y=${y}&z=${z}";], { numZoomLevels: 23, sphericalMercator: true,transitionE

Re: [mapguide-users] Kaliopa mobile viewer with google maps as base layer

2015-07-02 Thread RenoSun
Firstly, I think it's necessary to add following code before you add other base maps. var osm = new OpenLayers.Layer.OSM("OpenLayers"); Under Default.js/Default.debug.js you should call your initWms(); function after following codes: About line 580 After map = new OpenLayers.Map('map', mapOptions)

Re: [mapguide-users] kaliopa mobile viewer, doesn't show map

2015-07-02 Thread RenoSun
Did you try to use "wgs84 pseudo mercator" as the projection of the map trying to display? -- View this message in context: http://osgeo-org.1560.x6.nabble.com/kaliopa-mobile-viewer-doesn-t-show-map-tp5213987p5214089.html Sent from the MapGuide Users mailing list archive at Nabble.com.

Re: [mapguide-users] Kaliopa mobile viewer with google maps as base layer

2015-07-02 Thread RenoSun
I used custom openlayers layer switcher to allow users to switch base maps order, and change the opacity of each base map. http://dev.openlayers.org/sandbox/jvanulden/openlayers/examples/extended-layerswitcher.html Town of Qualicum Beach Mobile Map Viewer http://maps.qualicumbeach.com/qbmap/mobil

Re: [mapguide-users] mapguide-rest feature requests

2015-09-25 Thread RenoSun
Hi Gordon, Thank you for your response, and Jackie actually added this feature into mapguide-rest RC2. Please have a look, and I am using it now. https://github.com/jumpinjackie/mapguide-rest/releases Thanks -- View this message in c

[mapguide-users] SQL Server Spatial View Selection Issue

2015-10-05 Thread RenoSun
Hello everyone, Does anyone know how to make AIMS allow users to select the feature from spatial view on SQL Server? Since the sql server spatial view doesn't have primary key, but I think it will be nice if AIMS can still allow user to spatially select the features. I am using AIMS 2014, and

Re: [mapguide-users] SQL Server Spatial View Selection Issue

2015-10-06 Thread RenoSun
Hi Jackie, Thank you for your reply :) Firstly, I have two databases on my SQL Server. One of them, I was not able to export Data Store Configuration to XML for it. It showed me the error as following screen capture: Secondly, fo

Re: [mapguide-users] SQL Server Spatial View Selection Issue

2015-10-07 Thread RenoSun
Hi Jakie, Thank you for your reply, and I modified the config.xml that export from one of my SQL Server DB. I only left three SQL Server Spatial View in the config.xml, and I paste the content of the config.xml back to AIMS SQL Server feature source configuration document by using Maestro, and it

Re: [mapguide-users] SQL Server Spatial View Selection Issue

2015-10-08 Thread RenoSun
Yeah, it's really a good way to manage what tables you would like MapGuide/AIMS to access. I am going to improve the performance of our municipal GIS by using FDO Toolbox. Moreover, I think it will be a great idea if Maestro or Infrastructure Studio will not only allow user to pick only the tables

Re: [mapguide-users] Select specific layer and feature by passing value to flexible layout (AIMS2014)

2015-10-27 Thread RenoSun
For the fusion users, I think this is the simplest solution! http://autodesk.typepad.com/beyondthebox/fusion/ If you would like to select features by attribute values :) -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Select-specific-layer-and-feature-by-passing-value-to-

Re: [mapguide-users] Select specific layer and feature by passing value to flexible layout (AIMS2014)

2015-10-28 Thread RenoSun
Thanks Gordon!!! I have updated my solutions, and I am actually using the solution that you provides too. Cheers, Reno -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Select-specific-layer-and-feature-by-passing-value-to-flexible-layout-AIMS2014-tp5055669p5233214.html Sent

[mapguide-users] Improving AIMS/Mapguide bundled PHP performance

2015-11-04 Thread RenoSun
Hi everyone, I saw Jackie having a new blog post taking about improving mapguide bundled PHP performance by "new opcode caching feature" on following link: http://themapguyde.blogspot.com/2015/11/mapguide-tidbits-improving-bundled-php.html I couldn't figure out how to have the same improvement

Re: [mapguide-users] Improving AIMS/Mapguide bundled PHP performance

2015-11-05 Thread RenoSun
I got "CLI has stopped working as following image." -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Improving-AIMS-Mapguide-bundled-PHP-performance-tp5234550p5234702.html Sent from the MapGuide Users mailing

Re: [mapguide-users] Improving AIMS/Mapguide bundled PHP performance

2015-11-06 Thread RenoSun
Hi Jackie, I think the php_eaccelerator extension actually make the php code somewhat unstable. It didn't improve the performance of the mapguide-rest either. It makes the auto-selection by Primary Key PHP solution

[mapguide-users] AIMS/MapGuide Mobile Viewer - The Town of Qualicum Beach

2015-12-21 Thread RenoSun
Here is the new look of the Town of Qualicum Beach Mobile GIS/Mapping.   TQB GIS Mobile Property Map   Customized by using following tools: Kaliopa Mobile Viewer

Re: [mapguide-users] New Looks of the Mobile GIS/Mapping Viewer - The Town of Qualicum Beach

2015-12-22 Thread RenoSun
Thanks Jackie! It's the "sidebar-v2" template you posted on your blog before. I love it :) -- View this message in context: http://osgeo-org.1560.x6.nabble.com/New-Looks-of-the-Mobile-GIS-Mapping-Viewer-The-Town-of-Qualicum-Beach-tp5242395p5242698.html Sent from the MapGuide Users mailing lis

[mapguide-users] Basemap Issue Quickplot/Save Map As PNG/JPG/DWF (AIMS 2014 fusion)

2015-12-22 Thread RenoSun
Hi everyone, I have the same problems as following link to print the map without base layer group layers if I turned them on initially. Or I won't be able to print with the base layer group layers if I didn't turn them on initially. http://osgeo-org.1560.x6.nabble.com/Basemap-printing-with-Quic

Re: [mapguide-users] New Looks of the Mobile GIS/Mapping Viewer - The Town of Qualicum Beach

2015-12-23 Thread RenoSun
I am using Pace.js . I restart the loading every time when mgLayer (maguide map image) loadstart. //loading indicator mgLayer.events.register("loadstart", mgLayer, function () { $(".readyMAP").remove(); Pace.restart(); }

Re: [mapguide-users] New Looks of the Mobile GIS/Mapping Viewer - The Town of Qualicum Beach

2015-12-23 Thread RenoSun
Hi Blammo, Yes, the Aerial tiles are the slowest. I think I will have to involve some cloud computing tech to make my Aerial tiles as fast as Google/Bing map tiles. Any ideas? -- View this message in context: http://osgeo-org.1560.x6.nabble.com/New-Looks-of-the-Mobile-GIS-Mapping-Viewer-The-To

Re: [mapguide-users] Basemap Issue Quickplot/Save Map As PNG/JPG/DWF (AIMS 2014 fusion)

2015-12-23 Thread RenoSun
Hi Jackie, It didn't work. I update both my fusionSF.js, and MapGuide.js (fusion/layers/MapGuide/MapGuide.js) with 566.patch. Still have the same issue. Seems the basic layout don't have them same issue, but only fusion. Thanks! -- View this message in context: http://osgeo-org.1560.x6.nab

Re: [mapguide-users] New Looks of the Mobile GIS/Mapping Viewer - The Town of Qualicum Beach

2015-12-30 Thread RenoSun
Thank you Jackie, I removed the ol.js since I didn't use it at all. I think I was trying to upgrade the the mobile viewer from ol2 to ol3 before. I installed the GeoWebCache on our server, but I didn't figure out how to use it with mapguide-rest xyz tiles yet. http://maps.qualicumbeach.com/mapse

Re: [mapguide-users] New Looks of the Mobile GIS/Mapping Viewer - The Town of Qualicum Beach

2015-12-31 Thread RenoSun
Hi Jackie, Did pre-seeding means pre-generation for the XYZ tiles? If so, I already did the same thing by using FME Workbench, and I generate whole XYZ tiles as following link: http://maps.qualicumbeach.com/GE/QBGoogleAirPhotoCompareTool/2011/WebTiler/18/40468/89635.png However, I found use map

Re: [mapguide-users] New Looks of the Mobile GIS/Mapping Viewer - The Town of Qualicum Beach

2016-01-04 Thread RenoSun
Hi Jackie, I found out that Portable Basemap Server v3.1 couldn't get all my xyz tiles at zoom level higher than 17. Sometimes it only be able to get some of the tiles. I will assume PBS are using slightly different xyz numbers? Any ideas? Thanks : ) -- View this message in context: http://

[mapguide-users] Generic Layer XML

2016-01-05 Thread RenoSun
Hi everyone, I would like to add my mapguide-rest xyz tiles to my fusion viewer by using Maestro 6.0 m4, and I assume that I should use " the Generic Layer option and edit the raw XML" However, did anyone try

[mapguide-users] Custom XYZ Based map in fusion

2016-01-11 Thread RenoSun
Hi everyone, I would like to add my mapguide-rest xyz tiles to my fusion viewer by using Maestro 6.0 m4, and I assume that I should use " the Generic Layer option and edit the raw XML" Did anyone try it? Pleas

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

2016-01-24 Thread RenoSun
I am currently trying to update our mobile map viewer (Kaliopa Mapguide Mobile Viewer) from OL2 to OL3. I found there is no display problems for mapguide layer on the desktop browsing. However, when I zoomed in higher zoom levels on the mobile devices, the features on the mapguide layers such as

Re: [mapguide-users] New Looks of the Mobile GIS/Mapping Viewer - The Town of Qualicum Beach

2016-01-27 Thread RenoSun
Hey guys, I have upgrade our mobile map viewer by using OpenLayers 3 API. Have a look, and let me know what I can do to make it better. Thank you very much!!! -- View this message in context: http://osgeo-org

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

2016-02-02 Thread RenoSun
Hi Greg, It's exactly the solutions that I was looking for! Thank you so much! -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Mapguide-Openlayers-3-12-1-Displaydpi-for-mobile-tablet-devices-tp5247003p5248535.html Sent from the MapGuide Users mailing list archive at Nabb

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

2016-02-02 Thread RenoSun
Hi Swimming123, I think OpenLayers 3 basically include everything I need for our mobile viewer to display our MapGuide map. I do miss the function that called "redraw" for the layer feature. mgLayer.redraw(true) I meant we can used *updateParams* to update the mapguide layer, but I still think

[mapguide-users] Remember Layers and Layer Groups On/Off settings - Fusion

2016-02-23 Thread RenoSun
Hello everyone, Did anyone try to modify the MapGuide fusion to be able to remember the Layers and Layer Groups On/Off settings by add and update following url parameters?: SHOWLAYERS (sl) HIDELAYERS (hl) SHOWGROUPS (sg) HIDEGROUPS (hg) I am able to make our mobile viewer to remember the la

Re: [mapguide-users] GeoNode and MapGuide

2016-04-18 Thread RenoSun
Hi Gordon, Any luck with GeoNode and MapGuide? Will both work together? Thanks :) -- View this message in context: http://osgeo-org.1560.x6.nabble.com/GeoNode-and-MapGuide-tp5161868p5261738.html Sent from the MapGuide Users mailing list archive at Nabble.com.

Re: [mapguide-users] Remember Layers and Layer Groups On/Off settings - Fusion

2016-07-18 Thread RenoSun
Hi Gordon, Thank you for your precious comment! I dig into fusionSF.js, and modified some codes of it. It's not a new look of the our public GIS, but now if the user would like to share the fusion links to other users. Other users will be able to see the map with same extent, layers/layer group

Re: [mapguide-users] QuickPlot or Printable Page not Printing Tiled Layers

2016-07-25 Thread RenoSun
Hi Gordon, For AIMS 2014, I found only when I initially turned on the tiled layers, the Quick Plot will print the tiled layers. Also, if you initially turned on the tiled layers, even you turn them off after the map have been loaded. The Quick Plot will still print the map with the tiled layers.

Re: [mapguide-users] mapguide and mssql low performance problem

2016-07-25 Thread RenoSun
Hi Abbasali, Did set up the spatial indexes for your mssql tables? Please see the following link to figure out the best spatial index setting for your data tables: The Black Art Of Spatial Index Tuning In SQL Server

Re: [mapguide-users] SQL - html display problem in properties pane

2016-07-29 Thread RenoSun
Hi Maselli, Are you using fusion flexible layout? If so, you may want to use FusionSF.js for your fusion template html, and modified the codes under FusionSF.js. C:\Program Files\Autodesk\mapguide\www\fusion\lib\ C:\Program Files\Autodesk\mapguide\www\fusion\templates\mapguide\THE TEMPLATE FOLDER

Re: [mapguide-users] QuickPlot or Printable Page not Printing Tiled Layers

2016-08-23 Thread RenoSun
Hi Gordon, Any solutions for this issue yet? Thanks! -- View this message in context: http://osgeo-org.1560.x6.nabble.com/QuickPlot-or-Printable-Page-not-Printing-Tiled-Layers-tp5275805p5282079.html Sent from the MapGuide Users mailing list archive at Nabble.com. _

Re: [mapguide-users] Measure tool and tooltip in Fusion

2016-08-31 Thread RenoSun
The solution is as following: Pragmatically Turn off MapTip? Under FusionSF.js Add following codes under Fusion.Widget.Measure = OpenLayers.Class(Fusion.Widget, { .. activate: fun

Re: [mapguide-users] Introducing mapguide-react-layout: A modern viewer for MapGuide

2016-09-29 Thread RenoSun
I am using AIMS 2014, and I got following messages: http://maps.qualicumbeach.com/qbmap/mapagent/mapagent.fcgi?MAPDEFINITION=Library://Test/Maps/Test.MapDefinition&REQUESTEDFEATURES=7&SESSION=...&OPERATION=CREATERUNTIMEMAP&VERSION=3.0

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

2016-12-19 Thread RenoSun
Hi Martin, Same here with AIMS 2014. I noticed that when I switched the map by using Map Fusion.Widget.MapMenu, somehow the Fusion was still trying to load every maps that I switched to as basemaps, and also the Base Layers from previous maps. I switched to three different maps, and Fusion reques

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

2016-12-22 Thread RenoSun
Hi Martin, I actually tried the method you mentioned before. My temporary solution is to put only one map on each fusion layout, and I switch fusion layout by calling fusion through iframe. However, if you would like to see the same extent, you will have to customize FusionSF.js to achieve tha

[mapguide-users] SQL Server Inner Joint Table Slow To Display Selection Info On AIMS 2014

2017-01-19 Thread RenoSun
I am using AIMS 2014. I created a SQL Server view by using eight inner joins. The layer using the SQL Server view is displayed with normal speed, but when I only selected about five features on the map. It spent more than 20 seconds to load the selection info. My view is created by following SQL

Re: [mapguide-users] SQL Server Inner Joint Table Slow To Display Selection Info On AIMS 2014

2017-01-23 Thread RenoSun
Problems solve by adding index to all Asset_ID and Asset_Class_ID!!! That's awesome! Thank you TabrizSoftware! -- View this message in context: http://osgeo-org.1560.x6.nabble.com/SQL-Server-Inner-Joint-Table-Slow-To-Display-Selection-Info-On-AIMS-2014-tp5304096p5304551.html Sent from the Map

Re: [mapguide-users] Ajax viewer, URL in Properties Pane

2017-02-03 Thread RenoSun
I think these links will help you :) enable-hyperlink-in-selection-panel-of-fusion-viewer SQL - html display problem in properties pane

Re: [mapguide-users] Ajax viewer, URL in Properties Pane

2017-02-06 Thread RenoSun
No problem. The solution for Ajax viewer is similar. Please modify the following codes. C:\Program Files\MapGuide\www\viewerfiles\propertyctrl.templ function SetProperties(count, properties) { var code; propCount = count; if(count != 1) { var text; if(count == 0)

Re: [mapguide-users] MapGuide Maestro 6.0M6 available

2017-02-06 Thread RenoSun
Non-modal map previews is not working if the map has transparent background colors. *Control does not support transparent background colors.* /System.ArgumentException: Control does not support transparent background colors. at System.Windows.Forms.Control.set_BackColor(Color value) at Maest

Re: [mapguide-users] Ajax viewer, URL in Properties Pane

2017-02-06 Thread RenoSun
I will suggest you undo the modification, and just add function HtmlDecode() function first. var _el = null; //Our "parser" element function HtmlDecode(input) { if (input == null || input == "") return input; if (_el == null) _el = document.createElement('div');

Re: [mapguide-users] Ajax viewer, URL in Properties Pane

2017-02-06 Thread RenoSun
Here is the full codes of my propertyctrl.templ -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Ajax-viewer-URL-in-Properties-Pane-tp5306236p5306615.html Sent from the MapGuide Users mailing list archive at Nabble.com. ___

Re: [mapguide-users] Ajax viewer, URL in Properties Pane

2017-02-06 Thread RenoSun
Okay...would you please post the codes of your original propertyctrl.templ? I don't know why add a simple JavaScript function will cause your map window to hang up... -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Ajax-viewer-URL-in-Properties-Pane-tp5306236p5306637.html

Re: [mapguide-users] Ajax viewer, URL in Properties Pane

2017-02-07 Thread RenoSun
Hi Gom, I am using nvarchar(255) as the data type of my HTML hyperlink. Here is the HTML hyperlink field looks like on our SQL Server 2008 R2: Property Report Also, maybe use target="_blank" in your hyp

Re: [mapguide-users] Ajax viewer, URL in Properties Pane

2017-02-07 Thread RenoSun
I would think you should try to clean all the browsing data and history to make sure the browser is using the latest propertyctrl.templ Also, don't use alert, but using console.log('abcd') maybe. Try to use before and after the HtmlDecode. for(var i=0; i < properties.length; i++) *co

Re: [mapguide-users] Ajax viewer, URL in Properties Pane

2017-02-08 Thread RenoSun
Please copy and paste the code of last propertyctrl.txt that I attached, and let me know what it print under the console. The if statement with brackets should look like this I assume: function HtmlDecode(input) { if (input == null || input == ""){ return input; } if (_el == n

Re: [mapguide-users] Ajax viewer, URL in Properties Pane

2017-02-08 Thread RenoSun
Hey gom, I think I found the solution. Please change the HtmlDecode function with following code: function HtmlDecode(input) { var txt = document.createElement("textarea"); txt.innerHTML = input; return txt.value; } -- View this message in context: http://osgeo-org.1560.x6.nabbl

Re: [mapguide-users] OSM API KEY REQUIRED for CycleMap

2017-02-22 Thread RenoSun
Are you using Flexible Layout? Which version of mapguide are you using? You should have an option to use OSM CycleMap as base map with your flexible layout. Make sure you're using the right coordinate system too! WGS84.PseudoMercator

Re: [mapguide-users] MapGuide Maestro 6.0M6 available

2017-03-08 Thread RenoSun
I am using MapGuide Maestro 6.0M6 with AIMS 2014. I have not problem saving following Configuration Document with MapGuide Maestro 6.0M5, but got error by using MapGuide Maestro 6.0M6. My configuration doc looks like following: Configuration.xml

[mapguide-users] What buffering method does MapGuide use Euclidean or Geodesic?

2017-03-29 Thread RenoSun
I was using Turf.js to buffer the geojson generated from MapGuide-Rest with LL84 coordinate system. Then, I use OpenLayers 3 to transform the buffer feature geometry to WGS 84.Pseudo-Mercator coordinate system. However, the buffer distance was incorrect. I tested on MapGuide Fusion to use buffer to

Re: [mapguide-users] What buffering method does MapGuide use Euclidean or Geodesic?

2017-03-30 Thread RenoSun
I tried JSTS , and it won't recognize the coordinate system of the geometry. It buffer the geometry in UNIT which I should be in meters. // create a buffer of 40 meters around each line var buffered = jstsGeom.buffer(40); However, when I buffered the ge

Re: [mapguide-users] Fusion template setExtents Problem

2017-04-04 Thread RenoSun
Hi MC, I would like to see more specific codes from you to see how you code your fusionSF.js or index.html. I don't understand what are you trying to accomplish by using setExtents for? To zoom to the selected features? or just specific areas that the user always zoom to frequently? Then, I or o

[mapguide-users] AIMS 2017 capability with mapguide-react-layout

2017-06-20 Thread RenoSun
Hi all, Did anyone try to use AIMS 2017 with mapguide-react-layout? I am probably going to upgrade our map server from AIMS 2014 to AIMS 2017. Thanks! -- View this message in context: http://osgeo-org.1560.x6.nabble.com/AIMS-2017-capability-with-mapguide-react-layout-tp5324888.html Sent from

Re: [mapguide-users] correctly display utf-8 arrow-symbol

2017-07-19 Thread RenoSun
Hi Reservoirdog, I think the arrow features might be exported as points data? Therefore, MapGuide's default display those points with rectangle icon I assume. Will it be easier just import the new left/right arrow symbols for the point feature instead of using rectangle? -- View this message in

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

2017-08-21 Thread RenoSun
Hi all, I just would like to share how I update the FusionSF.js to use OSM tiles with API KEY. http://www.thunderforest.com/docs/apikeys/ ... about code line 113806 if (!this.oLayerOL) { if (this.layerType == 'OpenStreetMap' || this.lay

Re: [mapguide-users] Mapguide 3.1 WFS service

2017-08-22 Thread RenoSun
I am still trying to figure out how to connect Mapguide 3.1 WFS properly. These links might help... http://osgeo-org.1560.x6.nabble.com/MapGuide-Maestro-connection-issue-td4989223.html mapagent test page: http://localhost/mapguide/mapagent/index.html -- View this message in context: http://

Re: [mapguide-users] Mapguide 3.1 WFS service

2017-08-22 Thread RenoSun
Solution!!! https://knowledge.autodesk.com/support/infrastructure-map-server/troubleshooting/caas/sfdcarticles/sfdcarticles/Configuring-WFS-on-IIS.html -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Mapgu

Re: [mapguide-users] Mapguide 3.1 WFS service

2017-08-23 Thread RenoSun
Hi Kajar, Firstly, I think you should probably let people know what Environment you're using, so people can help you to find the right solution. I will think you don't need to use any port number in order to use the WFS service. Are you not using Windows Server? or you're using Linux, CentOS, Ub

Re: [mapguide-users] Mapguide 3.1 WFS service

2017-08-28 Thread RenoSun
Hi there, Hope this may help you to find the solution... First of all, did you restart the World Web Wide Publishing Service too? What is the port your Apache web server is using in httpd.conf ? WF

Re: [mapguide-users] Mapguide 3.1 WFS service

2017-08-29 Thread RenoSun
Maybe firewall setting can solve the problem? https://stackoverflow.com/questions/7363470/windows-server-2008-r2-cant-get-apache-to-run-on-port-80 In your case, use 8008 port. I hope others may be able to help you too if this doesn't work still. -- View this message in context: http://osgeo-

Re: [mapguide-users] MapGuide 3.1 QuickPlot does not work

2017-08-30 Thread RenoSun
http://osgeo-org.1560.x6.nabble.com/QuickPlot-problem-in-Fusion-td5053474.html -- 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

Re: [mapguide-users] MGOS layers with Google Maps API?

2017-09-20 Thread RenoSun
Hi open_saucer, I think it's totally doable to use Google Map API with MGOS. However, it won't be as easy as using OpenLayers 3 API to do that. I would suggest that you can give OL3 a try, or something like OL3-Google-Maps

Re: [mapguide-users] Google Geocode inside Mapguide

2017-09-20 Thread RenoSun
Hi Karuna, I think it's doable. I don't know if you're using fusion or basic web layouts. If Google Direction Service can return the geometry of the route (line), and route info in wkt, xml, geojson, and json etc. You may draw the geometry on your MG maps, and display the route info with a pop u

[mapguide-users] AIMS 2014 to AIMS 2017 upgrade with Kaliopa Mobile Viewer Errors

2017-11-15 Thread RenoSun
Hi All, I am trying to upgrade our AIMS 2014 to AIMS 2017, and trying to figure the errors using the Kaliopa Mobile Viewer as following: Problem:\nThe connection to the Infrastructure Map Server is not open as expected.\n\nPossible Causes:\n-Your session has been idle for too long;\n-Infrastructu

Re: [mapguide-users] AIMS 2014 to AIMS 2017 upgrade with Kaliopa Mobile Viewer Errors

2017-11-16 Thread RenoSun
Here is the solution :) Thank you for all your helps! https://github.com/sreckolipovsek/KaliopaMobileViewer/issues/2 -- Sent from: http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html ___ mapguide-users mailing list mapguide-users@lists.o

[mapguide-users] AIMS 2017 Base Maps Shown Above AIMS Layers At Zoom Level 1:1128.49722

2017-11-20 Thread RenoSun
Hi all, I am facing the issue if I am using tiled base layers with commercial/manual layers scale list, and the base maps such as Bing/OSM will be shown above my AIMS layers at zoom level 1:1128.49722. Although, I didn't turn on the tiled base layers... the fusion still put the base maps above al

Re: [mapguide-users] AIMS 2017 Base Maps Shown Above AIMS Layers At Zoom Level 1:1128.49722

2017-11-20 Thread RenoSun
Solution will be changing the Nearest Zoom In Value to 1128.497176 -- Sent from: http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html ___ mapguide-users mailing list mapguide

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

2017-11-20 Thread RenoSun
Hi all, Does anyone facing the issues to turn on/off layers or layer groups by using FusionSF.js? I am using turquoiseyellow template, and I wrote following codes in order to turn on/off the layers or layer groups based on the URL parameters. It was working with Fusion 2.6 build. The check boxes

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

2017-11-21 Thread RenoSun
Hi Gordon, Thank you for your help. I modified following codes in order to make it work: Fusion.Layers.Group = OpenLayers.Class(Fusion.Lib.EventMgr, { ... show: function (noDraw) { if (this.visible) { return; } this.oMap.showGroup(this, noDraw ? true : fal

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

2017-11-21 Thread RenoSun
Hi All, I am using AIMS 17, and I noticed that if I am using any Google Base Map (street/hybrid/satellite), the cursor hover on the map will be off. My map will not recognize my cursor position on the map correctly... However, if

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

2017-11-22 Thread RenoSun
I recreated the fusion layout from scratch without using the layouts migrated from AIMS 2014. Then Problems solved ! -- Sent from: http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html ___ mapguide-users mailing list mapguide-users@lists

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

2017-11-23 Thread RenoSun
Sorry, the problem still remain... please help -- 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 - If Using Any of Google Base Maps - Cursor Will Be Off (Hover/Select) - AIMS2017

2017-11-27 Thread RenoSun
Thank you so much Gordon! It works perfectly :) -- 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] AIMS 2014 to AIMS 2017 Selection Panel Display Order Issues

2017-12-13 Thread RenoSun
Hi All, I just switched our map server to AIMS 2017 which is using MapGuide 3.1. When I selected feature(s) on the fusion/web layout map, it will displayed the label names with the database field name order without following the order of how I checked the fields to be displayed. Interestingly,

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

2017-12-13 Thread RenoSun
I seriously think this need to be fixed... There are so many DB, SQLite, or SDF data connections... if I have edit the XMLs one by one... it will be a nightmare... -- Sent from: http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html ___ mapg

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

2017-12-14 Thread RenoSun
Please see more details of this issue on following GitHub page: https://github.com/jumpinjackie/mapguide-maestro/issues/16 -- Sent from: http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html ___ mapguide-users mailing list mapguide-users@li

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

2017-12-14 Thread RenoSun
Temporary solution here for this problem with Fusion users: under FusionSF.js: convertExtendedFeatureInfo: function (efi) { ... var layerMeta = selLayer.LayerMetadata[0]; //add this var layerFeature = selLayer.Feature[0]; ... var metaProp = layerMeta.Property[j]; //add this var featureProp = laye

Re: [mapguide-users] Display Historical value assigned to a polygon

2018-01-04 Thread RenoSun
I agreed with Martin Morrison. I will join two tables with PostgreSQL as one spatial view table. If you would like to enable the selection for spatial view, you may check out following link: http://osgeo-org.1560.x6.nabble.com/SQL-Server-Spatial-View-Selection-Issue-td5228068.html However, if y

Re: [mapguide-users] Map Switch, Base Layer groups issue

2018-01-04 Thread RenoSun
Hi madhurchanana, I think we have similar discussion about this issue before...but seems we all just work around the issue to achieve our goal... http://osgeo-org.1560.x6.nabble.com/Problems-with-base-layers-td5298092.html#a5300545 I may spend sometime look into codes...when I am not so busy. I

Re: [mapguide-users] Get coordinates fusion templates

2018-01-04 Thread RenoSun
Here is the custom print (snipping tool) that we are using with Fusion: 1. The example here is using ASP .NET C# with MapGuide API (http://mapguideAPIEnabledSite/PrintSelect.aspx) 2. Custom Invoke URL widget PrintSelect.aspx: <%@ Page Language="C#" AutoEventWireup="true" CodeFile="PrintSelect.aspx

Re: [mapguide-users] Display Historival value assigned to a polygon

2018-01-04 Thread RenoSun
I have been using spatial views with by editing the Configuration Document of the database data connection, and it works with SQL Server 2008 and 2016... Also, the version of the Maestro may cause the problems too. I am using AIMS 2017 with Maestro 6.0m7 without error messages when I am trying to

Re: [mapguide-users] Map Switch, Base Layer groups issue

2018-01-09 Thread RenoSun
Firstly, I am using Fusion turquoiseyellow template using fusionSF.js. I modified index.html, and fusionSF.js to achieve my goal. Under window.onload = function () { //if it is first time load fusion Fusion.initializeLocale(); //need to call this first if String.Transl

  1   2   >