mirror of
https://github.com/sebastianpauli/netgis-client.git
synced 2025-06-08 11:14:13 +02:00
82 lines
1.8 KiB
HTML
82 lines
1.8 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>JSDoc: Source: LayerTypes.js</title>
|
|
|
|
<script src="scripts/prettify/prettify.js"> </script>
|
|
<script src="scripts/prettify/lang-css.js"> </script>
|
|
<!--[if lt IE 9]>
|
|
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
|
<![endif]-->
|
|
<link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
|
|
<link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="main">
|
|
|
|
<h1 class="page-title">Source: LayerTypes.js</h1>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<section>
|
|
<article>
|
|
<pre class="prettyprint source linenums"><code>"use strict";
|
|
|
|
var netgis = netgis || {};
|
|
|
|
netgis.LayerTypes = Object.freeze
|
|
(
|
|
{
|
|
HIDDEN: "HIDDEN",
|
|
|
|
// Raster Layers
|
|
TMS: "TMS",
|
|
WMTS: "WMTS",
|
|
WMS: "WMS",
|
|
WMST: "WMST",
|
|
|
|
// Vector Layers
|
|
GEOJSON: "GEOJSON",
|
|
VTILES: "VTILES",
|
|
WFS: "WFS",
|
|
GML: "GML",
|
|
KML: "KML",
|
|
GEOPACKAGE: "GEOPACKAGE",
|
|
SPATIALITE: "SPATIALITE",
|
|
SHAPEFILE: "SHAPEFILE",
|
|
WKT: "WKT",
|
|
|
|
/** NOTE: deprecated, see layer type TMS */
|
|
OSM: "OSM",
|
|
XYZ: "XYZ"
|
|
}
|
|
);</code></pre>
|
|
</article>
|
|
</section>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
<nav>
|
|
<h2><a href="index.html">Home</a></h2><h3>Namespaces</h3><ul><li><a href="netgis.html">netgis</a></li></ul><h3>Classes</h3><ul><li><a href="netgis.Client.html">Client</a></li><li><a href="netgis.Import.html">Import</a></li></ul><h3>Global</h3><ul><li><a href="global.html#OSM">OSM</a></li></ul>
|
|
</nav>
|
|
|
|
<br class="clear">
|
|
|
|
<footer>
|
|
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.4</a> on Fri Apr 25 2025 14:07:12 GMT+0200 (Mitteleuropäische Sommerzeit)
|
|
</footer>
|
|
|
|
<script> prettyPrint(); </script>
|
|
<script src="scripts/linenumber.js"> </script>
|
|
</body>
|
|
</html>
|