Revision b532c4b...

Go back to digest for 4th August 2013

Optimization in Educational

Thibaut Gridel committed changes in [marble] src/lib/PlacemarkLayout.cpp:

PlacemarkLayout: optimise for label-less placemarks

roomForLabel is indeed the culprit:
- it didn't scale as it wrongly iterated all placemarks
- it isn't needed once we know a placemark doesn't have text

File Changes

Modified 1 files
  • src/lib/PlacemarkLayout.cpp
1 files changed in total