GeoJSON GeometryCollection not working / missing
meschg opened this issue · 2 comments
meschg commented
Hello,
in my tests in looks like the GeometryCollection with the example is not rendering at all. The problem also appears in combination features collection
Best wishes
Gerhard
Specification:
https://tools.ietf.org/html/rfc7946#appendix-A.7
Minimal JSON Test code:
{
"type": "GeometryCollection",
"geometries": [
{
"type": "LineString",
"coordinates": [
[
101.0,
0.0
],
[
102.0,
10.0
]
]
}
]
}
Expected Result (Without Colleciton):
Geometrie & Features collection test file:
geometrie_feature_collection.txt
meschg commented
Thanks for the fast fix.
ben-src commented
I'm still getting this problem with it not showing a FeatureCollection containing a GeometryCollection