summaryrefslogtreecommitdiff
path: root/include/mbgl/style/sources/vector_source.hpp
Commit message (Collapse)AuthorAgeFilesLines
* [core] Add runtime API for setting tile prefetch delta for SourceAlexander Shalamov2020-02-111-0/+3
| | | | | | | New setPrefetchZoomDelta(optional<uint8_t> delta) method allow overriding default tile prefetch setting that is defined by the Map instance. The method can be moved to generic style specification if found to be useful for gl-js engine.
* [core] Check layer compatibility with sourceMikhail Pozdnyakov2019-09-181-0/+2
|
* [Core] Fix wrong `maxzoom` setting of tileSet when using URL source (#15581)zmiao2019-09-171-1/+4
| | | | | | | | | | | | * [core] Take max/min zoom option from style if they are set * [core] std::move input value * [Core] Add changelogs * [Core] Fix clang-format reported error * [Core] fix clang-tidy reported error
* [core, ios, macos] SDK objects should hold weak pointers to the core style ↵Mikhail Pozdnyakov2019-09-091-1/+6
| | | | objects (#15539)
* [core] Immutable ImplsJohn Firebaugh2017-05-121-4/+13
|
* [core] Added URL accessor for tile sourcesMinh Nguyễn2016-12-201-0/+3
|
* [core] added template instances for Source.is<>().Ivo van Dongen2016-08-181-0/+5
|
* [core] Runtime source API: private implsJohn Firebaugh2016-06-161-0/+20