Re: [mapguide-users] mgTileSeeder Zoom Levels

2021-01-18 Thread Jackie Ng
I messed up how --specific-zoom-levels is setup.

Try this build:
https://ci.appveyor.com/api/buildjobs/xum4co5ub47il3o1/artifacts/artifacts%2FMgTileSeeder-win-x64-6.0.0.327.zip

- Jackie



--
Sent from: http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/mapguide-users


Re: [mapguide-users] React Layout - mount viewer

2021-01-18 Thread Jackie Ng
When the viewer mounts, it checks for any of the following query string
parameters during init:

https://github.com/jumpinjackie/mapguide-react-layout/blob/master/src/containers/url-state.ts#L7

If you provided "session" it will use that value as the session id.
If you provided "resource" it will fetch that app def content pointed by
that resource id and [create or restore] the runtime map inferred by the
name of the referenced map definition.

All other query string parameters on that list are to init/re-establish the
current view and toggled layers/groups of the active map.

This is how the viewer can "survive" a F5 browser refresh. All relevant
state is pushed into the URL through these query string parameters and that
is the first place the viewer will look when deciding how to init itself.

- Jackie



--
Sent from: http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/mapguide-users