Go to file
Chandler Swift 7e9164c11f
Update base HTML template
2023-07-03 19:22:33 -05:00
.github Add base map code 2023-07-03 00:20:36 -05:00
data Add helper scripts to run all other get_data scripts for layers 2023-07-03 13:31:20 -05:00
layers Add NHL arenas layer 2023-07-03 18:39:44 -05:00
.gitignore Add base map code 2023-07-03 00:20:36 -05:00
Makefile Add Makefile 2023-07-03 17:12:02 -05:00
README.md Add base map code 2023-07-03 00:20:36 -05:00
index.html Update base HTML template 2023-07-03 19:22:33 -05:00
main.js Add NHL arenas layer 2023-07-03 18:39:44 -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.