Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 2.2 KB

README.md

File metadata and controls

27 lines (15 loc) · 2.2 KB

rC3-OSM-Map

This repo contains some maps built with the Tiled Map Editor which might be used for the OSM assembly in the WorkAdventure-based world at rC3. See the rC3 world maps howto and the official WorkAdventure documentation about how to build maps.

Map development

This repository also contains a simple, Python3 based web server in serve-maps.py which uses http.server to serve the content of this repository:

python3 serve-maps.py

By default, this starts a local web server on port 8000 which serves the index.html file and the maps. index.html contains a hard-coded list of maps in this repository which gets turned into a list of links to the public WorkAdventure instance using the local URLs of the maps, so they can be viewed in the browser by following the links.

Maps

Used Tilesets

Please note that the tilesets are included as Git submodules, so you will have to git submodule update --init --recursive them before they are available.

  • rC3-OSM-Tileset: Tileset based on the OpenStreetMap Carto map style.
  • world-tiles: Shared tilesets for the rC3 world. Please note that these tilesets may be provided under a different license than the remainder of this repository, but they should all be usable for the purpose of building a map for the rC3 world.

License

CC0 1.0 Universal