#2872 closed defect (fixed)

"Open any map or tile set" sample app fails to load a Map Definition that links to a XYZ tileset

Reported by: jng Owned by: jng
Priority: low Milestone: 4.0
Component: Samples Version:
Severity: trivial Keywords:
Cc: External ID:

Description

This kind of map def is definitely possible to open. We just need to do the same thing as:

https://github.com/jumpinjackie/mapguide-react-layout/issues/1461

Change History (1)

comment:1 by jng, 11 months ago

Resolution: fixed
Status: assignedclosed

In 10051:

The problem with the "Open any map or tile set" sample was not actually in the code, it was in the SheboyganXYZ tileset we're trying to load. It had extents in LL84 coordinates instead of Web Mercator. The extents on this tileset has been fixed to match expected coordinates.

Fixes #2872

Note: See TracTickets for help on using tickets.