I have several GeoJSON files which I would visualize. I imagine something like
geojson2png input.geojson output.png
and some parameters for the resolution / bounding box I want to visualize.
http://geojson.io is awesome, but it is not feasable to upload it and take a screenshot for many files. I've seen that it is open source and tried geojsonio.py
, but that uploads the data to a public gist (and has problems).
If I just want the style to be applied as it is on geojson.io, with no underlying map, can I create it locally?