Created
August 14, 2013 12:50
-
-
Save bertspaan/6230762 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": "LineString", | |
"coordinates": [ | |
[ | |
4.84328151370264, | |
52.3516515662014 | |
], | |
[ | |
4.84329081847612, | |
52.3514848569921 | |
] | |
] | |
}, | |
{ | |
"type": "Polygon", | |
"coordinates": [ | |
[ | |
[ | |
4.84204095750217, | |
52.3514571711681 | |
], | |
[ | |
4.84107014840906, | |
52.3514578501193 | |
], | |
[ | |
4.84106723818344, | |
52.3514485769055 | |
], | |
[ | |
4.84179903984223, | |
52.3514556551821 | |
], | |
[ | |
4.84204095750217, | |
52.3514571711681 | |
] | |
] | |
] | |
}, | |
{ | |
"type": "Polygon", | |
"coordinates": [ | |
[ | |
[ | |
4.84214692816937, | |
52.3514578350815 | |
], | |
[ | |
4.84291493320115, | |
52.3514626438478 | |
], | |
[ | |
4.84427553507356, | |
52.3514911162458 | |
], | |
[ | |
4.84495001460495, | |
52.3514868003402 | |
], | |
[ | |
4.84494978835191, | |
52.3515053188697 | |
], | |
[ | |
4.844571744846, | |
52.3515054382883 | |
], | |
[ | |
4.84357690746377, | |
52.351491613486 | |
], | |
[ | |
4.84214692816937, | |
52.3514578350815 | |
] | |
] | |
] | |
}, | |
{ | |
"type": "Polygon", | |
"coordinates": [ | |
[ | |
[ | |
4.84205378814523, | |
52.3516387080047 | |
], | |
[ | |
4.84494095283498, | |
52.3516689255582 | |
], | |
[ | |
4.84494059772886, | |
52.3516979899018 | |
], | |
[ | |
4.84286052140894, | |
52.351654531709 | |
], | |
[ | |
4.84106067948666, | |
52.3516607736158 | |
], | |
[ | |
4.84105696261597, | |
52.3516413791463 | |
], | |
[ | |
4.84205378814523, | |
52.3516387080047 | |
] | |
] | |
] | |
}, | |
{ | |
"type": "Polygon", | |
"coordinates": [ | |
[ | |
[ | |
4.84214692816937, | |
52.3514578350815 | |
], | |
[ | |
4.84204095750217, | |
52.3514571711681 | |
], | |
[ | |
4.84211657690481, | |
52.3514571179481 | |
], | |
[ | |
4.84214692816937, | |
52.3514578350815 | |
] | |
] | |
] | |
} | |
] | |
}, | |
"properties": { | |
"EINDDATUM": "01-10-2013", | |
"LOCATIEWERKZAAMHEDEN": "HEEMSTEDESTRAAT ts Delflandplein en Westlandgracht ", | |
"STARTDATUM": "01-09-2012", | |
"SOORTWERKZAAMHEDEN": "asfalteren fietspaden", | |
"WIORPR_ID": 12052 | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment