Fix the map_editor web link. The input data directory is in a funny place. Unfortunately, the app will immediately clobber the URL after loading, and switching maps won't work.

This commit is contained in:
Dustin Carlino 2022-04-12 15:52:01 +01:00
parent 54a7b08ee4
commit 79ffe99562

View File

@ -13,7 +13,7 @@
<li><a href="osm_viewer.html">OSM Viewer</a></li>
<li><a href="widgetry_demo.html">Widgetry Demo</a></li>
<li><a href="santa.html">15-Minute Santa</a></li>
<li><a href="map_editor.html?input/us/seattle/raw_maps/montlake.bin">RawMap editor</a></li>
<li><a href="map_editor.html?../../dev/data/input/us/seattle/raw_maps/montlake.bin">RawMap editor</a></li>
</ul>
<h1>Examples</h1>