OsmSharp / ui

The UI components.
http://osmsharp.com/
GNU General Public License v2.0
139 stars 91 forks source link

Overlapping labels and icons #254

Open TomQv opened 9 years ago

TomQv commented 9 years ago

Please add a filter to avoid overlapping labels and icons when rendering the map. Can be done with a list of rectangles of all labels and icons in map. Each new text or icon must be checked against all existing rects for intersection before rendering.

Tom