Skip to content

Commit

Permalink
Change admin_level borders style
Browse files Browse the repository at this point in the history
  • Loading branch information
dodobas committed Apr 29, 2014
1 parent 668f015 commit b17fad3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions django_project/demo/templates/homepage.html
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,9 @@
})],
'boundary': [new ol.style.Style({
stroke: new ol.style.Stroke({
color: '#000',
width: 3
color: '#f0f',
width: 3,
lineDash: [2,4]
})
})]
};
Expand Down

0 comments on commit b17fad3

Please sign in to comment.