UNPKG

ol-mapbox-style

Version:

Create OpenLayers maps from Mapbox Style objects

22 lines (21 loc) 482 B
<!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 example</title> <style> html, body { height: 100%; margin: 0; } #map { width: 100%; height: 100%; } </style> </head> <body> <div id="map"></div> <script type="text/javascript" src="mapbox.js"></script></body>