Skip to content

Commit

Permalink
added bg.geojson
Browse files Browse the repository at this point in the history
  • Loading branch information
ubahnverleih committed Feb 25, 2016
1 parent 88e3786 commit 7acf081
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions layers/bg.geojson
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"type": "Polygon",
"coordinates": [
[
[-180, 89.9],
[180, 89.9],
[180, -89.9],
[-180,-89.9],
[-180,89.9]
]
]
}

0 comments on commit 7acf081

Please sign in to comment.