Go to file
Chandler Swift 6e602b9d30
Update dependencies
This resolves https://github.com/advisories/GHSA-353f-5xf4-qw67.
2023-07-03 00:23:18 -05:00
.github Add base map code 2023-07-03 00:20:36 -05:00
.gitignore Add base map code 2023-07-03 00:20:36 -05:00
README.md Add base map code 2023-07-03 00:20:36 -05:00
index.html Add base map code 2023-07-03 00:20:36 -05:00
main.js Add base map code 2023-07-03 00:20:36 -05:00
package-lock.json Update dependencies 2023-07-03 00:23:18 -05:00
package.json Update dependencies 2023-07-03 00:23:18 -05:00
style.css Add base map code 2023-07-03 00:20:36 -05:00
vite.config.js Add base map code 2023-07-03 00:20:36 -05:00

README.md

maps.chandlerswift.com

All filterable by time frame

Americana theme?

OpenLayers + Vite (from npm create ol-app my-app's README)

This example demonstrates how the ol package can be used with Vite.

To get started, run the following (requires Node 14+):

npx create-ol-app my-app --template vite

Then change into your new my-app directory and start a development server (available at http://localhost:5173):

cd my-app
npm start

To generate a build ready for production:

npm run build

Then deploy the contents of the dist directory to your server. You can also run npm run serve to serve the results of the dist directory for preview.