in older versions of PTV based mapping interfaces there used to be a map scale on the bottom of the map. Now some players asked me where they could switch the visualization of the scale (on/off). The answer to that question is "that depends on the framework you use".
And here's why: through the years the visualization of mapping interfaces performed an evolution
- from "single tile with control size"
- to "multiple background tiles + global foreground layers" (both approaches had to deal with the non stable rendering)
- and finally to a "multiple background tiles" (possible because we implemented stable rendering in xMap2)
- whether you want to display the scale or not (depends on the min/max latitude)
- what scale to apply (based on the latitude of your choice)
Bernd