summaryrefslogtreecommitdiff
path: root/src/map
Commit message (Expand)AuthorAgeFilesLines
* float[16] => std::array<float, 16>Konstantin Käfer2014-01-291-8/+8
* add matteKonstantin Käfer2014-01-291-0/+2
* parse line width function and call tile destructor from main threadKonstantin Käfer2014-01-291-0/+11
* make line drawing workKonstantin Käfer2014-01-291-4/+4
* buggy line supportKonstantin Käfer2014-01-282-11/+6
* change coordinate to use null structKonstantin Käfer2014-01-281-5/+0
* create line geometryKonstantin Käfer2014-01-282-18/+7
* rename stroke=>line, add line painter classesKonstantin Käfer2014-01-281-20/+21
* move vector tile parsing to separate class + iteratorsKonstantin Käfer2014-01-282-121/+189
* add LineBuffer and change DebugFontBuffer namingKonstantin Käfer2014-01-281-3/+3
* cascade stylesKonstantin Käfer2014-01-272-2/+5
* draw fills according to the styleKonstantin Käfer2014-01-272-30/+149
* pass style into painterKonstantin Käfer2014-01-231-1/+1
* add style objectKonstantin Käfer2014-01-231-0/+6
* do not use shared pointers for bucketsKonstantin Käfer2014-01-231-1/+1
* move to layer systemKonstantin Käfer2014-01-232-148/+47
* render shapes, but only the first one is drawn?Konstantin Käfer2014-01-221-0/+2
* fill drawingKonstantin Käfer2014-01-221-11/+129
* move pbf parsing to use exceptionsKonstantin Käfer2014-01-211-14/+12
* make it work on retina screensKonstantin Käfer2014-01-211-1/+3
* tile => TileKonstantin Käfer2014-01-202-41/+41
* transform => TransformKonstantin Käfer2014-01-202-44/+43
* painter => PainterKonstantin Käfer2014-01-201-4/+4
* rename map => MapKonstantin Käfer2014-01-201-20/+20
* rename settings => SettingsKonstantin Käfer2014-01-201-19/+19
* rename + move to c++Konstantin Käfer2014-01-203-10/+9
* remove unused codeKonstantin Käfer2014-01-171-23/+0
* move geometry reader to header fileKonstantin Käfer2014-01-172-251/+9
* renderer cleanupKonstantin Käfer2014-01-171-2/+0
* animate northingKonstantin Käfer2014-01-172-7/+23
* allow toggling debug mode with tabKonstantin Käfer2014-01-161-1/+1
* show tile numbersKonstantin Käfer2014-01-162-0/+7
* sort tiles high zoom => low zoom levelKonstantin Käfer2014-01-161-0/+5
* fix wiggle at high zoomsKonstantin Käfer2014-01-161-2/+1
* make bundle on mac os x and persist settingsKonstantin Käfer2014-01-162-23/+61
* add keyboard shortcuts for resetting positionKonstantin Käfer2014-01-161-0/+13
* change retain algorithm to be the same as in jsKonstantin Käfer2014-01-152-27/+77
* retain child tilesKonstantin Käfer2014-01-153-61/+133
* fix runtime errorsKonstantin Käfer2014-01-144-63/+110
* cmake + tile loadingKonstantin Käfer2014-01-134-40/+186
* copy rotation behavior from js versionKonstantin Käfer2014-01-092-5/+29
* rotation supportKonstantin Käfer2014-01-082-10/+38
* calculate proper tile positionKonstantin Käfer2014-01-083-36/+118
* emscripten supportKonstantin Käfer2014-01-072-8/+9
* glfw version of sample appKonstantin Käfer2014-01-074-0/+401