-
Notifications
You must be signed in to change notification settings - Fork 5
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
HTML image map for 2R ecosystem map #311
Comments
See Discord thread for conversation with aashay who volunteered to help generate the coordinates and HTML code for the map: https://discord.com/channels/1230798369337643030/1247867862769602580 |
2024-07-02 update: we now have the coordinates and HTML code for all organisation and people points on the map in this spreadsheet: https://docs.google.com/spreadsheets/d/1UCNiz4PITIUw3jI-nqAHlOJF7VEHitB36NSE9o0PhCM/edit?gid=0#gid=0. I made a copy of aashay's (volunteer from Discord) spreadsheet so that we have our own editable copy in our GDrive. Next is to generate the code to create the HTML map and publish on 2R site. |
Wrong person 🙂 |
Tried publishing this today but could not get it to build. See summary of what I tried in comment in pull request linked above. Moved issue to Blocked/Waiting for. |
Acceptance
Tasks
Notes
Context
We want to make the current map clickable by turning it into an html "image map".
This involves creating a list of the places on the map and the coordinates for a box on the map.
See for example view-source:https://slatestarcodex.com/blog_images/ramap.html
So for each thing we want to link we need coords box (probably list this in a sheet and then we can auto generate html)
Compiled code for HTML map
The text was updated successfully, but these errors were encountered: