Added a basic place_view

This commit is contained in:
2020-07-26 22:19:37 +02:00
parent aa1fee05da
commit 114ec0d1ea
3 changed files with 18 additions and 1 deletions

View File

@@ -16,7 +16,6 @@
</div>
<article>
{{> @headline headline='Map Links'}}
<a class="LP-Link" href="https://www.google.com/maps?q={{place.latitude}},{{place.longitude}}" target="blank"><span class="LP-Text">Google Maps</span></a>
<a class="LP-Link" href="https://www.tim-online.nrw.de/tim-online2/?center={{place.latitude}},{{place.longitude}}&icon=true&bg=dop" target="blank"><span class="LP-Text">TIM Online (GER/NRW Only)</span></a>
<a class="LP-Link" href="http://www.openstreetmap.org/?mlat={{place.latitude}}&mlon={{place.longitude}}&zoom=16" target="blank"><span class="LP-Text">Open Street Map</span></a>