Skip to content

Commit 8978fa7

Browse files
committed
Website updates
1 parent 354bab8 commit 8978fa7

File tree

10 files changed

+679
-15
lines changed

10 files changed

+679
-15
lines changed

dist/doc/errors/index.html

+84-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,75 @@
1-
<h1 id="errors">Errors</h1>
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name='viewport' content='width=device-width, initial-scale=1.0'>
6+
<title>OpenLayers - Errors</title>
7+
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.28.0/components/prism-core.min.js"></script>
8+
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.28.0/plugins/autoloader/prism-autoloader.min.js"></script>
9+
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.28.0/plugins/toolbar/prism-toolbar.min.js"></script>
10+
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.28.0/plugins/copy-to-clipboard/prism-copy-to-clipboard.min.js"></script>
11+
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Quattrocento+Sans:400,400italic,700" crossorigin="anonymous">
12+
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" crossorigin="anonymous">
13+
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/@fortawesome/[email protected]/css/fontawesome.min.css" crossorigin="anonymous">
14+
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/@fortawesome/[email protected]/css/solid.css" crossorigin="anonymous">
15+
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/@fortawesome/[email protected]/css/brands.css" crossorigin="anonymous">
16+
<link rel="stylesheet" type="text/css" href="/theme/ol.css">
17+
<link rel="stylesheet" type="text/css" href="/theme/site.css">
18+
<link rel="icon" type="image/svg+xml" href="/theme/img/logo-light.svg" media="(prefers-color-scheme: light)" />
19+
<link rel="icon" type="image/svg+xml" href="/theme/img/logo-dark.svg" media="(prefers-color-scheme: dark)" />
20+
</head>
21+
<body>
22+
<header class="navbar navbar-expand-md navbar-dark mb-3 px-3 py-0 fixed-top" role="navigation">
23+
<a class="navbar-brand" href="/"><img src="/theme/img/logo-dark.svg" width="70" height="70" alt="">&nbsp;OpenLayers</a>
24+
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#olmenu" aria-controls="olmenu" aria-expanded="false" aria-label="Toggle navigation">
25+
<span class="navbar-toggler-icon"></span>
26+
</button>
27+
28+
<!-- menu items that get hidden below 768px width -->
29+
<nav class="collapse navbar-collapse" id="olmenu">
30+
<ul class="nav navbar-nav ms-auto">
31+
<li class="nav-item dropdown">
32+
<a class="nav-link dropdown-toggle" href="#" id="docdropdown" role="button" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Docs</a>
33+
<div class="dropdown-menu dropdown-menu-end mb-3" aria-labelledby="docdropdown">
34+
<a class="dropdown-item" href="/doc/">Docs</a>
35+
<div class="dropdown-divider"></div>
36+
<a class="dropdown-item" href="/doc/quickstart.html"><i class="fa fa-check fa-fw me-2 fa-lg"></i>Quick Start</a>
37+
<a class="dropdown-item" href="/doc/faq.html"><i class="fa fa-question fa-fw me-2 fa-lg"></i>FAQ</a>
38+
<a class="dropdown-item" href="/doc/tutorials/"><i class="fa fa-book fa-fw me-2 fa-lg"></i>Tutorials</a>
39+
<a class="dropdown-item" href="/workshop/"><i class="fa fa-graduation-cap fa-fw me-2 fa-lg"></i>Workshop</a>
40+
<div class="dropdown-divider"></div>
41+
<a class="dropdown-item" href="https://stackoverflow.com/questions/tagged/openlayers"><i class="fab fa-stack-overflow fa-fw me-2"></i>Ask a Question</a>
42+
</div>
43+
</li>
44+
<li class="nav-item"><a class="nav-link" href="/en/latest/examples/">Examples</a></li>
45+
<li class="nav-item dropdown">
46+
<a class="nav-link dropdown-toggle" href="#" id="apidropdown" role="button" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
47+
<i class="fa fa-sitemap me-1"></i>API
48+
</a>
49+
<div class="dropdown-menu dropdown-menu-end mb-3" aria-labelledby="apidropdown">
50+
<a class="dropdown-item" href="/en/latest/apidoc/"><i class="fa fa-sitemap fa-fw me-2 fa-lg"></i>v10.4.0 (latest)</a>
51+
<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>
52+
<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>
53+
<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>
54+
<a class="dropdown-item" href="/en/v6.15.1/apidoc/"><i class="fa fa-sitemap a-fw me-2 fa-lg"></i>v6.15.1</a>
55+
<a class="dropdown-item" href="/en/v5.3.0/apidoc/"><i class="fa fa-sitemap fa-fw me-2 fa-lg"></i>v5.3.0</a>
56+
<a class="dropdown-item" href="/en/v4.6.5/apidoc/"><i class="fa fa-sitemap fa-fw me-2 fa-lg"></i>v4.6.5</a>
57+
<a class="dropdown-item" href="/en/v3.20.1/apidoc/"><i class="fa fa-sitemap fa-fw me-2 fa-lg"></i>v3.20.1</a>
58+
</div>
59+
</li>
60+
<li class="nav-item dropdown">
61+
<a class="nav-link dropdown-toggle" href="#" id="codedropdown" role="button" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Code</a>
62+
<div class="dropdown-menu dropdown-menu-end mb-3" aria-labelledby="codedropdown">
63+
<a class="dropdown-item" href="https://github.com/openlayers/openlayers"><i class="fab fa-github fa-fw me-2 fa-lg"></i>Repository</a>
64+
<a class="dropdown-item" href="/download/"><i class="fa fa-download fa-fw me-2 fa-lg"></i>Download</a>
65+
</div>
66+
</li>
67+
</ul>
68+
</nav>
69+
</header>
70+
71+
<div class="container">
72+
<h1 id="errors">Errors</h1>
273
<h3 id="1">1</h3>
374
<p>The view center is not defined.</p>
475
<h3 id="2">2</h3>
@@ -113,3 +184,15 @@ <h3 id="67">67</h3>
113184
<p>A layer can only be added to the map once. Use either <code>layer.setMap()</code> or <code>map.addLayer()</code>, not both.</p>
114185
<h3 id="68">68</h3>
115186
<p>Data from this source can only be rendered if it has a projection compatible with the view projection.</p>
187+
188+
</div>
189+
<footer>
190+
Code licensed under the <a href='http://www.tldrlegal.com/license/bsd-2-clause-license-(freebsd)'>2-Clause BSD</a>.
191+
All documentation <a href='http://creativecommons.org/licenses/by/3.0/'>CC BY 3.0</a>.
192+
Thanks to our <a href='https://opencollective.com/openlayers'>sponsors</a>.
193+
<br>
194+
<a href="https://www.netlify.com">This site is powered by Netlify.</a>
195+
</footer>
196+
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
197+
</body>
198+
</html>

dist/doc/faq.html

+84-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,75 @@
1-
<h1 id="frequently-asked-questions-faq">Frequently Asked Questions (FAQ)</h1>
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name='viewport' content='width=device-width, initial-scale=1.0'>
6+
<title>OpenLayers - Frequently Asked Questions (FAQ)</title>
7+
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.28.0/components/prism-core.min.js"></script>
8+
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.28.0/plugins/autoloader/prism-autoloader.min.js"></script>
9+
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.28.0/plugins/toolbar/prism-toolbar.min.js"></script>
10+
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.28.0/plugins/copy-to-clipboard/prism-copy-to-clipboard.min.js"></script>
11+
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Quattrocento+Sans:400,400italic,700" crossorigin="anonymous">
12+
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" crossorigin="anonymous">
13+
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/@fortawesome/[email protected]/css/fontawesome.min.css" crossorigin="anonymous">
14+
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/@fortawesome/[email protected]/css/solid.css" crossorigin="anonymous">
15+
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/@fortawesome/[email protected]/css/brands.css" crossorigin="anonymous">
16+
<link rel="stylesheet" type="text/css" href="/theme/ol.css">
17+
<link rel="stylesheet" type="text/css" href="/theme/site.css">
18+
<link rel="icon" type="image/svg+xml" href="/theme/img/logo-light.svg" media="(prefers-color-scheme: light)" />
19+
<link rel="icon" type="image/svg+xml" href="/theme/img/logo-dark.svg" media="(prefers-color-scheme: dark)" />
20+
</head>
21+
<body>
22+
<header class="navbar navbar-expand-md navbar-dark mb-3 px-3 py-0 fixed-top" role="navigation">
23+
<a class="navbar-brand" href="/"><img src="/theme/img/logo-dark.svg" width="70" height="70" alt="">&nbsp;OpenLayers</a>
24+
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#olmenu" aria-controls="olmenu" aria-expanded="false" aria-label="Toggle navigation">
25+
<span class="navbar-toggler-icon"></span>
26+
</button>
27+
28+
<!-- menu items that get hidden below 768px width -->
29+
<nav class="collapse navbar-collapse" id="olmenu">
30+
<ul class="nav navbar-nav ms-auto">
31+
<li class="nav-item dropdown">
32+
<a class="nav-link dropdown-toggle" href="#" id="docdropdown" role="button" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Docs</a>
33+
<div class="dropdown-menu dropdown-menu-end mb-3" aria-labelledby="docdropdown">
34+
<a class="dropdown-item" href="/doc/">Docs</a>
35+
<div class="dropdown-divider"></div>
36+
<a class="dropdown-item" href="/doc/quickstart.html"><i class="fa fa-check fa-fw me-2 fa-lg"></i>Quick Start</a>
37+
<a class="dropdown-item" href="/doc/faq.html"><i class="fa fa-question fa-fw me-2 fa-lg"></i>FAQ</a>
38+
<a class="dropdown-item" href="/doc/tutorials/"><i class="fa fa-book fa-fw me-2 fa-lg"></i>Tutorials</a>
39+
<a class="dropdown-item" href="/workshop/"><i class="fa fa-graduation-cap fa-fw me-2 fa-lg"></i>Workshop</a>
40+
<div class="dropdown-divider"></div>
41+
<a class="dropdown-item" href="https://stackoverflow.com/questions/tagged/openlayers"><i class="fab fa-stack-overflow fa-fw me-2"></i>Ask a Question</a>
42+
</div>
43+
</li>
44+
<li class="nav-item"><a class="nav-link" href="/en/latest/examples/">Examples</a></li>
45+
<li class="nav-item dropdown">
46+
<a class="nav-link dropdown-toggle" href="#" id="apidropdown" role="button" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
47+
<i class="fa fa-sitemap me-1"></i>API
48+
</a>
49+
<div class="dropdown-menu dropdown-menu-end mb-3" aria-labelledby="apidropdown">
50+
<a class="dropdown-item" href="/en/latest/apidoc/"><i class="fa fa-sitemap fa-fw me-2 fa-lg"></i>v10.4.0 (latest)</a>
51+
<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>
52+
<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>
53+
<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>
54+
<a class="dropdown-item" href="/en/v6.15.1/apidoc/"><i class="fa fa-sitemap a-fw me-2 fa-lg"></i>v6.15.1</a>
55+
<a class="dropdown-item" href="/en/v5.3.0/apidoc/"><i class="fa fa-sitemap fa-fw me-2 fa-lg"></i>v5.3.0</a>
56+
<a class="dropdown-item" href="/en/v4.6.5/apidoc/"><i class="fa fa-sitemap fa-fw me-2 fa-lg"></i>v4.6.5</a>
57+
<a class="dropdown-item" href="/en/v3.20.1/apidoc/"><i class="fa fa-sitemap fa-fw me-2 fa-lg"></i>v3.20.1</a>
58+
</div>
59+
</li>
60+
<li class="nav-item dropdown">
61+
<a class="nav-link dropdown-toggle" href="#" id="codedropdown" role="button" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Code</a>
62+
<div class="dropdown-menu dropdown-menu-end mb-3" aria-labelledby="codedropdown">
63+
<a class="dropdown-item" href="https://github.com/openlayers/openlayers"><i class="fab fa-github fa-fw me-2 fa-lg"></i>Repository</a>
64+
<a class="dropdown-item" href="/download/"><i class="fa fa-download fa-fw me-2 fa-lg"></i>Download</a>
65+
</div>
66+
</li>
67+
</ul>
68+
</nav>
69+
</header>
70+
71+
<div class="container">
72+
<h1 id="frequently-asked-questions-faq">Frequently Asked Questions (FAQ)</h1>
273
<p>Certain questions arise more often than others when users ask for help. This
374
document tries to list some of the common questions that frequently get asked,
475
e.g. on <a href="https://stackoverflow.com/questions/tagged/openlayers">Stack Overflow</a>.</p>
@@ -292,3 +363,15 @@ <h2 id="why-are-my-features-not-found">Why are my features not found?</h2>
292363
});
293364
</code></pre>
294365
<p>The recommended value is the size of the largest symbol, line width or label.</p>
366+
367+
</div>
368+
<footer>
369+
Code licensed under the <a href='http://www.tldrlegal.com/license/bsd-2-clause-license-(freebsd)'>2-Clause BSD</a>.
370+
All documentation <a href='http://creativecommons.org/licenses/by/3.0/'>CC BY 3.0</a>.
371+
Thanks to our <a href='https://opencollective.com/openlayers'>sponsors</a>.
372+
<br>
373+
<a href="https://www.netlify.com">This site is powered by Netlify.</a>
374+
</footer>
375+
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
376+
</body>
377+
</html>

0 commit comments

Comments
 (0)