Re: [mapguide-users] Trouble after 2014 to 2017 migration

2020-03-03 Thread stephsk09
Thanks,
it seems to work now.

Is there any guide of list of change to make during this king of migration?

Steph.



--
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] Trouble after 2014 to 2017 migration

2020-03-03 Thread Jackie Ng
Call map.Save() without parameters.

When changing your code to "new MgMap(siteconnection)" it also means in
tandem that you should:

 a) Change all calls to map.Open() to just pass the map name (no need to
pass resource service)
 b) Change all calls to map.Create() to just pass the map name (no need to
pass resource service)
 c) Change all calls to map.Save() without passing any parameters (no need
to pass resource service)

- 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 selection panel settings

2020-03-03 Thread Jackie Ng
None of the extension properties are currently recognized by
mapguide-react-layout.

The only way is to produce your own viewer bundle with the npm module and
register a custom selection panel that renders the base SelectionPanel with
a custom selected feature render function (ref:
https://github.com/jumpinjackie/mapguide-react-layout/blob/master/src/components/selection-panel.tsx#L66).

- 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] Adding a LOGO - Company credits Top Bar

2020-03-03 Thread Jackie Ng
There is no notion of a logo "widget". You'll have to manually edit the HTML
of your specific template to put the logo in yourself.

- 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