UNPKG

ol-mapbox-style

Version:

Create OpenLayers maps from Mapbox Style objects

27 lines (26 loc) 1.33 kB
<!DOCTYPE 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>) &ndash; Vector tile map from Mapbox's Bright style</li> <li><a href="geojson.html">GeoJSON</a> &ndash; Map with a vector layer from GeoJSON</li> <li><a href="geojson-inline.html">Inline GeoJSON</a> &ndash; Map with a vector layer from GeoJSON embedded in the style object</li> <li><a href="wms.html">OSM with WMS overlay</a> &ndash; Map with two raster layers (OSM base map and WMS overlay)</li> <li><a href="tilejson.html">TileJSON</a> &ndash; Map with a raster layer from a TileJSON definition</li> <li><a href="tilejson-vectortile.html">TileJSON vector tiles</a> &ndash; Vector tile map with a source from a TileJSON definition</li> <li><a href="stylefunction.html">Style function</a> &ndash; Low-level API for creating a style function from a Mapbox Style source</li> </ul> </body> </html>