added vue, map with hardcoded overlays
This commit is contained in:
13
package.json
Normal file
13
package.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"name": "overlay",
|
||||
"dependencies": {
|
||||
"ol": "7.2.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"vite": "^3.2.3"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "vite",
|
||||
"build": "vite build"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user