Go to file
Chandler Swift ffaf53fee2
Add basic side menu for layer selection
This _should_ be smart and not load expensive layers until they're rendered.
2023-07-03 19:45:53 -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 basic side menu for layer selection 2023-07-03 19:45:53 -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 Add basic side menu for layer selection 2023-07-03 19:45:53 -05:00
main.js Add basic side menu for layer selection 2023-07-03 19:45:53 -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 basic side menu for layer selection 2023-07-03 19:45:53 -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.