TeleIO / Telemachus-1

MIT License
34 stars 19 forks source link

telemachus/map.html does not load marker icons #54

Open Row-Bear opened 4 years ago

Row-Bear commented 4 years ago

Can anyone verify for me if this happens for them: http://127.0.0.1:8085/telemachus/map.html

image

It's resolved when the images get moved/copied from GameData\Telemachus\Plugins\PluginData\Telemachus\img\ to GameData\Telemachus\Plugins\PluginData\Telemachus\ but I haven't found yet where the proper reference is in the code.

StoneBlue commented 4 years ago

Yes, I can confirm the icons were doing that for me. EDIT: and yes, the "fix" by moving them works

sidrus commented 4 years ago

This should be resolved with the latest PR on development branch. If you want to confirm that, I will close this.

Row-Bear commented 4 years ago

Confirmed, the marker shows in the http://127.0.0.1:8085/telemachus/map.html page In the map for http://127.0.0.1:8085/telemachus/console.html it still uses the old map reference

sidrus commented 4 years ago

hmm - yeah; that's a different map control. Will have to rewrite that one as well.