Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 372 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 372 Bytes

OpenLayers + Browserify

This example demonstrates how the ol package can be used with browserify.

Clone the project.

git clone https://github.com/openlayers/ol-browserify.git

Install the project dependencies.

cd ol-browserify
npm install

Create a bundle for the browser.

npm run build

Open index.html to see the result.

open index.html