hholzgra / ocitysmap

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

Limit number of index category entries #47

Open hholzgra opened 2 years ago

hholzgra commented 2 years ago

When rendering large map areas the index can be flooded with entries, by setting max. limits we can prevent the index from becoming unusable

A better solution would probably be changing the index entry selection by zoom level (Issue #45), but for now this approach acts as an easier to implement workaround.