Select to view content in your preferred language

MGRS Grid -- Missing Labels

2455
0
05-21-2014 12:45 PM
Labels (1)
DanielBracey
New Contributor
Hello,

I am trying to display an MGRS Grid on top of an ESRI Map (specifically an ArcGISTiledMapServiceLayer) with the WPF SDK version 10.2.2. The documentation says that this should be as simple as:

this.MainMap.MapGrid = new MgrsMapGrid();


This definitely works, and I see an MGRS grid, and the grid auto-updates as the zoom level changes. However, I am only able to see the grid box labels on the first two "levels" of the grid (the red level and the light blue level) the inner green, blue and orange layers display no label. If I look at the MapGridLevel objects associated with the grid object, I see that all of the levels have the "AreLabelsVisible" property set to true, so I'm not sure what's up...

Any thoughts/suggestions?

Thanks

-- Dan
0 Kudos
0 Replies