summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [core] Fix potential race condition crash in symbol querying..Chris Loer2018-03-292-8/+25
* [core] Fix potential race condition crash in symbol querying..Chris Loer2018-03-292-6/+8
* [core] Don't resolve tokens after evaluating a text-field or icon-image expre...John Firebaugh2018-03-221-2/+2
* [core] Double maximum label width by reducing glyph precision.Chris Loer2018-03-223-4/+4
* [core] Avoid flashing on pitched overzoomed tiles.Chris Loer2018-03-213-3/+12
* [core] don't hide icons if text is an empty stringAnsis Brammanis2018-03-191-3/+3
* [core] Update mapbox-gl-jsJohn Firebaugh2018-03-141-2/+8
* [core] Stringify expression syntax, not function syntaxJohn Firebaugh2018-03-141-125/+6
* [core] TileJSON conversion clamps bounds longitude to [-180,180], per specAsheem Mamoowala2018-03-091-0/+2
* [core] Add expression filter support (#11251)Lucas Wojciechowski2018-03-0910-12/+307
* [android] calculating camera's LatLng for bounds without map padding (#11410)Łukasz Paczos2018-03-081-1/+0
* Port fix for "at" expression off-by-1 error (#11375)Anand Thakker2018-03-021-4/+10
* Relax type checking for "length"John Firebaugh2018-03-013-7/+68
* Infer type assertions for objectJohn Firebaugh2018-03-011-1/+1
* [core] blacklist vao usage on mali t720 (sapphire 650)Ivo van Dongen2018-03-011-2/+9
* [core] check opengl error state after custom layer invocationsIvo van Dongen2018-03-011-3/+4
* [core] Implement Expression::serialize()Chris Loer2018-02-2810-23/+177
* [core] continue loading style even if we mutate itKonstantin Käfer2018-02-231-5/+0
* [core] Don't reuse heatmap render texture on viewport resize.Chris Loer2018-02-221-1/+1
* [core] Support a range of zooms in TileRange. Accounts for TilePyramid reques...Asheem Mamoowala2018-02-202-22/+45
* [core, ios, macos, android, node] Heatmap layer (#11046)Vladimir Agafonkin2018-02-1535-25/+1153
* [core] fix opacity of duplicate labels with -allow-overlap: trueAnsis Brammanis2018-02-151-3/+8
* [core] add support for mapzen terrarium (#11154)Molly Lloyd2018-02-149-10/+37
* [core] add maxzoom uniform for raster-dem tilesets (#11134)Molly Lloyd2018-02-146-7/+21
* [core] Rename "onLowMemory" to "reduceMemoryUse".Chris Loer2018-02-1419-27/+27
* [core] fix onLowMemory to release GL buffersChris Loer2018-02-141-1/+1
* TileJSON Bounds allows values inclusive of world extentsAsheem Mamoowala2018-02-121-1/+1
* [core] Make RendererObserver a public interfaceThiago Marcos P. Santos2018-02-091-35/+0
* Add options for Custom Geometry Source types to enable clipping and wrapping ...Asheem Mamoowala2018-02-071-1/+1
* [core] align raster-dem tiles to pixel grid (#11119)Molly Lloyd2018-02-061-2/+2
* [core] Don't crash on line labels with 0 glyphs.Chris Loer2018-02-061-2/+3
* [core] Account for overscaling in debug collision circles.Chris Loer2018-02-064-3/+10
* Reset tileset-based render sources when any tileset properties changed. (#11042)Asheem Mamoowala2018-02-056-24/+27
* [android] - blacklist adreno 2xx for VAO supportTobrun2018-01-311-2/+3
* [core] don't force downloading of Open Sans fontsKonstantin Käfer2018-01-251-1/+1
* [core] align implementations of local and asset file sourceKonstantin Käfer2018-01-251-0/+2
* [core] align raster imagery rendering to pixel rid to avoid blurrinessKonstantin Käfer2018-01-246-10/+30
* Reimplement style values atop NSExpression (#10726)Minh Nguyễn2018-01-241-0/+6
* [core] fix style parsing crash when a layer's paint property is not an objectKonstantin Käfer2018-01-231-0/+3
* [core] add raster-dem source type and hillshade layer type (#10642)Molly Lloyd2018-01-2350-21/+1797
* Prune unused layers from CrossTileSymbolIndexChris Loer2018-01-193-0/+16
* [core] GeometryTileData needs to be updated in lockstep with FeatureIndexChris Loer2018-01-182-1/+5
* [core] Synchronize state of CollisionIndex and FeatureIndexes.Chris Loer2018-01-185-1/+29
* [core] Prevent symbols at the same zoom from sharing a crossTileID.Chris Loer2018-01-172-9/+35
* [core] fix symbol flickering after data updatesAnsis Brammanis2018-01-115-29/+34
* [core] fix updating CrossTileSymbolIndex after bucket updateAnsis Brammanis2018-01-111-0/+2
* [core] Add warning for invalid text-font valuesJohn Firebaugh2018-01-101-0/+6
* [core, ios, macos, android] Add data-driven-styling support for `text-font`John Firebaugh2018-01-1015-31/+134
* [core] Account for circle-stroke-width in queryRenderedFeaturesJohn Firebaugh2018-01-102-6/+6
* [core] Handle NaN input to interpolate and stepJohn Firebaugh2018-01-102-8/+11