Skip to content

Commit

Permalink
[ts] Bump version references in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornharrtell committed Dec 23, 2023
1 parent 35e89a2 commit a63b3e4
Show file tree
Hide file tree
Showing 13 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion examples/leaflet/filtered.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<link rel="stylesheet" href="/examples/site.css" />
<script src="https://unpkg.com/underscore@1.13.1/underscore-min.js"></script>
<script src="https://unpkg.com/leaflet@1.9.4/dist/leaflet.js"></script>
<script src="https://unpkg.com/flatgeobuf@3.26.2/dist/flatgeobuf-geojson.min.js"></script>
<script src="https://unpkg.com/flatgeobuf@3.27.2/dist/flatgeobuf-geojson.min.js"></script>
<script src="https://unpkg.com/json-formatter-js"></script>

<style>
Expand Down
2 changes: 1 addition & 1 deletion examples/leaflet/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.4/dist/leaflet.css" />
<link rel="stylesheet" href="/examples/site.css" />
<script src="https://unpkg.com/leaflet@1.9.4/dist/leaflet.js"></script>
<script src="https://unpkg.com/flatgeobuf@3.26.2/dist/flatgeobuf-geojson.min.js"></script>
<script src="https://unpkg.com/flatgeobuf@3.27.2/dist/flatgeobuf-geojson.min.js"></script>
<script src="https://unpkg.com/json-formatter-js"></script>

</head>
Expand Down
2 changes: 1 addition & 1 deletion examples/leaflet/large.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<link rel="stylesheet" href="/examples/site.css" />
<script src="https://unpkg.com/underscore@1.13.1/underscore-min.js"></script>
<script src="https://unpkg.com/leaflet@1.9.4/dist/leaflet.js"></script>
<script src="https://unpkg.com/flatgeobuf@3.26.2/dist/flatgeobuf-geojson.min.js"></script>
<script src="https://unpkg.com/flatgeobuf@3.27.2/dist/flatgeobuf-geojson.min.js"></script>
<script src="https://unpkg.com/json-formatter-js"></script>

<style>
Expand Down
2 changes: 1 addition & 1 deletion examples/leaflet/simple.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<head>
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.4/dist/leaflet.css" />
<script src="https://unpkg.com/leaflet@1.9.4/dist/leaflet.js"></script>
<script src="https://unpkg.com/flatgeobuf@3.26.2/dist/flatgeobuf-geojson.min.js"></script>
<script src="https://unpkg.com/flatgeobuf@3.27.2/dist/flatgeobuf-geojson.min.js"></script>
<style>
#map { height: 480px; }
</style>
Expand Down
2 changes: 1 addition & 1 deletion examples/maplibre/filtered.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<link href="https://unpkg.com/maplibre-gl@3.3.1/dist/maplibre-gl.css" rel="stylesheet" />
<script src="https://unpkg.com/maplibre-gl@3.3.1/dist/maplibre-gl.js"></script>
<script src="https://unpkg.com/underscore@1.13.1/underscore-min.js"></script>
<script src="https://unpkg.com/flatgeobuf@3.26.2/dist/flatgeobuf-geojson.min.js"></script>
<script src="https://unpkg.com/flatgeobuf@3.27.2/dist/flatgeobuf-geojson.min.js"></script>
<script src="https://unpkg.com/json-formatter-js"></script>

<style>
Expand Down
2 changes: 1 addition & 1 deletion examples/maplibre/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<link rel="stylesheet" href="/examples/site.css" />
<link href="https://unpkg.com/maplibre-gl@3.3.1/dist/maplibre-gl.css" rel="stylesheet" />
<script src="https://unpkg.com/maplibre-gl@3.3.1/dist/maplibre-gl.js"></script>
<script src="https://unpkg.com/flatgeobuf@3.26.2/dist/flatgeobuf-geojson.min.js"></script>
<script src="https://unpkg.com/flatgeobuf@3.27.2/dist/flatgeobuf-geojson.min.js"></script>
<script src="https://unpkg.com/json-formatter-js"></script>
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion examples/maplibre/large.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<link href="https://unpkg.com/maplibre-gl@3.3.1/dist/maplibre-gl.css" rel="stylesheet" />
<script src="https://unpkg.com/maplibre-gl@3.3.1/dist/maplibre-gl.js"></script>
<script src="https://unpkg.com/underscore@1.13.1/underscore-min.js"></script>
<script src="https://unpkg.com/flatgeobuf@3.26.2/dist/flatgeobuf-geojson.min.js"></script>
<script src="https://unpkg.com/flatgeobuf@3.27.2/dist/flatgeobuf-geojson.min.js"></script>
<script src="https://unpkg.com/json-formatter-js"></script>

<style>
Expand Down
2 changes: 1 addition & 1 deletion examples/maplibre/simple.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<link href="https://unpkg.com/maplibre-gl@3.3.1/dist/maplibre-gl.css" rel="stylesheet" />
<script src="https://unpkg.com/maplibre-gl@3.3.1/dist/maplibre-gl.js"></script>
<script src="https://unpkg.com/flatgeobuf@3.26.2/dist/flatgeobuf-geojson.min.js"></script>
<script src="https://unpkg.com/flatgeobuf@3.27.2/dist/flatgeobuf-geojson.min.js"></script>
<style>
#map { height: 480px; }
</style>
Expand Down
6 changes: 3 additions & 3 deletions examples/openlayers/filtered.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<html>
<head>
<link rel="stylesheet" href="/examples/site.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/ol@v8.0.0/ol.css" type="text/css">
<script src="https://cdn.jsdelivr.net/npm/ol@v8.0.0/dist/ol.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/ol@v8.2.0/ol.css" type="text/css">
<script src="https://cdn.jsdelivr.net/npm/ol@v8.2.0/dist/ol.js"></script>
<script src="https://unpkg.com/underscore@1.13.1/underscore-min.js"></script>
<script src="https://unpkg.com/flatgeobuf@3.26.2/dist/flatgeobuf-ol.min.js"></script>
<script src="https://unpkg.com/flatgeobuf@3.27.2/dist/flatgeobuf-ol.min.js"></script>
</head>
<body>
<ul class="primary-navigation">
Expand Down
6 changes: 3 additions & 3 deletions examples/openlayers/index.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<html>
<head>
<link rel="stylesheet" href="/examples/site.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/ol@v8.0.0/ol.css" type="text/css">
<script src="https://cdn.jsdelivr.net/npm/ol@v8.0.0/dist/ol.js"></script>
<script src="https://unpkg.com/flatgeobuf@3.26.2/dist/flatgeobuf-ol.min.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/ol@v8.2.0/ol.css" type="text/css">
<script src="https://cdn.jsdelivr.net/npm/ol@v8.2.0/dist/ol.js"></script>
<script src="https://unpkg.com/flatgeobuf@3.27.2/dist/flatgeobuf-ol.min.js"></script>
</head>
<body>
<ul class="primary-navigation">
Expand Down
6 changes: 3 additions & 3 deletions examples/openlayers/large.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<html>
<head>
<link rel="stylesheet" href="/examples/site.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/ol@v8.0.0/ol.css" type="text/css">
<script src="https://cdn.jsdelivr.net/npm/ol@v8.0.0/dist/ol.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/ol@v8.2.0/ol.css" type="text/css">
<script src="https://cdn.jsdelivr.net/npm/ol@v8.2.0/dist/ol.js"></script>
<script src="https://unpkg.com/underscore@1.13.1/underscore-min.js"></script>
<script src="https://unpkg.com/flatgeobuf@3.26.2/dist/flatgeobuf-ol.min.js"></script>
<script src="https://unpkg.com/flatgeobuf@3.27.2/dist/flatgeobuf-ol.min.js"></script>
</head>
<body>
<ul class="primary-navigation">
Expand Down
2 changes: 1 addition & 1 deletion examples/viewer/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<head>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/ol@v8.0.0/ol.css" type="text/css">
<script src="https://cdn.jsdelivr.net/npm/ol@v8.0.0/dist/ol.js"></script>
<script src="https://unpkg.com/flatgeobuf@3.26.2/dist/flatgeobuf-ol.min.js"></script>
<script src="https://unpkg.com/flatgeobuf@3.27.2/dist/flatgeobuf-ol.min.js"></script>
</head>
<body>
<style>
Expand Down
2 changes: 1 addition & 1 deletion src/ts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ index 2e13dfc..da4b07e 100644
<link rel="stylesheet" href="/examples/site.css" />
<script src="https://unpkg.com/underscore@1.13.1/underscore-min.js"></script>
<script src="https://unpkg.com/leaflet@1.9.4/dist/leaflet.js"></script>
- <script src="https://unpkg.com/flatgeobuf@3.26.2/dist/flatgeobuf-geojson.min.js"></script>
- <script src="https://unpkg.com/flatgeobuf@3.27.2/dist/flatgeobuf-geojson.min.js"></script>
+ <script src="/dist/flatgeobuf-geojson.min.js"></script>
<script src="https://unpkg.com/json-formatter-js"></script>
```
Expand Down

0 comments on commit a63b3e4

Please sign in to comment.