Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [all] Rationalize annotation API | John Firebaugh | 2016-06-01 | 1 | -45/+40 | |
| | ||||||
* | [core] AnnotationTileLayer vends its own name (#5163) | Minh Nguyễn | 2016-05-26 | 1 | -1/+1 | |
| | | | Fixes #5159. | |||||
* | [core] move *Observers to their own files | Konstantin Käfer | 2016-05-23 | 1 | -0/+1 | |
| | ||||||
* | [core] move TileData and dependents to new *TileID classes | Konstantin Käfer | 2016-05-10 | 1 | -3/+3 | |
| | ||||||
* | [core] Adopt a strict naming convention for style properties | John Firebaugh | 2016-04-21 | 1 | -2/+2 | |
| | | | | This will allow code to be generated from the style specification. | |||||
* | [core] Add support for updating point annotations | Gabriel Miklós | 2016-02-12 | 1 | -0/+10 | |
| | ||||||
* | [core] Remove unused | John Firebaugh | 2016-02-02 | 1 | -14/+0 | |
| | ||||||
* | [core] bump sprite atlas to 1024x1024 | Ansis Brammanis | 2016-01-26 | 1 | -1/+1 | |
| | ||||||
* | [core][ios][osx][android] make SpriteImage accept PremultipliedImage | Ansis Brammanis | 2016-01-19 | 1 | -1/+1 | |
| | | | | | | | | | | | | the SpriteImage constructor signature changes from SpriteImage( uint16_t width, uint16_t height, float pixelRatio, std::string&& data, bool sdf = false); to SpriteImage(PremultipliedImage&&, float pixelRatio, bool sdf = false) | |||||
* | [core] tileSize is a source property, not a TileJSON property | John Firebaugh | 2016-01-15 | 1 | -1/+1 | |
| | ||||||
* | [core] move SourceInfo parsing to StyleParser | Konstantin Käfer | 2016-01-13 | 1 | -1/+1 | |
| | ||||||
* | [core] move invariant Source ID from SourceInfo to Source | Konstantin Käfer | 2016-01-13 | 1 | -2/+1 | |
| | ||||||
* | [core] move invariant SourceType from SourceInfo to Source | Konstantin Käfer | 2016-01-13 | 1 | -2/+1 | |
| | ||||||
* | 2210: Sprites can be removed / updated correctly | Romain Quidet | 2015-12-15 | 1 | -0/+5 | |
| | ||||||
* | [core] Replace StyleLayerType with RTTI | John Firebaugh | 2015-12-07 | 1 | -2/+0 | |
| | ||||||
* | [core] add namespace comment to closing brace | Konstantin Käfer | 2015-12-03 | 1 | -1/+1 | |
| | ||||||
* | [core] Map::setSprite ⇢ Map::addAnnotationIcon | John Firebaugh | 2015-12-01 | 1 | -2/+2 | |
| | | | | Fixes #3084 | |||||
* | [core] Use a separate atlas and store for annotation sprites | Adam Hunter | 2015-12-01 | 1 | -1/+16 | |
| | | | | Fixes #1488 | |||||
* | Partially revert "[core] Source should receive a ref to MapData just once" | John Firebaugh | 2015-12-01 | 1 | -4/+2 | |
| | | | | This partially reverts commit d55aa7929cb10d40a58b6b7a8ed73bddd4f0a407. | |||||
* | [core] Source should receive a ref to MapData just once | Bruno de Oliveira Abinader | 2015-11-27 | 1 | -2/+4 | |
| | ||||||
* | [core] Fix LatLngBounds default coordinates | Bruno de Oliveira Abinader | 2015-11-18 | 1 | -1/+1 | |
| | | | | | | | | | LatLngBounds southwest and northeast coordinate points were inverted, so they could be extended via LatLngBounds::extend(). However, this looks confusing and error-prone. A static LatLngBounds::getExtendable() is added to address cases when we want to extend LatLngBounds. | |||||
* | [core] Eliminate use of ClassProperties for layout | John Firebaugh | 2015-11-10 | 1 | -2/+2 | |
| | ||||||
* | [core] Simplify Function | John Firebaugh | 2015-11-06 | 1 | -2/+2 | |
| | ||||||
* | [core] Don't crash when removing a shape annotation whose layer was never ↵ | John Firebaugh | 2015-10-30 | 1 | -1/+3 | |
| | | | | created | |||||
* | [core] Eliminate StyleBucket | John Firebaugh | 2015-10-30 | 1 | -7/+4 | |
| | ||||||
* | [core] Monitor annotation tiles, rather than completely invalidating them | John Firebaugh | 2015-10-30 | 1 | -1/+13 | |
| | | | | Fixes #1688 | |||||
* | [core] Workaround for #2808 | John Firebaugh | 2015-10-28 | 1 | -0/+3 | |
| | ||||||
* | [core] Extract PaintPropertiesMap | John Firebaugh | 2015-10-26 | 1 | -1/+0 | |
| | ||||||
* | [core] Introduce StyleLayer subclasses | John Firebaugh | 2015-10-22 | 1 | -13/+12 | |
| | ||||||
* | [core] Remove shape layers from the style (fixes #2405) | John Firebaugh | 2015-10-20 | 1 | -1/+6 | |
| | ||||||
* | [core] Annotation refactor | John Firebaugh | 2015-10-20 | 1 | -471/+66 | |
| | ||||||
* | Rewrite annotation invalidation strategy | John Firebaugh | 2015-09-28 | 1 | -88/+62 | |
| | | | | | | | | | | | | | | | | First, move style mutation code out of StyleParser and into AnnotationManager, coalescing it with the mutation code for shape layers. Second, allow AnnotationManager to keep track of stale tiles entirely internally. There's no reason to pass sets of TileIDs around. Third, correct the logic for invalidating the shape source. Since AnnotationManager does not track shape invalidations on a tile-by-tile basis, don't try to invalidate the shape source tile-by-tile. Fixes #1675 Fixes #2322 Fixes #2095 | |||||
* | Move updateAnnotationTiles[IfNeeded] to AnnotationManager | John Firebaugh | 2015-09-28 | 1 | -15/+88 | |
| | ||||||
* | map/annotation.* ⇢ annotation/annotation_manager.* | John Firebaugh | 2015-09-28 | 1 | -0/+496 | |