geojson-grid
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "geojson-grid", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "GeoJSON point grid creator", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -13,4 +13,4 @@ # geojson-grid | ||
--bounds=15.8,47.8,16,48 --cellsize=500 > test.geojson | ||
geojson-grid --bounds=15.8,47.8,16,48 --cellsize=500 > test.geojson | ||
creates a GeoJSON and writes it to `test.geojson`. |
2914