Re: [mapguide-users] funny characters in react-viewer

2019-10-10 Thread Jackie Ng
Are you using the debug version of the viewer bundle (viewer-debug.js) ?

If so, it's a known problem. Webpack screws up font icons somehow in debug
mode, but the rest of the functionality is not compromised.

- 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] Polygon object ordering

2019-10-10 Thread Jackie Ng
If your polygons come from a relational database, then you could just set up
a view that sorts your data by your desired columns and set up a layer off
of that.

Otherwise, you're out of luck. There's nothing in a Layer Definition to
define how data is to be ordered when rendering features from it.

- 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] Displaying Tile Set

2019-10-10 Thread Jackie Ng
Did you mix up your ${x}, ${y} and ${z} placeholders in your XYZ tileset URL
template? Z should never be receiving negative values.

- 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] MySQL Linestring or Polygon Selection Issues

2019-10-10 Thread Jackie Ng
Do you have a screenshot of what the selection looks like (relative to the
position of your mouse pointer where you clicked it)? I can't picture the
problem.

- 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