/osmsat-client

An OpenStreetMap and satellite image viewer similar to google maps and bing maps built on OpenLayers

Primary LanguageJavaScript

Clone the project.

git clone https://github.com/WillieMaddox/osmsat-client.git

Install the project dependencies.

cd osmsat-client
npm install

Create a bundle for the browser.

npm run build-dev

Open index.html to see the result.

open index.html