Open kbobrowski opened 3 years ago
Hi, awesome project, very useful to see the current state of the glacier. I was able to switch to Sapphire map by modifying index.html (in Chrome dev tools on https://maps.stepman.is/) to:
index.html
$(function() { stepman.Builder('/maps/sapphire.json'); });
Is there more straightforward way to switch to this map? Maybe it would be possible to include Sapphire in /maps/index.json? Thanks!
/maps/index.json
I'll be building a better start page that lets you navigate to the different map sections. Just haven't decided how exactly I want it to be :)
Hi, awesome project, very useful to see the current state of the glacier. I was able to switch to Sapphire map by modifying
index.html
(in Chrome dev tools on https://maps.stepman.is/) to:Is there more straightforward way to switch to this map? Maybe it would be possible to include Sapphire in
/maps/index.json
? Thanks!