Re: [mapguide-users] How to use API (get selection geom) on Remote Server using a GETRUNTIMEMAP session ID?

2015-10-22 Thread Hans Milling
I never worked with the REST API, even though I wish at some point I could ditch the API and use OpenLayers3 with REST for our WebGIS solution. Best Regards Hans Milling... -- View this message in context: http://osgeo-org.1560.x6.nabble.com/How-to-use-API-get-selection-geom-on-Remote-Server

Re: [mapguide-users] Getting Selection Geometry on Remote machine FCGI/REST OR API ANYONE?

2015-10-22 Thread Scott Hameister
That's why I wondered if a flag/setting could be possible. I absolutely Love the REST calls..thanks so much for all your work. I will share my cross-domain (cors) .net callables from JavaScript when I am done. On Oct 22, 2015 10:53 PM, "Scott Hameister" wrote: > Makes sense. It's the concept of s

Re: [mapguide-users] Getting Selection Geometry on Remote machine FCGI/REST OR API ANYONE?

2015-10-22 Thread Scott Hameister
Makes sense. It's the concept of selection for immediate buffer..and selection against another selection that raises my point..its rapid enough however to go the steps..thanks JN On Oct 22, 2015 10:46 PM, "Jackie Ng" wrote: > Only bboxes are ever returned for each feature in the standard > QUERYM

Re: [mapguide-users] Getting Selection Geometry on Remote machine FCGI/REST OR API ANYONE?

2015-10-22 Thread Jackie Ng
Only bboxes are ever returned for each feature in the standard QUERYMAPFEATURES so that the "zoom to selection" feature in both AJAX and Fusion viewers can work. The reason geometries are not returned is there is no guarantee that the selected feature is of reasonable geometric size. Selections ha

Re: [mapguide-users] Getting Selection Geometry on Remote machine FCGI/REST OR API ANYONE?

2015-10-22 Thread Scott Hameister
Thank you so much Jackie... I finally have an aspx class that can be called by jquery etc that can get runtime map and make selection(put) on the rest service across domains...one I get it to do the geometry collection I will post it I noticed that unless a map image has been requested that select

Re: [mapguide-users] Search Widget Highlights but layer is still off

2015-10-22 Thread Jackie Ng
Hi Gordon, I've noticed you've offered several fusion fixes like this in the past. Can you provide svn diff patches for these changes? It will make it easier for me to integrate into Fusion proper. - Jackie -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Search-Widget-Hi

Re: [mapguide-users] Getting Selection Geometry on Remote machine FCGI/REST OR API ANYONE?

2015-10-22 Thread Jackie Ng
For mapguide-rest, do a GET on /rest/session/:sessionId/:mapName.Selection/features.[geojson|xml|html]/:layerName - Jackie -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Getting-Selection-Geometry-on-Remote-machine-FCGI-REST-OR-API-ANYONE-tp5231754p5232079.html Sent fro

Re: [mapguide-users] Mapguide 2.6 and 3.0 Can't run Mapadmin or mapagent?

2015-10-22 Thread Scott Hameister
Thanks Mark...I got swamped and never corrected..I had to repoint the php handler in IIS to the right one...no clue how it would have gotten repointed between versions though On Oct 22, 2015 7:07 PM, "Mark Volz (LeapCAD)" wrote: > Hi, > > Have you confirmed that php & the Mapguide/php integration

Re: [mapguide-users] Mapguide 2.6 and 3.0 Can't run Mapadmin or mapagent?

2015-10-22 Thread Mark Volz (LeapCAD)
Hi, Have you confirmed that php & the Mapguide/php integration has been configured correctly on IIS. The simplest way of doing this is to create a php file in the www folder of your mapguide installation that contains the following code; Once that has been created op http://localhost/mapguide

[mapguide-users] Mapguide 2.6 and 3.0 Can't run Mapadmin or mapagent?

2015-10-22 Thread Flipper
I uninstalled mapguide 2.5.2 and installed mapguide 2.6 and couldn't get Mapadmin or mapagent to run. Maestro Cannot connect to either Mapadmin or mapagent. The mapadmin page just chugs and never comes up. Also tried a fresh install of mapguide 2.6...same thing. In each case I did an unstall of pri

Re: [mapguide-users] How to use API (get selection geom) on Remote Server using a GETRUNTIMEMAP session ID?

2015-10-22 Thread Flipper
Thanks Hans, I had actually abandoned everything for the REST service. But got stuck on the Make Selection and PUT aspects and my requests for help have gone unanswered so I appreciate this allot. I will now revisit using the Maestro SDK although I really did like the idea of using the REST service

Re: [mapguide-users] How to use API (get selection geom) on Remote Server using a GETRUNTIMEMAP session ID?

2015-10-22 Thread Hans Milling
This is how I would query a layer on a remote MapGuide server (I've cut bits and pieces fom my source): Best regards Hans Milling... -- View this message in context: http://osgeo-org.1560.x6.nabble.com/How-to-use-API-get-selection-geom-on-Remote-Server-using-a-GETRUNTIMEMAP-session-ID-tp52