ol-mapbox-style
Version:
Create OpenLayers maps from Mapbox Style objects
27 lines (26 loc) • 1.33 kB
HTML
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="viewport" content="initial-scale=1.0, user-scalable=no, width=device-width">
<title>ol-mapbox-style Examples</title>
<style>
body {
font-family: Verdana, Arial, sans-serif;
}
</style>
</head>
<body>
<h1>ol-mapbox-style Examples</h1>
<ul>
<li><a href="mapbox.html">Mapbox</a> (requires a <a href="https://www.mapbox.com/studio/account/tokens/">Mapbox API token</a>) – Vector tile map from Mapbox's Bright style</li>
<li><a href="geojson.html">GeoJSON</a> – Map with a vector layer from GeoJSON</li>
<li><a href="geojson-inline.html">Inline GeoJSON</a> – Map with a vector layer from GeoJSON embedded in the style object</li>
<li><a href="wms.html">OSM with WMS overlay</a> – Map with two raster layers (OSM base map and WMS overlay)</li>
<li><a href="tilejson.html">TileJSON</a> – Map with a raster layer from a TileJSON definition</li>
<li><a href="tilejson-vectortile.html">TileJSON vector tiles</a> – Vector tile map with a source from a TileJSON definition</li>
<li><a href="stylefunction.html">Style function</a> – Low-level API for creating a style function from a Mapbox Style source</li>
</ul>
</body>
</html>