mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2025-12-09 23:28:32 +00:00
../../../css -> /css
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
<html><head><title>Map App</title></head><body>
|
||||
<H1>Map app</H1>
|
||||
Map app is an offline map of the plateau and cave entrances. Fundamentally it is a website, which can be <a href="/expofiles/mapapp/mapapp.zip">downloaded</a> as a zip file. Once downloaded it can be extracted to some where on your phone.
|
||||
Map app is an offline map of the plateau and cave entrances. Fundamentally it is a website,
|
||||
which can be <a href="/expofiles/mapapp/mapapp.zip">downloaded</a> as a zip file.
|
||||
Once downloaded it can be extracted to somewhere on your phone.
|
||||
<br>
|
||||
Now we need to host the website on your phone, in a way that your browser will trust the website to geolocate you. On android this can be done using simpe HTTP server.
|
||||
Now we need to host the website on your phone, in a way that your browser will trust the website to geolocate you. On android this can be done using
|
||||
simpe HTTP server.
|
||||
<ul>
|
||||
|
||||
<li>Click on Root folder and point at the folder where you extracted the zip file.</li>
|
||||
@@ -13,5 +16,6 @@ Now we need to host the website on your phone, in a way that your browser will t
|
||||
|
||||
|
||||
Open firefox and navigate to <a href="http://127.0.0.1:8080/index.html">http://127.0.0.1:8080/index.html</a>
|
||||
or <a href="http://localhost:8080/index.html">http://localhost:8080/index.html</a>
|
||||
|
||||
(If you are genuinely offline, chrome stops access to 127.0.0.1, hence firefox is recomended instead)</body></html>
|
||||
|
||||
Reference in New Issue
Block a user