summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@proxience.com>2015-06-06 11:18:52 +0200
committerÉtienne Loks <etienne.loks@proxience.com>2015-07-30 15:25:11 +0200
commitfe236c0b794221822eb4734132a5737a049880eb (patch)
tree9b3ceba5313a304e6276628636b1eccbea1e5c64 /static
parente79c6a4a618244b51b6240cb77aad61ddafdd52c (diff)
downloadChimère - projet Saclay-fe236c0b794221822eb4734132a5737a049880eb.tar.bz2
Chimère - projet Saclay-fe236c0b794221822eb4734132a5737a049880eb.zip
Ajout d'un JSON mettant en valeur les limites
Diffstat (limited to 'static')
-rw-r--r--static/saclay/json/limites.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/static/saclay/json/limites.json b/static/saclay/json/limites.json
new file mode 100644
index 0000000..d2c2a8b
--- /dev/null
+++ b/static/saclay/json/limites.json
@@ -0,0 +1,7 @@
+{
+"type": "FeatureCollection",
+"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } },
+"features": [
+{ "type": "Feature", "properties": { "id": 1 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 0.738949030574581, 49.952603203582044 ], [ 4.243480768004685, 49.948105260236979 ], [ 4.309343170727384, 47.332563074133375 ], [ 0.728503413899879, 47.328106451174797 ], [ 0.738949030574581, 49.952603203582044 ] ], [ [ 2.161148780079391, 48.748364785500634 ], [ 2.042390351388339, 48.789422908160716 ], [ 2.048030956338872, 48.650148369873229 ], [ 2.211008350929044, 48.586371447549617 ], [ 2.336716129783049, 48.612010168394001 ], [ 2.381320745076844, 48.692319746223006 ], [ 2.375596174099763, 48.815969935499531 ], [ 2.161148780079391, 48.748364785500634 ] ] ] } }
+]
+}