From 574f998a8ae2974b74e73b216ddd207e21123a75 Mon Sep 17 00:00:00 2001 From: Astro Date: Thu, 13 Sep 2018 00:13:29 +0200 Subject: [PATCH] update datenspuren 2018 pois.js --- Makefile | 2 +- content/static/datenspuren/2018/script/pois.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index fa8fe88bf..9a9e401b7 100644 --- a/Makefile +++ b/Makefile @@ -340,7 +340,7 @@ build/datenspuren/2014/mitschnitte-rss.xml: content/news/ds14-mitschnitte-online $(call xml_process) build/datenspuren/$(DS_YEAR)/pois.json: - wget -O $@ --post-data="data=[out:json];($(foreach a, 'amenity'='restaurant' 'amenity'='fast_food' 'amenity'='cafe' 'amenity'='ice_cream' 'amenity'='bakery' 'shop'='convenience' 'shop'='supermarket' 'shop'='tobacco' 'amenity'='pub' 'amenity'='biergarten' 'amenity'='drinking_water', $(foreach t, node way relation, $t(51.01,13.76,51.07,13.82)[${a}];)));out center qt;" http://overpass-api.de/api/interpreter + wget -O $@ --post-data="data=[out:json];($(foreach a, 'amenity'='restaurant' 'amenity'='fast_food' 'amenity'='cafe' 'amenity'='ice_cream' 'amenity'='bakery' 'shop'='convenience' 'shop'='supermarket' 'shop'='tobacco' 'amenity'='pub' 'amenity'='biergarten' 'amenity'='drinking_water', $(foreach t, node way relation, $t(51.06,13.70,51.10,13.74)[${a}];)));out center qt;" http://overpass-api.de/api/interpreter xhtml5-validate: $(patsubst build/%.html, build/%.html.xhtml5-validate, $(CONTENT)) diff --git a/content/static/datenspuren/2018/script/pois.js b/content/static/datenspuren/2018/script/pois.js index f7aeb934f..a05c4fb4c 100644 --- a/content/static/datenspuren/2018/script/pois.js +++ b/content/static/datenspuren/2018/script/pois.js @@ -1,7 +1,7 @@ var poisJson var currentPosition = { - lat: 51.0420162, - lon: 13.7976983 + lat: 51.0810624, + lon: 13.7285866 } var currentCenter var geoListeners = []