Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add updated bike parking map into react app #155

Open
hulloanson opened this issue Jun 16, 2024 · 2 comments · May be fixed by #175
Open

Add updated bike parking map into react app #155

hulloanson opened this issue Jun 16, 2024 · 2 comments · May be fixed by #175
Assignees

Comments

@hulloanson
Copy link
Collaborator

Use data from

https://github.com/tallcoleman/new-parking-map/tree/demo-map-app

and implement using the Map component (meaning it will be leaflet). It is cleaner to reuse current components and we can consider committing to MapLibre by just changing Map component's implementation

@hulloanson hulloanson converted this from a draft issue Jun 16, 2024
@hulloanson hulloanson self-assigned this Jun 16, 2024
@tallcoleman
Copy link
Collaborator

For the data, I would load from the following URL:

"https://raw.githubusercontent.com/tallcoleman/new-parking-map/main/Display%20Files/all_sources.geojson"

Longer term, I'm working on setting up a proper data pipeline using Dagster as an orchestrator, but aiming to get the same format of output file as the one in that URL. Right now, the repo just runs a github action every week to update the data.

@hulloanson
Copy link
Collaborator Author

Thanks @tallcoleman

@hulloanson hulloanson linked a pull request Aug 31, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Progress
Development

Successfully merging a pull request may close this issue.

2 participants