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

Follow Mapbox/MapLibre GL style spec for layer styling configuration #64

Open
planemad opened this issue Dec 21, 2024 · 0 comments
Open
Assignees
Labels
enhancement New feature or request

Comments

@planemad
Copy link
Contributor

Is your feature request related to a problem? Please describe.

Currently layer style properties do not follow any particular styling standard

amche-goa/index.html

Lines 177 to 180 in df922a8

style: {
color: '#FF4136',
radius: 8
},

amche-goa/index.html

Lines 198 to 202 in df922a8

style: {
color: '#555',
width: .2,
fillOpacity: 0.03
},

Describe the solution you'd like

Use property names from Mapbox/MapLibre style spec

Describe alternatives you've considered

None

@planemad planemad added the enhancement New feature or request label Dec 21, 2024
@planemad planemad self-assigned this Dec 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant