3
Wie erstelle ich ein GeoJSON, das mit D3 funktioniert?
Ich versuche einfach, eine .shp-Datei in ein geoJSON-Format zu konvertieren: ogr2ogr -f geoJSON output.json input.shp Nach dem Ausführen des Befehls scheint nichts mehr zu stimmen. Hier ist ein Auszug aus der output.json { "type": "FeatureCollection", "features": [ { "type": "Feature", "properties": { "ID_0": 86, "ISO": "DEU", "NAME_0": "Germany", "ID_1": 1, …