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
- Host: GitHub
- URL: https://github.com/openlayers/ol-browserify
- Owner: openlayers
- Created: 2018-08-09T05:13:26.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-08T11:52:57.000Z (over 6 years ago)
- Last Synced: 2025-05-12T21:59:26.505Z (8 months ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 10
- Watchers: 7
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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