Add state land layer

This commit is contained in:
Chandler Swift 2023-08-27 17:39:55 -05:00
parent 69d567d13c
commit 8017e4d88b
Signed by: chandlerswift
GPG key ID: A851D929D52FB93F
5 changed files with 101 additions and 3 deletions

View file

@ -10,6 +10,7 @@
"vite": "^4.3.9"
},
"dependencies": {
"ol": "latest"
"ol": "latest",
"proj4": "2.9.0"
}
}