sebastianbarfort / mapDK

R package for making maps of Denmark
50 stars 5 forks source link

Missing outline colouring on polygons #26

Open LBTerman opened 7 years ago

LBTerman commented 7 years ago

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 commented 7 years ago

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