Skip to content

Commit

Permalink
gebruik https voor OpenLayers
Browse files Browse the repository at this point in the history
  • Loading branch information
matthijsln committed May 24, 2018
1 parent 38256b1 commit 19b8bce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/openlayers/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</head>
<body onload="init()">
<div id="map"></div>
<script src="http://www.openlayers.org/api/OpenLayers.js"></script>
<script src="https://www.openlayers.org/api/OpenLayers.js"></script>
<script type="text/javascript">
function init(){
var map = new OpenLayers.Map( 'map', {
Expand Down

0 comments on commit 19b8bce

Please sign in to comment.