diff options
author | Étienne Loks <etienne.loks@proxience.com> | 2015-07-28 18:09:41 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@proxience.com> | 2015-07-30 15:25:11 +0200 |
commit | dca0da43a6359f3cc986cf9baf262c58700ceacd (patch) | |
tree | c5bd176c77813dcd3270d59d696b8530afe7970c | |
parent | fe236c0b794221822eb4734132a5737a049880eb (diff) | |
download | Chimère - projet Saclay-dca0da43a6359f3cc986cf9baf262c58700ceacd.tar.bz2 Chimère - projet Saclay-dca0da43a6359f3cc986cf9baf262c58700ceacd.zip |
Modification des limites communales de la carte (pour l'exemple)
-rw-r--r-- | static/saclay/json/limites.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/static/saclay/json/limites.json b/static/saclay/json/limites.json index d2c2a8b..3e646c0 100644 --- a/static/saclay/json/limites.json +++ b/static/saclay/json/limites.json @@ -1,7 +1,8 @@ { "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 ] ] ] } } +{ "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.069752750563478, 48.771056366248636 ], [ 2.096449810971296, 48.717893498971932 ], [ 2.068271635180755, 48.66439181053974 ], [ 2.154809628987194, 48.686753709518385 ], [ 2.262500307362811, 48.664111175042557 ], [ 2.209616730119525, 48.715657505665774 ], [ 2.257150720136152, 48.776238232587687 ], [ 2.152974156307578, 48.737477793856712 ], [ 2.069752750563478, 48.771056366248636 ] ] ] } } ] } |