summaryrefslogtreecommitdiff
path: root/src/map/raster_tile_data.cpp
Commit message (Expand)AuthorAgeFilesLines
* pass Tile::ID by const refartemp2014-10-301-1/+1
* store glyphAtlas by value in Map object, pass by refartemp2014-10-291-1/+1
* gcc fixesKonstantin Käfer2014-10-231-2/+2
* make SourceInfo object noncopyable and use a shared_pointer for itKonstantin Käfer2014-09-241-1/+1
* use util::ptr as a wrapper around std::shared_ptr that asserts nonemptinessKonstantin Käfer2014-09-241-2/+2
* VICTORYLauren Budorick2014-08-111-2/+2
* rm rasterize_properties, should be close to working...doesn't workLauren Budorick2014-08-111-1/+1
* Eliminate warningsJohn Firebaugh2014-08-071-1/+1
* pass SourceInfo object to TileData so that we can not skip buckets that appea...Konstantin Käfer2014-07-171-2/+2
* rename llmr => mbglKonstantin Käfer2014-07-161-4/+4
* saving current stateKonstantin Käfer2014-06-231-4/+4
* only paint layer if it has dataKonstantin Käfer2014-05-121-0/+4
* Calculate clip IDs with a huffman prefix treeKonstantin Käfer2014-05-091-0/+30