summaryrefslogtreecommitdiff
path: root/src/mbgl/util/intersection_tests.hpp
Commit message (Collapse)AuthorAgeFilesLines
* [core] Added util::polygonIntersectsPolygonBruno de Oliveira Abinader2016-10-251-0/+1
|
* [core] No need for feature querying to support multipolygonsJohn Firebaugh2016-10-111-3/+3
|
* [tidy] Check llvm-namespace-commentBruno de Oliveira Abinader2016-06-131-1/+1
| | | | Ref: http://clang.llvm.org/extra/clang-tidy/checks/llvm-namespace-comment.html
* [core] *Tile ↔ *TileDataJohn Firebaugh2016-06-131-1/+1
| | | | Tile is now the main base class; RasterTile, VectorTile, etc are its subclasses. GeometryTileData and its subclasses form the piece that's passed to the worker.
* [core] use #pragma once instead of ifdef include guardsKonstantin Käfer2016-05-251-4/+1
|
* [core] implement queryRenderedFeaturesAnsis Brammanis2016-04-291-0/+16