Pergunta

Topojson's doc states:

You can specify ESRI shapefiles as input:

topojson -o output.json input.shp 

My .shp file is valid, npm and topojson are installed, and I'am in the input file's directory (cd). This topojson command simply doesn't work on my side, no output, nor feedback produced.

How do you convert shp into topojson on your side ?


which topojson gives /usr/local/bin/topojson

which ogr2ogr gives /usr/bin/ogr2ogr

On ubuntu 13.04, but I think my issue is not related to ubuntu.

Foi útil?

Solução

Nodesjs was corrupted, I had to remove, clean up, then reinstall nodejs & topojson. See this overflow

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top