Browse Source

Remove default focus point from example config

I predict this would have caused weird query issues for people who
copied it
pull/1115/head
Julian Simioni 7 years ago
parent
commit
0785f28a64
No known key found for this signature in database
GPG Key ID: B9EEB0C6EE0910A1
  1. 4
      README.md

4
README.md

@ -69,10 +69,6 @@ A good starting configuration file includes this section (fill in the service an
"interpolation": { "interpolation": {
"url": "http://interpolation:4300" "url": "http://interpolation:4300"
} }
},
"defaultParameters": {
"focus.point.lat": 12.121212,
"focus.point.lon": 21.212121
} }
}, },
"logger": { "logger": {

Loading…
Cancel
Save