hholzgra / ocitysmap

Fork of ocitysmap repository at savannah.nongnu.org
Other
35 stars 12 forks source link

Skip UTM lines when they get too close #86

Closed hholzgra closed 1 year ago

hholzgra commented 1 year ago

Right now the UTM grid overlay draws one grid line every kilometer, on large maps that is way too dense.

The grid line distance should rather be determined dynamically, e.g. switching to every 10km, then every 100km, when lines come too close to each other. grid-too-dense

hholzgra commented 1 year ago

Now only shows every 10th, (or 100ths, 1000ths) kilometer line when things would get too packed:

thin-grid