|
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=""> 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> |
2 | 73 | <p>Certain questions arise more often than others when users ask for help. This
|
3 | 74 | document tries to list some of the common questions that frequently get asked,
|
4 | 75 | 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>
|
292 | 363 | });
|
293 | 364 | </code></pre>
|
294 | 365 | <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