jwass / geojsonio.py

Open GeoJSON data on geojson.io
BSD 2-Clause "Simplified" License
121 stars 25 forks source link

add 'force_gist' option #2

Closed carsonfarmer closed 10 years ago

carsonfarmer commented 10 years ago

Allows users to use a gist even for smaller geojson content. This might be useful for creating quick geojson.io examples for embedding in HTML and may be slightly faster in some cases. To maintain backwards compatibility, the new option defaults to False. This PR also contains some PEP 8 cleanups.

jwass commented 10 years ago

Awesome. Thanks! Thanks for the cleanups too.