summaryrefslogtreecommitdiff
path: root/src/mbgl/text/check_max_angle.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [core] Don't use signed int type for anchor segmentupstream/alexshalamov_signed_to_unsigned_conversionAlexander Shalamov2019-12-051-6/+5
|
* [core] const-correctionJohn Firebaugh2017-03-021-1/+1
|
* [core] Fix whitespace; no need for explicit on multi-parameter constructorsJohn Firebaugh2017-03-021-5/+5
|
* [core] Use geometry.hpp's pointJohn Firebaugh2016-05-051-1/+1
|
* [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