Skip to content

Commit

Permalink
OverlayMapViewer: fix polygon paint, mapsforge#724
Browse files Browse the repository at this point in the history
  • Loading branch information
devemux86 committed Jun 27, 2016
1 parent 0962643 commit 44c9f27
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright 2013-2014 Ludwig M Brinckmann
* Copyright 2015 devemux86
* Copyright 2015-2016 devemux86
*
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
Expand Down Expand Up @@ -83,7 +83,7 @@ protected void addOverlayLayers(Layers layers) {

Paint paintFill = Utils.createPaint(
AndroidGraphicFactory.INSTANCE.createColor(Color.GREEN), 2,
Style.STROKE);
Style.FILL);
Paint paintStroke = Utils.createPaint(
AndroidGraphicFactory.INSTANCE.createColor(Color.BLACK), 2,
Style.STROKE);
Expand Down

0 comments on commit 44c9f27

Please sign in to comment.