Skip to content

Commit

Permalink
Update all GeoExt refs to v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
geographika committed May 2, 2019
1 parent dd10628 commit 154b484
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions src/exercises/_final.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
Expand All @@ -8,7 +8,7 @@
<link rel="stylesheet" href="./lib/ol/ol.css" type="text/css" />
<link rel="stylesheet" href="http://geoext.github.io/geoext3/v3.0.0/resources/css/gx-popup.css" type="text/css" />
<script src="./lib/ol/ol.js"></script>
<script src="https://geoext.github.io/geoext3/v3.0.0/GeoExt.js"></script>
<script src="https://geoext.github.io/geoext3/v3.1.0/GeoExt.js"></script>
<style>
.gx-popup p {
padding: 5px 5px 0 5px;
Expand Down
2 changes: 1 addition & 1 deletion src/feature-grid/create.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Now it's time to change the grid to no longer show static data from [The Simpson
<script src="https://cdnjs.cloudflare.com/ajax/libs/extjs/6.2.0/ext-all.js"></script>
<link rel="stylesheet" href="./lib/ol/ol.css" type="text/css" />
<script src="./lib/ol/ol.js"></script>
<script src="https://geoext.github.io/geoext3/v3.0.0/GeoExt.js"></script>
<script src="https://geoext.github.io/geoext3/v3.1.0/GeoExt.js"></script>
</head>
<body>
<script>
Expand Down
2 changes: 1 addition & 1 deletion src/feature-grid/prepare-layout.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Now we want to add a grid panel to our basic map application.
<script src="https://cdnjs.cloudflare.com/ajax/libs/extjs/6.2.0/ext-all.js"></script>
<link rel="stylesheet" href="./lib/ol/ol.css" type="text/css" />
<script src="./lib/ol/ol.js"></script>
<script src="https://geoext.github.io/geoext3/v3.0.0/GeoExt.js"></script>
<script src="https://geoext.github.io/geoext3/v3.1.0/GeoExt.js"></script>
</head>
<body>
<script>
Expand Down
2 changes: 1 addition & 1 deletion src/first-steps/hello-geoext.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Ext.onReady(function(){
<script src="./lib/ol/ol.js"></script>
```

* Add the JavaScript for GeoExt: `https://geoext.github.io/geoext3/v3.0.0/GeoExt.js`
* Add the JavaScript for GeoExt: `https://geoext.github.io/geoext3/v3.1.0/GeoExt.js`

* Most GeoExt components don't need special CSS. If you use the `Popup`-components, you may want to include the following CSS file: `https://geoext.github.io/geoext3/v3.0.0/resources/css/gx-popup.css`

Expand Down
2 changes: 1 addition & 1 deletion src/layer-tree/add-layerstree-store.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ In order to do this, we need to change the store that is used for the tree. Inst
<script src="https://cdnjs.cloudflare.com/ajax/libs/extjs/6.2.0/ext-all.js"></script>
<link rel="stylesheet" href="./lib/ol/ol.css" type="text/css" />
<script src="./lib/ol/ol.js"></script>
<script src="https://geoext.github.io/geoext3/v3.0.0/GeoExt.js"></script>
<script src="https://geoext.github.io/geoext3/v3.1.0/GeoExt.js"></script>
</head>
<body>
<script>
Expand Down
2 changes: 1 addition & 1 deletion src/layer-tree/prepare-layout.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The previous chapter started from the following template, which we now want to r
<script src="https://cdnjs.cloudflare.com/ajax/libs/extjs/6.2.0/ext-all.js"></script>
<link rel="stylesheet" href="./lib/ol/ol.css" type="text/css" />
<script src="./lib/ol/ol.js"></script>
<script src="https://geoext.github.io/geoext3/v3.0.0/GeoExt.js"></script>
<script src="https://geoext.github.io/geoext3/v3.1.0/GeoExt.js"></script>
</head>
<body>
<script>
Expand Down
2 changes: 1 addition & 1 deletion src/map-component/basic-example.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ We want to have a look at a fully working example first.
<script src="https://cdnjs.cloudflare.com/ajax/libs/extjs/6.2.0/ext-all.js"></script>
<link rel="stylesheet" href="./lib/ol/ol.css" type="text/css" />
<script src="./lib/ol/ol.js"></script>
<script src="https://geoext.github.io/geoext3/v3.0.0/GeoExt.js"></script>
<script src="https://geoext.github.io/geoext3/v3.1.0/GeoExt.js"></script>
</head>
<body>
<script>
Expand Down
2 changes: 1 addition & 1 deletion src/map-component/dissecting-example.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The HTML of the page looks as follows:
<script src="https://cdnjs.cloudflare.com/ajax/libs/extjs/6.2.0/ext-all.js"></script>
<link rel="stylesheet" href="./lib/ol/ol.css" type="text/css" />
<script src="./lib/ol/ol.js"></script>
<script src="https://geoext.github.io/geoext3/v3.0.0/GeoExt.js"></script>
<script src="https://geoext.github.io/geoext3/v3.1.0/GeoExt.js"></script>
</head>
<body>
<script>
Expand Down
2 changes: 1 addition & 1 deletion src/other/overview-map.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Especially when zoomed in, it can be hard to understand the extent of the mappan
<link rel="stylesheet" href="./lib/ol/ol.css" type="text/css" />
<link rel="stylesheet" href="https://geoext.github.io/geoext3/v3.0.0/resources/css/gx-popup.css" type="text/css" />
<script src="./lib/ol/ol.js"></script>
<script src="https://geoext.github.io/geoext3/v3.0.0/GeoExt.js"></script>
<script src="https://geoext.github.io/geoext3/v3.1.0/GeoExt.js"></script>
<style>
.gx-popup p {
padding: 5px 5px 0 5px;
Expand Down
2 changes: 1 addition & 1 deletion src/other/popups.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ In this chapter we want to add short informative popups on the map. We will open
<script src="https://cdnjs.cloudflare.com/ajax/libs/extjs/6.2.0/ext-all.js"></script>
<link rel="stylesheet" href="./lib/ol/ol.css" type="text/css" />
<script src="./lib/ol/ol.js"></script>
<script src="https://geoext.github.io/geoext3/v3.0.0/GeoExt.js"></script>
<script src="https://geoext.github.io/geoext3/v3.1.0/GeoExt.js"></script>
</head>
<body>
<script>
Expand Down

0 comments on commit 154b484

Please sign in to comment.