Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 376 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 376 Bytes

OpenLayers sample app

This is an example Vue app that uses OpenLayers. The HomeView renders a TheMap component to which I pass a geometry json.

Creation

npm init vue@latest
cd vue-project
npm install --save ol prettier
npm install
npm run format

How to run

npm run dev
open http://127.0.0.1:5175/

Demo

sceenshot