Skip to content

Reduce the amount of dependencies #23

Closed
@josevalim

Description

@josevalim

Currently we depend on Req+Jason, and we can't compile those easily on Fly due to limited memory.

We could make both of those optional by hardcoding the style inside the library, which may be the plan with #17. Then if someone passes a URL or binary as style, we check if Req/Jason is available before continuing.

However, I think this can still be an issue with Kino.MapLibre, because we support multiple styles there by default, right? Maybe we should support only the default style and if someone wants to change it, they can change it in the code?

Thoughts?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions