This tries to be a central hub on finding and accessing interactive maps for games.
Please open an issue with the required details or directly open a pull request with the changes.
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.
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.
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.
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.