mapDK icon indicating copy to clipboard operation
mapDK copied to clipboard

Missing outline colouring on polygons

Open LBTerman opened this issue 7 years ago • 1 comments

I can't seem to get mapDK to render the shown outlines of the areas/polygons when I plot. Not in the crime example either. I did however try to include the colour option in line 187 in mapDK.R

187: map <- geom_polygon(aes_string(fill = "values"), colour = map.colour)

and this seems to work. Although this makes the outlines black and not light grey as in the crime example shown in the vignette.

However, I don't know if this is the right place to make a change.

Regards Lars

LBTerman avatar Sep 14 '17 11:09 LBTerman

Sorry. Just to clarify. Working on a Windows 10 machine, R version 3.3.3

LBTerman avatar Sep 14 '17 11:09 LBTerman