GeoJSON is used to create Google Maps API v3 vectors (Marker, Polyline, Polygon) from GeoJSON objects (Point, LineString, Polygon, MultiPoint, MultiLineString ...
When parsing the GeoJSON runs file using the C# library GeoJSON.Net, it was not able to parse two runs. Both runs had in common that they were Polygon-runs, but the polygons did not create a polygon ...