-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
21 changed files
with
37 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,7 +47,7 @@ | |
<i class="fa fa-sitemap me-1"></i>API | ||
</a> | ||
<div class="dropdown-menu dropdown-menu-end mb-3" aria-labelledby="apidropdown"> | ||
<a class="dropdown-item" href="/en/latest/apidoc/"><i class="fa fa-sitemap fa-fw me-2 fa-lg"></i>v10.3.0 (latest)</a> | ||
<a class="dropdown-item" href="/en/latest/apidoc/"><i class="fa fa-sitemap fa-fw me-2 fa-lg"></i>v10.3.1 (latest)</a> | ||
<a class="dropdown-item" href="/en/v9.2.4/apidoc/"><i class="fa fa-sitemap a-fw me-2 fa-lg"></i>v9.2.4</a> | ||
<a class="dropdown-item" href="/en/v8.2.0/apidoc/"><i class="fa fa-sitemap a-fw me-2 fa-lg"></i>v8.2.0</a> | ||
<a class="dropdown-item" href="/en/v7.5.2/apidoc/"><i class="fa fa-sitemap a-fw me-2 fa-lg"></i>v7.5.2</a> | ||
|
@@ -90,8 +90,8 @@ <h3 class="col-sm-12">Hosted build for development</h3> | |
<div class="col-sm-12"> | ||
<p> | ||
If you want to try out OpenLayers without downloading anything (<b>not recommended for production</b>), include the following in the head of your html page: | ||
<pre><code class="language-html"><script src="https://cdn.jsdelivr.net/npm/[email protected].0/dist/ol.js"></script> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected].0/ol.css"> | ||
<pre><code class="language-html"><script src="https://cdn.jsdelivr.net/npm/[email protected].1/dist/ol.js"></script> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected].1/ol.css"> | ||
</code></pre> | ||
</p> | ||
<p> | ||
|
@@ -100,25 +100,25 @@ <h3 class="col-sm-12">Hosted build for development</h3> | |
</div> | ||
</div> | ||
<div class="row"> | ||
<h3 class="col-sm-12">Downloads for the v10.3.0 release</h3> | ||
<h3 class="col-sm-12">Downloads for the v10.3.1 release</h3> | ||
</div> | ||
<div class="row"> | ||
<div class="col-sm-12"> | ||
<table class="table table-hover"> | ||
<tbody> | ||
<tr><th>Archive</th><th>Description</th></tr> | ||
<tr> | ||
<td><a href="https://github.com/openlayers/openlayers/releases/download/v10.3.0/v10.3.0-site.zip">v10.3.0-site.zip</a></td> | ||
<td><a href="https://github.com/openlayers/openlayers/releases/download/v10.3.1/v10.3.1-site.zip">v10.3.1-site.zip</a></td> | ||
<td>Includes examples and documentation.</td> | ||
</tr> | ||
<tr> | ||
<td><a href="https://github.com/openlayers/openlayers/releases/download/v10.3.0/v10.3.0-package.zip">v10.3.0-package.zip</a></td> | ||
<td><a href="https://github.com/openlayers/openlayers/releases/download/v10.3.1/v10.3.1-package.zip">v10.3.1-package.zip</a></td> | ||
<td>Includes sources and the full build of the library.</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
<p> | ||
See the <a href="https://github.com/openlayers/openlayers/releases/tag/v10.3.0">v10.3.0 release page</a> for a changelog and any special upgrade notes. | ||
See the <a href="https://github.com/openlayers/openlayers/releases/tag/v10.3.1">v10.3.1 release page</a> for a changelog and any special upgrade notes. | ||
</p> | ||
<p> | ||
For archives of previous releases, see the <a href="https://github.com/openlayers/openlayers/releases/">complete list of releases</a>. | ||
|
Oops, something went wrong.