Skip to content

interactive-game-maps/interactive-game-maps.github.io

Repository files navigation

Interactive Game Maps

This tries to be a central hub on finding and accessing interactive maps for games.

How to contribute

I found an interactive map which is missing or wrong in this list

Please open an issue with the required details or directly open a pull request with the changes.

I found a misplaced or missing marker in one of the included maps

Please head over to the linked repository and feel free to open an issue or pull request there. You can turn on the edit mode in the side panel, place your marker(s) and export them in the edit side panel through the lowermost button. It'll give you a geoJson with all markers of the edit layer which we'll then include in the code.

I found a misplaced or missing marker in one of the external maps

If the source is linked you should go there and open an issue in their repository. If the source isn't linked you have to look on the site for contact details and reach out to them.

I'd like to add a new layer to one of the included maps

Please head over to the linked repository and feel free to open an issue or pull request there. You can turn on the edit mode in the side panel, place your marker(s) and export them in the edit side panel through the lowermost button. It'll give you a geoJson with all markers of the edit layer which we'll then include in the code.

I'd like to create a new interactive map

Making a simple interactive map like the examples included in this repository is really easy. Start a new project from https://github.com/interactive-game-maps/template and have a look into map.js to get started.