fixed?
This commit is contained in:
parent
5867addab7
commit
edae6438cb
2 changed files with 4 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
|||
---
|
||||
title: Kroegentocht!
|
||||
title: "Kroegentocht!"
|
||||
created_at: 07-11-2007
|
||||
time: 07-11-2007 21:00
|
||||
location: McDonald's, Korenmarkt
|
||||
locationlink: McDonald's, Korenmarkt Ghent
|
||||
location: "McDonald's, Korenmarkt"
|
||||
locationlink: "McDonald's, Korenmarkt Ghent"
|
||||
---
|
||||
|
||||
Zeus gaat op kroegentocht! Een sublieme eerste activiteit om de Zeus wat beter te leren kennen. Voor de culturele waarden starten we in de Korenmarkt en zullen we onder andere enkele café's met veel verschillende soorten bieren bezoeken. De Overpoort laten we links liggen, kwestie van eens wat anders te doen. Het zal zeker een gezellige avond worden. Deze activiteit is volledig open voor leden en niet-leden gelijk.
|
||||
|
|
|
@ -119,7 +119,7 @@ function performRequest(url, success_callback) {
|
|||
request.send();
|
||||
}
|
||||
|
||||
performRequest('https://photon.komoot.de/api/?limit=1&q=<%= URI::encode(item[:locationlink]) %>', function(data) {
|
||||
performRequest("https://photon.komoot.de/api/?limit=1&q=<%= URI::encode(item[:locationlink]) %>", function(data) {
|
||||
var lat, lon;
|
||||
if(data.features.length < 1) {
|
||||
lat = 51.0538286;
|
||||
|
|
Loading…
Reference in a new issue