3
Comment créer un GeoJSON qui fonctionne avec D3?
J'essaie simplement de convertir un fichier .shp au format geoJSON en utilisant: ogr2ogr -f geoJSON output.json input.shp Après avoir exécuté la commande, rien ne semble aller mal. Voici un extrait du fichier output.json { "type": "FeatureCollection", "features": [ { "type": "Feature", "properties": { "ID_0": 86, "ISO": "DEU", "NAME_0": "Germany", "ID_1": …