ThinkGeo.com    |     Documentation    |     Premium Support

Ability to set properties of Scale bar

Hi,



In other GIS application you have the ability to show a certain distance as part of a scale bar, for example showing a 5km distance, this would then create a scale bar showing the 5km distance, with potential breaks showing 2.5km and 1km distance. Also, the ability to change the scale bar between Miles, KM, Metres and Feet and selecting two together such as KM and Miles - is this possible?



Regards,

Shahin



Hi Shahin, 
  
 If you only want to show two units together, maybe you can choose ScaleLine, we have a public enum named: ScaleLineUnitSystem, you can find some static part there. For scale bar, you can set UnitFamily for change the display unit, the enum named: UnitSystem.  
  
 It looks for now we don’t support set static display unit, maybe you can try to implement that by override DrawCore function, but I think this task should be not easy. Set static value is the same. 
  
 Regards, 
  
 Don