Skip to content

Commit

Permalink
use https for OSM layers, closes #157
Browse files Browse the repository at this point in the history
  • Loading branch information
mstahv committed Sep 21, 2017
1 parent bcf1c49 commit b45f980
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
public class LOpenStreetMapLayer extends LTileLayer {

public LOpenStreetMapLayer() {
super("http://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png");
super("https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png");
setAttributionString("Map data © <a href=\"http://openstreetmap.org\">OpenStreetMap</a> contributors");
}

Expand Down

0 comments on commit b45f980

Please sign in to comment.