summaryrefslogtreecommitdiff
path: root/include/mbgl/style/sources
Commit message (Collapse)AuthorAgeFilesLines
* [core] Use fixed-size std::array for ImageSource coordinatesAsheem Mamoowala2017-06-011-6/+6
|
* [core] Render Image SourceAsheem Mamoowala2017-06-011-1/+1
|
* [core] Add ImageSource support to style parsersAsheem Mamoowala2017-06-011-0/+41
|
* [core] Immutable ImplsJohn Firebaugh2017-05-123-11/+39
|
* [core] Refactor Source::*Impls into RenderSources and TilePyramidJohn Firebaugh2017-05-021-18/+1
|
* [core] Added URL accessor for tile sourcesMinh Nguyễn2016-12-203-1/+7
|
* [core] Change GeoJSONSource::getURL() to return an optional<std::string>John Firebaugh2016-08-261-1/+2
| | | | GeoJSON sources may have inline GeoJSON rather than a URL; returning an optional type ensures that consumers handle this case.
* [core] added template instances for Source.is<>().Ivo van Dongen2016-08-183-0/+15
|
* GeoJSON point clustering (#5724)Vladimir Agafonkin2016-07-271-2/+33
| | | | | | | | | | | | | | | | * add supercluster dependency * prepare GeoJSONTile for Supercluster * prepare GeoJSONSource for accepting options * try removing mbgl::GeoJSON * fix setGeoJSON types * add GeoJSONSource getURL * add geojson to include path * add Supercluster index in GeoJSONSource * fix GeoJSONSource getZoomRange * bring back mbgl::GeoJSON header * fix tidy warnings hopefully * try test-suite with enabled cluster test * fix formatting in clustering-related files
* [core, node] Implement bindings for addSourceJohn Firebaugh2016-06-241-9/+5
|
* [core] Runtime source API: private implsJohn Firebaugh2016-06-163-0/+67