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

Mapping with Leaflet.JS and geoJSON #10

Open
ebeshero opened this issue Dec 3, 2023 · 0 comments
Open

Mapping with Leaflet.JS and geoJSON #10

ebeshero opened this issue Dec 3, 2023 · 0 comments

Comments

@ebeshero
Copy link
Member

ebeshero commented Dec 3, 2023

This weekend I experimented with a way to look up place data and output it on a webmap. There's an open source/free web service called Leaflet.JS that helps wtih putting lightweight maps on websites (and it's used by TimeMapper that we explored in DIGIT 100).

Instead of feeding Leaflet from a Google Sheet, we can output place data from the Mitford Journal and Site Index using a data structure called geoJSON . I set up a simple web map on the Quark project this weekend just to make sure we know how it works (what structures the service expects, etc). Check it out + some documentation here: cbl5678/fluffyFishstick#1

In our case, we have some latitude and longitude coordinates coded in the si.xml. (I'm not sure I remember how many already have this code.) Where we don't we can try scraping the data the way we are with the Quark team code.
@nhammer514 @HadleighJae @josiahr21

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant