Skip to content

Labels are shadowed by livemap elements #695

@ASmirnov-HORIS

Description

I expect that labels should not be shadowed by livemap elements:

gdf = geocode_cities("Washington").get_centroids()
ggplot() + geom_livemap(zoom=7) + \
    geom_label(aes(label="found name"), data=gdf, size=12, color="red")

Maybe it also should work the same for geom_text().

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions