diff --git a/app.py b/app.py index e125455..7264406 100755 --- a/app.py +++ b/app.py @@ -19,7 +19,7 @@ def index(): def showMap(threewords): try: lat, lng = these.decode(threewords) - return template('map', lat=lat, lng=lng) + return template('map', lat=lat, lng=lng, threewords=threewords) except: return template('index', err="Could not find location {}".format(threewords)) diff --git a/views/index.html b/views/index.html index 9ae8b00..1c4618f 100644 --- a/views/index.html +++ b/views/index.html @@ -4,9 +4,14 @@ - these-3-words Map + These3Words Map +
@@ -18,6 +23,7 @@

Find a location anywhere in the world identified by three simple words.

+

This is a very early pre-alpha release. Don't expect anything to work properly or reproducible. Especially since the underlying word-list will most likely change soon.

@@ -25,6 +31,9 @@

+ - - - -
- + + + + + + These3Words Map + + + + +
+ + +