Skip to content

Commit

Permalink
Render themes: line symbol improvements opensciencemap#124
Browse files Browse the repository at this point in the history
  • Loading branch information
devemux86 committed Sep 26, 2017
1 parent 3ee1034 commit c8817f8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions vtm/src/org/oscim/theme/XmlMapsforgeThemeBuilder.java
Original file line number Diff line number Diff line change
Expand Up @@ -629,8 +629,6 @@ else if ("repeat-gap".equals(name))
b.stippleWidth = 1;
b.strokeWidth = height * 0.5f;
b.stippleColor = Color.WHITE;
b.fillColor = Color.TRANSPARENT;
b.strokeColor = Color.TRANSPARENT;
}
}

Expand Down
2 changes: 0 additions & 2 deletions vtm/src/org/oscim/theme/XmlThemeBuilder.java
Original file line number Diff line number Diff line change
Expand Up @@ -624,8 +624,6 @@ else if ("repeat-gap".equals(name))
b.stippleWidth = 1;
b.strokeWidth = height * 0.5f;
b.stippleColor = Color.WHITE;
b.fillColor = Color.TRANSPARENT;
b.strokeColor = Color.TRANSPARENT;
}
}

Expand Down

0 comments on commit c8817f8

Please sign in to comment.