3 | | The reason we have a null map extent is because when we initialize an MgMap from a Map Definition that links to a tile set, if both coordinate systems are the same, we are forgetting to set the map/data extents and center members, which results in a null map extent when retrieved |
| 3 | The reason we have a null map extent is because when we initialize an MgMap from a Map Definition that links to a tile set, if both coordinate systems are the same, we are forgetting to set the map/data extents and center members, which results in a null map extent when retrieved. |
| 4 | |
| 5 | The AJAX viewers tries to set up the initial view based on the extent of the map, which given it is null in this case causes the viewer loading to fail. |