GeoHintr

GeoHintr - Allows you to place written hints on your maps

当前为 2021-08-16 提交的版本,查看 最新版本

作者
MrMike
评分
0 0 0
版本
0.1
创建于
2021-08-16
更新于
2021-08-16
大小
7.9 KB
许可证
暂无
适用于

ALT + SHIFT + I > Opens the interface to load Pastebin Tokens


  • FOR MAP MAKERS * ****************** This is the template to write clues for GeoHintr

The hints are written in JSON format - https://en.wikipedia.org/wiki/JSON

You can edit them in https://jsoneditoronline.org/ as it will help you keep the JSON error free.

This is an example for only 2 locations, but the idea is to repeat the block in between the { } as many times as needed. Do not remove the [ at the start and the ] at the end. (Notice that the coordinates value don't need " ) If not using an img or video just leave those empty like so "img": "" and "video": "" (Recommended to use just one and not both images and videos in the same hint) The hint value can also be empty if you only care about the image or video. If you need to add breaklines on the hint use \n that creates a new line

Any question ask MrAmericanMike on Twitter/Discord

[
    {
        "lat": -34.60385267468351,
        "lng": -58.38156842293429,
        "hint": "La Paris de America",
        "img": "https://i.imgur.com/MTbtuNX.jpeg",
        "video": "dQw4w9WgXcQ"
    },
    {
        "lat": 0.00000,
        "lng": 0.00000,
        "hint": "Keep repeating this block for each location \n This will show on a new line",
        "img": "Make sure the image link is direct to the image itself",
        "video": "Use the ID of Youtube videos"
    }
]

Once your JSON is ready, publish it on a Pastebin. If you want to be able to edit it on the future, create an account. Share the Pastebin "Token" with whoever you want to play your map. Also share the token on your map description. A good idea also is to include #GeoHintr on your map name so players can find them.