Skip to content

Commit f536d2c

Browse files
committed
Fix openlayers examples
1 parent 77cb082 commit f536d2c

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

examples/vectortiles_json.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<!doctype html>
22
<html lang="en">
3-
<head>
4-
<link rel="stylesheet" href="https://openlayers.org/en/v4.5.0/css/ol.css" type="text/css">
5-
<style>
3+
<head>
4+
<link rel="stylesheet" href="https://cdn.rawgit.com/openlayers/openlayers.github.io/master/en/v5.3.0/css/ol.css" type="text/css">
5+
<style>
66
.map {
77
height: 400px;
88
width: 100%;
99
}
1010
</style>
11-
<script src="https://openlayers.org/en/v4.5.0/build/ol.js" type="text/javascript"></script>
11+
<script src="https://cdn.rawgit.com/openlayers/openlayers.github.io/master/en/v5.3.0/build/ol.js" type="text/javascript"></script>
1212
<title>GeoScript Vector Tiles</title>
1313
</head>
1414
<body>

examples/vectortiles_pbf.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<!doctype html>
22
<html lang="en">
33
<head>
4-
<link rel="stylesheet" href="https://openlayers.org/en/v4.5.0/css/ol.css" type="text/css">
4+
<link rel="stylesheet" href="https://cdn.rawgit.com/openlayers/openlayers.github.io/master/en/v5.3.0/css/ol.css" type="text/css">
55
<style>
66
.map {
77
height: 400px;
88
width: 100%;
99
}
1010
</style>
11-
<script src="https://openlayers.org/en/v4.5.0/build/ol.js" type="text/javascript"></script>
11+
<script src="https://cdn.rawgit.com/openlayers/openlayers.github.io/master/en/v5.3.0/build/ol.js" type="text/javascript"></script>
1212
<title>GeoScript Vector Tiles</title>
1313
</head>
1414
<body>

0 commit comments

Comments
 (0)