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

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
};
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions