summaryrefslogtreecommitdiff
path: root/include/mbgl/style/sources/geojson_source.hpp
Commit message (Collapse)AuthorAgeFilesLines
* Bump Mapbox GL Nativeqt-v1.2.0Thiago Marcos P. Santos2017-11-271-0/+2
| | | | mapbox-gl-native @ cf3357ea4517e74ba3a63434c330a1506064b130
* Bump Mapbox GL NativeThiago Marcos P. Santos2017-10-181-0/+1
| | | | mapbox-gl-native @ 10f7af19ce1ec61f37459f9cd75e2a0c89a0c790
* Bump Mapbox GL Nativeqt-v1.1.0Thiago Marcos P. Santos2017-08-091-21/+12
| | | | mapbox-gl-native @ edd7948893fcd40a24d96b790e21d3dd028cecbe
* [core] Added URL accessor for tile sourcesMinh Nguyễn2016-12-201-1/+1
|
* [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-181-0/+5
|
* 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-161-0/+27