Created
August 14, 2013 12:50
-
-
Save bertspaan/6230759 to your computer and use it in GitHub Desktop.
CORA-data waarin GeometryCollections voorkomen
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"type": "FeatureCollection", | |
"features": [ | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "GeometryCollection", | |
"geometries": [ | |
{ | |
"type": "Point", | |
"coordinates": [ | |
4.91819899467604, | |
52.3463833853759 | |
] | |
}, | |
{ | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
4.92737880362647, | |
52.3200426073373 | |
], | |
[ | |
4.92475768085038, | |
52.3209924733791 | |
], | |
[ | |
4.9229540960658, | |
52.3216638681051 | |
], | |
[ | |
4.92293307249477, | |
52.3216765867059 | |
], | |
[ | |
4.92059344049778, | |
52.3226594676672 | |
], | |
[ | |
4.92057248301072, | |
52.3226657855612 | |
], | |
[ | |
4.92013096124969, | |
52.322932866398 | |
], | |
[ | |
4.92019269040285, | |
52.3230227177408 | |
], | |
[ | |
4.92144090513454, | |
52.3225283953747 | |
], | |
[ | |
4.92337182511947, | |
52.3216719070526 | |
], | |
[ | |
4.92754472398932, | |
52.3201584619636 | |
], | |
[ | |
4.92737880362647, | |
52.3200426073373 | |
] | |
] | |
}, | |
{ | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
4.9178038424757, | |
52.3237078238424 | |
], | |
[ | |
4.91775229201003, | |
52.3236436138326 | |
], | |
[ | |
4.91862175462179, | |
52.3234102402048 | |
], | |
[ | |
4.91869419671065, | |
52.3234745325649 | |
], | |
[ | |
4.9178038424757, | |
52.3237078238424 | |
] | |
] | |
} | |
] | |
}, | |
"properties": { | |
"EINDDATUM": "01-02-2014", | |
"LOCATIEWERKZAAMHEDEN": "BUITENSINGEL ts van der Madeweg en Holterbergweg", | |
"STARTDATUM": "04-02-2013", | |
"SOORTWERKZAAMHEDEN": "verleggen watergang en rijbaan (SAAL-Oost)", | |
"WIORPR_ID": 3088 | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment