From 7acf0819384f50773957a6cf75be14d21ad18da7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Constantin=20M=C3=BCller?= Date: Thu, 25 Feb 2016 13:47:47 +0100 Subject: [PATCH] added bg.geojson --- layers/bg.geojson | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 layers/bg.geojson diff --git a/layers/bg.geojson b/layers/bg.geojson new file mode 100644 index 0000000..432a827 --- /dev/null +++ b/layers/bg.geojson @@ -0,0 +1,12 @@ +{ + "type": "Polygon", + "coordinates": [ + [ + [-180, 89.9], + [180, 89.9], + [180, -89.9], + [-180,-89.9], + [-180,89.9] + ] + ] +} \ No newline at end of file