summaryrefslogtreecommitdiff
path: root/include/mbgl/style/conversion/geojson.hpp
Commit message (Collapse)AuthorAgeFilesLines
* [core] make style/conversion.hpp implementation privateKonstantin Käfer2018-08-191-1/+2
|
* Replace compile-time polymorphism with runtime polymorphism in the ↵John Firebaugh2017-10-231-6/+4
| | | | conversion system
* [core, android] Factor JSON string conversionsJohn Firebaugh2017-05-081-3/+11
| | | | | | | | | | | This adds a `convertJSON` template, to be used like: Error error optional<Foo> foo = convertJSON<Foo>(string, error); Internally, it parses the string with RapidJSON and then calls `convert<Foo>(parsed, error)`. While here, rationalize GeoJSON converters and fix error handling for Tileset conversion in OfflineDownload.
* [all] Replace Result<T> with optional<T> plus out Error parameterJohn Firebaugh2017-03-231-1/+1
|
* [core, node] Implement bindings for addSourceJohn Firebaugh2016-06-241-0/+15