summaryrefslogtreecommitdiff
path: root/src/map/vector_tile.cpp
Commit message (Expand)AuthorAgeFilesLines
* make most headers privateKonstantin Käfer2014-12-041-214/+0
* Implement v6 filtersJohn Firebaugh2014-11-041-110/+21
* fix variable shadowingKonstantin Käfer2014-10-221-6/+6
* remove trailing whitespaceKonstantin Käfer2014-08-121-1/+1
* rename llmr => mbglKonstantin Käfer2014-07-161-6/+6
* separate comparisons and expressionsKonstantin Käfer2014-07-161-0/+2
* add more comparison testsKonstantin Käfer2014-07-161-4/+3
* switch to GeoJSON-style geometry type namesKonstantin Käfer2014-07-091-1/+1
* cleanupKonstantin Käfer2014-06-261-1/+0
* add filter expressionsKonstantin Käfer2014-06-261-76/+123
* saving current stateKonstantin Käfer2014-06-231-8/+9
* add explicit true type == "no filter"Konstantin Käfer2014-06-021-1/+3
* move both variant options to recursive_wrapperKonstantin Käfer2014-06-021-2/+2
* implement nested expression parsingKonstantin Käfer2014-06-021-10/+19
* simple expression supportKonstantin Käfer2014-06-021-51/+80
* Remove VectorTileGlyph, VectorTileFace, IndexedFaces, Faces and glyph related...Young Hahn2014-05-291-119/+0
* rename point => iconKonstantin Käfer2014-05-151-1/+1
* remove debug code and use unary visitor directlyKonstantin Käfer2014-05-081-11/+1
* make sure we're not converting too relaxedlyKonstantin Käfer2014-05-081-1/+9
* squashed stylequest mergeJustin R. Miller2014-05-071-9/+3
* refs #159: fix bug with filtering on numeric layer valuesJustin R. Miller2014-05-021-3/+7
* cleanup + unused argumentsKonstantin Käfer2014-04-161-1/+1
* port remainder of the the placement algorithmKonstantin Käfer2014-03-191-16/+12
* use feature_type to distinguish between geometry type and bucket typeKonstantin Käfer2014-03-141-2/+2
* parse feature objects so that we can access all tagsKonstantin Käfer2014-03-141-0/+62
* parse label shapingKonstantin Käfer2014-03-141-4/+67
* parse facesKonstantin Käfer2014-03-141-0/+62
* Merge branch 'variant'Konstantin Käfer2014-03-111-2/+2
|\
| * custom variant type (replaces boost::variant and removes boost dependency alt...artemp2014-02-121-2/+2
* | make implicit type conversions explicitKonstantin Käfer2014-02-211-2/+2
|/
* add <algorithm> headersKonstantin Käfer2014-02-041-0/+1
* compile fixes on ubuntu precise/g++-4.8 - refs #27Dane Springmeyer2014-02-031-1/+1
* create async() functionKonstantin Käfer2014-01-311-0/+1
* change coordinate to use null structKonstantin Käfer2014-01-281-5/+0
* create line geometryKonstantin Käfer2014-01-281-16/+5
* move vector tile parsing to separate class + iteratorsKonstantin Käfer2014-01-281-0/+169