summaryrefslogtreecommitdiff
path: root/src/mbgl/text/check_max_angle.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [core] Coordinate is now GeometryCoordinateBruno de Oliveira Abinader2016-03-011-3/+6
| | | | | Also introduced GeometryCoordinates (vector of GeometryCoordinate items), to better cope with GeometryCollection.
* [core] improve text-max-angle checkAnsis Brammanis2016-01-201-2/+2
| | | | | | | | | Instead of using the absolute value of the sum of angles, use the sum of the absolute values of angles. This helps avoid labels on lines with sharp zig zags. for example, the "Central Campus Mall" label in issue #2998
* [core] add namespace comment to closing braceKonstantin Käfer2015-12-031-1/+1
|
* port checkMaxAngle from -jsAnsis Brammanis2015-04-011-0/+78