stephanmantler / glacier-maps

Repository for server-side code running map.hafjall.is
2 stars 0 forks source link

A way to switch to Sapphire map #8

Open kbobrowski opened 3 years ago

kbobrowski commented 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:

$(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!

stephanmantler commented 3 years ago

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 :)