mapbox / mapbox/mapbox-plugins-android
Style JSON compatible layer/source intialisers
Open
@Chaoba is already working on this.
Since May 22, 2019.
plugin request
- Dominant language
- Java
- Stars
- 242
- Forks
- 116
- PR merge metrics
- No merged PRs in 30d
Description
Plugin request to implement https://github.com/mapbox/mapbox-gl-native/issues/13467 as a plugin. Ideally we solve the former ticket with a core API, but we can still provide this functionality with a small plugin in the meantime.
The idea is that the plugin is a json parser that accepts a json string as input and creates objects equivalent to the Android Style API
- Create new plugin module
- Use a json parser to create intermediate object representing the style json
- Create the appropriate Android Style API objects
- Add example to test app
- Add tests
@mapbox/maps-android
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.