Skip to content

Instantly share code, notes, and snippets.

@leostaples
Created September 15, 2017 15:14
Show Gist options
  • Save leostaples/d5ab1fa418db8b8b0422beaec220c939 to your computer and use it in GitHub Desktop.
Save leostaples/d5ab1fa418db8b8b0422beaec220c939 to your computer and use it in GitHub Desktop.
uk-bounds
define(function(){
var geoJson = {
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"color": "#000",
"fill": false,
"weight": 1.5,
"opacity": 0.5
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-8.896012442918632,
60.65138598608337
],
[
-7.490079163103694,
60.71574208691997
],
[
-5.96095,
60.7687
],
[
-3.850923435838437,
60.822041812370315
],
[
-2.0,
60.83
],
[
-0.212889299272845,
60.819701942117554
],
[
1.50476,
60.7928
],
[
2.965311988196139,
60.74544490269071
],
[
4.12,
60.7
],
[
4.12,
48.37
],
[
-10.38,
48.37
],
[
-10.38,
60.55
],
[
-8.896012442918632,
60.65138598608337
]
]
]
}
}
]
};
return {
geoJson: geoJson
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment