Skip to content

Line width factor 4ish larger #101

Description

@mtennekes

Related to #22

data("World", package = "tmap")
leaflet() |> addPolylines(data = World, weight = 4, opacity = 1)
leaflet() |> addGlPolylines(data = World |> st_cast("POLYGON") |> st_cast("LINESTRING"), weight = 1)

These maps look similar, but the weight has to 4 times smaller than with standard leaflet layers. Can this be made consistent?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions