summaryrefslogtreecommitdiff
path: root/platform/android/src/style/conversion/geojson.hpp
Commit message (Collapse)AuthorAgeFilesLines
* [core, android] Factor JSON string conversionsJohn Firebaugh2017-05-081-12/+2
| | | | | | | | | | | 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.
* [android] geojson conversion optimisationIvo van Dongen2017-03-281-7/+3
|
* [core] Internalize rapidjson.hppBruno de Oliveira Abinader2017-03-281-23/+1
|
* [all] Replace Result<T> with optional<T> plus out Error parameterJohn Firebaugh2017-03-231-7/+10
|
* [core] remove trailing whitespace, add trailing newlines, add space after //Konstantin Käfer2017-01-271-2/+2
|
* [build] move logging to utilKonstantin Käfer2016-11-221-1/+1
|
* [android] Sources: peer model, mutability (#6054)Ivo van Dongen2016-09-211-0/+57