Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add abstract Mapbox Layer #43

Closed
dellisd opened this issue Sep 6, 2020 · 0 comments
Closed

Add abstract Mapbox Layer #43

dellisd opened this issue Sep 6, 2020 · 0 comments
Assignees
Labels
component: map Issues affecting the map

Comments

@dellisd
Copy link
Member

dellisd commented Sep 6, 2020

Create the base of a class hierarchy for representing Layers in Mapbox. Attributes that are common to all types of layers include an id, source, filter (an expression), layout (expressions), paint (expressions), minzoom and maxzoom, and others listed in the Mapbox docs.

This should be an abstract, expected class in the mapbox module's commonMain sourceset.

Provide actual implementations for Android and JS, as with the GeoJsonSource.

@dellisd dellisd added the component: map Issues affecting the map label Sep 6, 2020
@dellisd dellisd added this to the First Prototype milestone Sep 6, 2020
@dellisd dellisd closed this as completed May 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: map Issues affecting the map
Projects
None yet
Development

No branches or pull requests

2 participants