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

Feature/maplibre express #79

Open
wants to merge 46 commits into
base: main
Choose a base branch
from
Open

Conversation

crazycapivara
Copy link
Contributor

closes #29

@crazycapivara
Copy link
Contributor Author

crazycapivara commented Jun 30, 2024

  • Handle Multi-Geometry objects
  • Handle multiple dataset/frames at once
  • Automatically create color bins based on a given property

@crazycapivara crazycapivara added the enhancement New feature or request label Jun 30, 2024
@crazycapivara crazycapivara self-assigned this Jun 30, 2024
@crazycapivara
Copy link
Contributor Author

crazycapivara commented Jul 9, 2024

Need to br re-worked

mx.Map(layers = [], controls=[], ...)

mx.layer(data, ..., map, map_class)

mx.fill_layer(data, color, ...)

mx.line_layer(data, color, ...)

mx.extrusion_layer(data, color, extrusion, ...)

mx.circle_layer(data, color, ...)

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

Successfully merging this pull request may close these issues.

Add something like maplibre express
1 participant