Re: [mapguide-users] Set selection color using MaestroAPI 6

2017-06-14 Thread Hans Milling
Hi Joel Edwin Please do not hijack another thread. If you have a question, you should create a new thread, or else your question could get lost in the original thread. Best regards Hans Milling... -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Set-selection-color-using

Re: [mapguide-users] Set selection color using MaestroAPI 6

2017-06-13 Thread Jackie Ng
Please be more specific about what you mean by loading a shapefile. Did you create a Feature Source using the SHP provider? If so, did you add your SHP file and its dbf/prj/shx/etc files and marked the SHP file as the active file? At this point, you should have a valid SHP feature source, which

Re: [mapguide-users] Set selection color using MaestroAPI 6

2017-06-09 Thread Joel Edwin
am still getting a difficultness in configuring map guide maestro,i have already downloaded the software and installed it into my computer but when i try to load shapefile that i created from an arc gis ,it does not respond,any one who is aware of this so that i can get an assistance On Tue, Jun 6

Re: [mapguide-users] Set selection color using MaestroAPI 6

2017-06-06 Thread Hans Milling
It works now. Using parameters VERSION=2.0.0 and BEHAVIOR=7 and of course the SELECTIONCOLOR attribute. Thanks for your assistance Jackie. -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Set-selection-color-using-MaestroAPI-6-tp5322623p5323179.html Sent from the MapGuide

Re: [mapguide-users] Set selection color using MaestroAPI 6

2017-06-06 Thread Jackie Ng
I totally misread your question (I thought you were referring to GETMAPIMAGE) You need to prefix the SELECTIONCOLOR with "0x" as indicated here: https://trac.osgeo.org/mapguide/wiki/HttpApi/RenderingService#GetDynamicMapOverlayImage2.1 - Jackie -- View this message in context: http://osgeo-o

Re: [mapguide-users] Set selection color using MaestroAPI 6

2017-06-05 Thread Hans Milling
Hi Jackie If I set version to 3.0.0 MapGuide 3.1 returns: The requested operation version is invalid. The requested operation version is invalid. - MgHttpGetDynamicMapOverlayImage.Execute() line 122 file c:\working\build_area\mapguide\3.1.0\x64\mgdev\web\src\httphandler\HttpGetDynamicMapOverlayIm

Re: [mapguide-users] Set selection color using MaestroAPI 6

2017-06-02 Thread Jackie Ng
Change the VERSION to 3.0.0 - Jackie -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Set-selection-color-using-MaestroAPI-6-tp5322623p5322833.html Sent from the MapGuide Users mailing list archive at Nabble.com. ___ mapguide-user

Re: [mapguide-users] Set selection color using MaestroAPI 6

2017-06-02 Thread Hans Milling
Hi Jackie I cannot get the selection color to change. This is the request from OpenLayers to MapGuide: http://localhost/mapguide31/mapagent/mapagent.fcgi?session=a273e482-4798-11e7-8000-0a00270a_en_MTI3LjAuMC4x0B100B0F0B0E&mapname=testmap_Selection&operation=GETDYNAMICMAPOVERLAYIMAGE&format=PN

Re: [mapguide-users] Set selection color using MaestroAPI 6

2017-06-02 Thread Jackie Ng
I'm a bit confused by your question. RFC148 was implemented for MGOS 3.0, so custom selection color for GETMAPIMAGE should be supported in every version since. ... Unless you saw the RFC148 link from the RFCs landing page, which erroneously listed the RFC as still in draft (it's not). I've update

Re: [mapguide-users] Set selection color using MaestroAPI 6

2017-06-02 Thread Hans Milling
Any change that the RFC148 (that GETMAPIMAGE) will support SELECTIONCOLOR attribute is ported to MGOS 3.1? That would be great as the openlayers implementation can easily be modified to parse the selection color. -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Set-selection

Re: [mapguide-users] Set selection color using MaestroAPI 6

2017-06-02 Thread Jackie Ng
I think RenderRuntimeMap just needs to be extended to take a selection color. The only catch is if HTTP provider is connected to a < 3.0 MG server, if a custom selection color is passed in, we need to either make it throw NotSupportedException or just ignore the selection color as RFC148 (custom s