Skip to content

Instantly share code, notes, and snippets.

@tmcw
Created September 13, 2013 20:37
Show Gist options
  • Save tmcw/6555745 to your computer and use it in GitHub Desktop.
Save tmcw/6555745 to your computer and use it in GitHub Desktop.

geojsonio-cli

Shoot files from your shell to geojson.io for lightning-fast visualization and editing. This is a node.js module and thus requires node.

Read or pipe a file

geojsonio map.geojson
cat map.geojson | geojsonio

Options:

--print prints the url rather than opening it
--domain="http://custominstancedomain.com/"

installation

npm install -g geojsonio-cli
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment