TCU is an independent production by MathArtBang and is not affiliated with the Melsonian Arts Council.
Live version https://mathartbang.com/tcu/
A tool to generate a G**gle Maps style web map that can place graphics and a popup on a zoomable background. I'd like to use it to use it to track Troika! projects (modules, games people run, missed connections, etc...) on the web. I'll probably break out the source data into another repo once the format is settled.
To get something on here, you need to submit a json file named sphere.json
and supporting files.
The json file format is currently something like this.
- Position should be within (+- 320, +-120) to be in "known space"
- Let's start with a size of 1.0
- Type should currently be one of these
- "module" - for a Troika! Compatible module/art sphere
- "game" - for an actively run sphere
- "missed-connection" - for a missed connection
{
"type": "module",
"name": "Earth",
"position": [64.0, 32.0],
"size": 1.0,
"description": "It's alright, I guess",
"author": "Wouldn't you like to know",
"link":
"<a href='https://en.wikipedia.org/wiki/Earth' target='_blank'>Wikipedia: Earth</a>",
"image": "PIA21961.png",
"image_src":
"<a href='https://photojournal.jpl.nasa.gov/catalog/PIA21961' target='_blank'>Image Source</a>"
}