ThinkGeo Team,
Continuing to struggle with ThinkGeo Core. Discovering many little details are different than MapSuite.
Why is it that mapView.ZoomLevelSet is set to null in the Loaded Event? This was not the case in MapSuite and it presents issues for me and I’m sure for other developers as well.
While in VS DebugMode a breakpoint is set in the Loaded Event and the value is null.
If the mapView control is expanded then after the expansion ZoomLevelSet is now instantiated.
This is odd behavior and causes issues for me because my code accesses ZoomLevelSet in the Loaded Event prior to layers being loaded.
ZoomLevelSet appears to be set once mapView.CurrentExtent is set.
Would you change this so it behaves the same as MapSuite please?
Thanks,
Dennis