mapbox / mapbox/mapbox-plugins-android

Style JSON compatible layer/source intialisers

Open
#959 11 comments 3 reactions 1 assignee View on GitHub

@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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.