From 48a4eb3b20dfec3e610f01082a29c8d9ab750b8f Mon Sep 17 00:00:00 2001 From: "niehues.mark@gmail.com" <niehues.mark@gmail.com> Date: Thu, 23 Apr 2020 19:29:47 +0200 Subject: [PATCH] minor --- tests/osm/static/charging_stations.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/osm/static/charging_stations.json b/tests/osm/static/charging_stations.json index fc49689..5565d63 100644 --- a/tests/osm/static/charging_stations.json +++ b/tests/osm/static/charging_stations.json @@ -1 +1 @@ -[{"long":6.947762,"lat":51.750832,"power":22.0},{"long":6.99896,"lat":51.7589,"power":22.0}] \ No newline at end of file +[{"lon":6.947762,"lat":51.750832,"power":22.0},{"lon":6.99896,"lat":51.7589,"power":22.0}] \ No newline at end of file -- GitLab