Skip to content

dasprino007/map-viewer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tunguso4ka's SS14 Map Viewer

(actually Image Viewer, but who cares?)

Requirements?

Nope. Pure html, css, js and json.

How to launch locally?

python -m http.server or npx http-server

maps/maps.json

{
  "maps": {
    "map id": // used in Query param "?map={map id}"
    {
      "name": "map name",
      "url": "map url", // internal or external
      "labels": // not required
      [
        {"name": "name", "size": 12, "x": 0, "y": 0}
      ]
    }
  }
  "main": "id of main map" // will be used if Query param map is undefined
}

About

Simple Map (image) Viewer.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 71.6%
  • HTML 17.0%
  • CSS 11.4%