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] mapguide-rest and React Viewer

2017-12-11 Thread BMason
Rest is installed with Mapguide 3.0 but when calling up a record from a tooltip I am getting an error: HTTP Error 500.19 -Internal Server Error.. the related configuration data for the page is invalid. Error code 0x8007000d which could be because the ApplicationHost.config file contains a

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

2017-12-10 Thread BMason
I am looking for procedures to install and configure REST with mapguide. thanks -- 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-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?