# layer-map **Repository Path**: inspireback/layer-map ## Basic Information - **Project Name**: layer-map - **Description**: layer-map - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-04-23 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # OpenLayers + Webpack This example demonstrates how the `ol` package can be used with webpack. Clone the project. git clone git@github.com:openlayers/ol-webpack.git Install the project dependencies. cd ol-webpack npm install Create a bundle for the browser. npm run build Open `index.html` to see the result. open index.html