An open API service indexing awesome lists of open source software.

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

Using browserify and the ol package
https://github.com/openlayers/ol-browserify

Last synced: 6 months ago
JSON representation

Using browserify and the ol package

Awesome Lists containing this project

README

          

# 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