From 0785f28a640db2a4729232a6ac54b6cba6db7b45 Mon Sep 17 00:00:00 2001 From: Julian Simioni Date: Mon, 9 Apr 2018 10:10:41 -0400 Subject: [PATCH] Remove default focus point from example config I predict this would have caused weird query issues for people who copied it --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 1b03664a..0991c143 100644 --- a/README.md +++ b/README.md @@ -69,10 +69,6 @@ A good starting configuration file includes this section (fill in the service an "interpolation": { "url": "http://interpolation:4300" } - }, - "defaultParameters": { - "focus.point.lat": 12.121212, - "focus.point.lon": 21.212121 } }, "logger": {