summaryrefslogtreecommitdiff
path: root/src/map
Commit message (Expand)AuthorAgeFilesLines
* nonworking prerendering attemptsLauren Budorick2014-08-113-6/+24
* don't automatically move back to main threadKonstantin Käfer2014-08-111-2/+2
* use a file source object to abstract loading of resourcesKonstantin Käfer2014-08-081-0/+19
* use filesource object for loading all http stuffKonstantin Käfer2014-08-083-13/+18
* Eliminate warningsJohn Firebaugh2014-08-072-2/+2
* fix crash bug for styles that have no glyph url specifiedKonstantin Käfer2014-08-061-10/+2
* Merge branch 'master' into symbolsKonstantin Käfer2014-08-061-6/+4
|\
| * Remove roundingJohn Firebaugh2014-08-011-4/+4
| * Remove unusedJohn Firebaugh2014-07-311-2/+0
* | don't require the background layer to be named "background"Konstantin Käfer2014-08-051-1/+1
* | make sure to check the promiseKonstantin Käfer2014-08-051-2/+6
* | correctly calculate placement depthKonstantin Käfer2014-08-052-2/+3
* | update symbol placement to be more like jsKonstantin Käfer2014-08-042-2/+3
* | better warning messagesKonstantin Käfer2014-07-312-20/+16
* | move sprite to a use future loadingKonstantin Käfer2014-07-314-54/+81
* | merge text and icon buckets/stylesKonstantin Käfer2014-07-292-116/+11
|/
* reduce maxPlacementScaleKonstantin Käfer2014-07-231-1/+1
* more include what you useKonstantin Käfer2014-07-234-0/+7
* include what you useKonstantin Käfer2014-07-231-0/+3
* do not explicitly render matte; we already cleared the background with glClearKonstantin Käfer2014-07-221-2/+0
* Fix sprite->pos data raceJohn Firebaugh2014-07-211-7/+9
* Flip name and units and sign of rotation APIJohn Firebaugh2014-07-211-6/+9
* respect layer min/maxzoom, not source min/maxzoomKonstantin Käfer2014-07-171-2/+3
* skip rendering layer when min/max-zoom condition isn't metKonstantin Käfer2014-07-171-3/+14
* support fractional min/max-zoom valuesKonstantin Käfer2014-07-171-2/+2
* pass SourceInfo object to TileData so that we can not skip buckets that appea...Konstantin Käfer2014-07-175-21/+19
* refactor source information into SourceInfo objectKonstantin Käfer2014-07-172-29/+22
* skip bucket creation if it's out of rangeKonstantin Käfer2014-07-171-0/+5
* 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
|\ \ | |/