Skip to content
/ tcu Public

Webmap generator, nominally for Troika! content

License

Notifications You must be signed in to change notification settings

kk49/tcu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TCU

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.

Get your stuff on here

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>"
}

DETAILS

assets

About

Webmap generator, nominally for Troika! content

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published