Discussion:
[mapguide-users] MapGuide Maestro 6.0M9 available
RenoSun
2018-05-10 16:48:04 UTC
Permalink
Thanks Jackie!



--
Sent from: http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html
BMason
2018-05-11 22:49:05 UTC
Permalink
Thanks Jackie, I have a few questions with regards to using
mapguide-react-layout,
1) can it run along side mapguide open source on the same server? or is
this not advisable?

2) Is it possible to edit data in a shapefile or SQLserver database?

3) Is it possible to digitize a point, line and polygon and save as a
shapefile or SQLserver database?

thanks again






--
Sent from: http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html
Jackie Ng
2018-05-14 13:50:33 UTC
Permalink
1) mapguide-react-layout is *just another map viewer*. Just drop it into
MapGuide's wwwroot and away you go.

2/3) If you know how to do this in the AJAX viewer , then it isn't that much
different with mapguide-react-layout. The APIs provided are nearly the same.

- Jackie



--
Sent from: http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html
BMason
2018-05-14 15:19:56 UTC
Permalink
Hi Jackie, is it possible to edit records using the selection panel?
Enhanced viewing of data using the view selection panel is great, but being
able to edit and add records would be even better. If this is possible,
could you provide a some screen shots with an example? thanks



--
Sent from: http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html
Jackie Ng
2018-05-15 09:24:02 UTC
Permalink
Out of the box? No. Selection Panel is purely for the display of selected
feature attributes in the general use case.

A simple solution would be to add a computed property to your feature class
which strings together the HTML for an "edit this feature" link and point it
to a URL to a edit form for the feature and then add a mount option (See:
https://github.com/jumpinjackie/mapguide-react-layout/issues/477#issuecomment-363116208)
to enable display of HTML content in the selection panel, which will show
your "edit this feature" link.

- Jackie



--
Sent from: http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html
Loading...