Re: [mapguide-users] The customization story in mapguide-react-layout

2017-03-14 Thread Jackie Ng
In Chrome/Firefox dev tools, it should pick up the source map for viewer.js and you should get back a friendlier looking stack trace. Actually, if you want a friendlier dev experience, you should make an IIS virtual dir from /mapguide that points to the viewer directory of the git clone: eg.

Re: [mapguide-users] The customization story in mapguide-react-layout

2017-03-13 Thread Jamo
Hey Jackie, I'm completely new to the whole GIT pull request clone build thing (this could be painful). I think I've done this right but just want to check I've not messed something up. I've downloaded VSCode used gitgui to clone the master branch repository and installed yarn and node.js Next

[mapguide-users] The customization story in mapguide-react-layout

2017-03-07 Thread Jackie Ng
Hi All, I've been getting more questions lately about "How do I do X" with mapguide-react-layout. So I've written a blog post about what customization options are currently available and what to expect for upcoming releases on the customization/extensibility front.