Hi @Ethan
I create a MapSuite control, when i use xmal to create it and set CurrentExtent MapControl.CurrentExtent = new RectangleShape(73.0476, 53.804,135.4417, 17.7516). it’s show fine.
but when i create it use background code like this
MapControl = new WpfMap();
MapControl.MapUnit = GeographyUnit.DecimalDegree;
MapControl.CurrentExtent = new RectangleShape(73.0476, 53.804,135.4417, 17.7516);
it’s show not fine.
Now i need create map control background,how can i do?
Regards,
ZhangMing