Update README
This commit is contained in:
parent
2ff3e61060
commit
ed0abffad1
45
README.md
45
README.md
|
@ -1,36 +1,27 @@
|
||||||
# maps.chandlerswift.com
|
# maps.chandlerswift.com
|
||||||
|
|
||||||
* My location (from whereis.chandlerswift.com)
|
- [ ] My location (from whereis.chandlerswift.com)
|
||||||
* Menards, Culver's, Kwik Trip locations (triangles rendered?)
|
- [ ] Menards
|
||||||
* Bridges
|
- [ ] Culver's
|
||||||
* Survey markers
|
- [ ] Kwik Trip locations
|
||||||
* OSM contributions
|
- [ ] Menards/Culvers/Kwik Trip triangles rendered?
|
||||||
* workouts (bike rides, runs)
|
- [ ] Bridges
|
||||||
* Amtrack routes -- https://www.amtrak.com/plan-your-trip.html
|
- [ ] Survey markers
|
||||||
* NHL stadiums -- filters for Eric and Chandler have visited -- https://upload.wikimedia.org/wikipedia/commons/2/28/NHL_arenas.jpg
|
- [ ] OSM contributions
|
||||||
* Layer for drone imagery a la openaerialmap.com
|
- [ ] workouts (bike rides, runs)
|
||||||
* Trip layers/slideshows
|
- [x] Amtrak routes -- https://www.amtrak.com/plan-your-trip.html
|
||||||
|
- [ ] Amtrak live train locations
|
||||||
|
- [x] NHL stadiums
|
||||||
|
- [ ] NHL stadiums filtered for Eric and Chandler have visited -- https://upload.wikimedia.org/wikipedia/commons/2/28/NHL_arenas.jpg
|
||||||
|
- [ ] Layer for drone imagery a la openaerialmap.com
|
||||||
|
- [ ] Trip layers/slideshows
|
||||||
|
|
||||||
|
|
||||||
All filterable by time frame
|
All filterable by time frame
|
||||||
|
|
||||||
Americana theme?
|
Americana theme?
|
||||||
|
|
||||||
## OpenLayers + Vite (from `npm create ol-app my-app`'s README)
|
## Requirements
|
||||||
|
|
||||||
This example demonstrates how the `ol` package can be used with [Vite](https://vitejs.dev/).
|
POSIX shell
|
||||||
|
`python3` with `requests`
|
||||||
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.
|
|
||||||
|
|
Loading…
Reference in a new issue