Skip to content
This repository was archived by the owner on Mar 14, 2023. It is now read-only.
This repository was archived by the owner on Mar 14, 2023. It is now read-only.

Map colors are different to the legend colors #77

@kev007

Description

@kev007

image
Map colors are different to the legend colors. See Germany and 5,700,000
Most probably due to style fillOpacity: 0.7

function style(feature) {
return {
fillColor: getColor(feature.properties.frequency),
weight: 2,
opacity: 1,
color: 'white',
dashArray: '3',
fillOpacity: 0.7
};
}

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions