Changes between Version 1 and Version 2 of Ticket #2538


Ignore:
Timestamp:
Feb 18, 2015, 7:04:56 AM (9 years ago)
Author:
jng
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2538 – Description

    v1 v2  
    1 When attempting to view a Map Definition that is linked to a tile set in the AJAX Viewer, the viewer will fail to losd due to a null map extent.
     1When attempting to view a Map Definition that is linked to a tile set in the AJAX Viewer, the viewer will fail to load due to a null map extent.
    22
    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
     3The 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
     5The 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.