summaryrefslogtreecommitdiff
path: root/src/map
Commit message (Expand)AuthorAgeFilesLines
* rename llmr => mbglKonstantin Käfer2014-07-1611-101/+101
* separate comparisons and expressionsKonstantin Käfer2014-07-161-0/+2
* add more comparison testsKonstantin Käfer2014-07-161-4/+3
* refs #342 & #346: per-map change callbacksJustin R. Miller2014-07-162-25/+27
* Merge branch 'master' of github.com:mapbox/mapbox-gl-nativeJustin R. Miller2014-07-152-4/+8
|\
| * add icon render testKonstantin Käfer2014-07-152-4/+8
* | allow for delayed map notifications during animationsJustin R. Miller2014-07-151-3/+6
|/
* flesh out 'will change region' notificationsJustin R. Miller2014-07-151-0/+12
* don't initialize sources multiple timesKonstantin Käfer2014-07-141-14/+38
* move std::erase_if => util::erase_ifKonstantin Käfer2014-07-142-2/+3
* add forward-declared Source shared_ptr to style_bucketMike Morris2014-07-111-5/+4
* Merge branch 'master' into stylesourceMike Morris2014-07-101-4/+0
|\
| * remove duplicate setAppliedClasses functionKonstantin Käfer2014-07-101-4/+0
* | break out StyleSource from Source, move getActiveSources andMike Morris2014-07-102-8/+43
* | move sprite class to map directoryMike Morris2014-07-102-1/+119
|/
* change line width and add line-width testKonstantin Käfer2014-07-101-1/+1
* Merge branch 'master' into access_tokenKonstantin Käfer2014-07-104-14/+18
|\
| * move render type to layer top levelKonstantin Käfer2014-07-092-8/+8
| * switch to GeoJSON-style geometry type namesKonstantin Käfer2014-07-091-1/+1
| * replace {{token}} with {token}, and %d/%d/%d with {z}/{x}/{y}Konstantin Käfer2014-07-091-5/+9
* | move to per-map access tokenJustin R. Miller2014-07-092-14/+16
* | Merge branch 'master' into access_tokenJustin R. Miller2014-07-091-13/+0
|\ \ | |/
| * fix automated headless testing on travisKonstantin Käfer2014-07-091-13/+0
* | Use API v4 and access tokensJohn Firebaugh2014-07-081-1/+10
|/
* Merge branch 'master' of https://github.com/mapbox/mapbox-gl-nativeKonstantin Käfer2014-07-073-6/+30
|\
| * native-side map change notificationsJustin R. Miller2014-07-031-4/+14
| * Merge branch 'master' of github.com:mapbox/llmr-nativeJustin R. Miller2014-07-031-2/+12
| |\
| | * Support for text-transformJohn Firebaugh2014-07-031-2/+12
| * | re-add setAppliedClasses() to styleJustin R. Miller2014-07-031-0/+4
| |/
* | add applied classes apiKonstantin Käfer2014-07-031-0/+8
|/
* show layer name that is failingKonstantin Käfer2014-07-021-1/+1
* load glyphset url from stylesheetKonstantin Käfer2014-07-023-3/+17
* read sprite image from styleKonstantin Käfer2014-07-021-2/+3
* make transitions work properlyKonstantin Käfer2014-07-011-0/+3
* add interpolationKonstantin Käfer2014-06-301-1/+1
* move StyleLayerGroup and PropertyTransition to their own filesKonstantin Käfer2014-06-302-27/+11
* make more members of StyleLayer constKonstantin Käfer2014-06-271-1/+1
* more docs + remove StyleLayer::Ptr typedefKonstantin Käfer2014-06-271-2/+2
* even more refactoringKonstantin Käfer2014-06-275-282/+7
* rename time => timestamp to avoid naming conflictsKonstantin Käfer2014-06-271-19/+19
* cleanupKonstantin Käfer2014-06-261-1/+0
* add filter expressionsKonstantin Käfer2014-06-264-90/+411
* remove debug statementsKonstantin Käfer2014-06-241-5/+0
* get applied classesKonstantin Käfer2014-06-241-4/+4
* fix exit crash due to forced loop stopKonstantin Käfer2014-06-241-8/+7
* saving current stateKonstantin Käfer2014-06-236-296/+245
* separate bucket render properties and change namingKonstantin Käfer2014-06-161-12/+33
* unifiy constants in one place, and allow local overrideKonstantin Käfer2014-06-041-1/+1
* separate out token replacer as a standalone function in preparation for #300Konstantin Käfer2014-06-041-31/+3
* skip background layer earlyKonstantin Käfer2014-06-041-4/+6