geogrid 1.2.2 → 1.2.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -2,4 +2,5 @@
2
2
 
3
3
  `geogrid` is a JavaScript library that allows you to create regular grids with various patterns on a flat plane or on the globe. In addition, it provides geoprocessing functions to transfer GeoJSON data (points, lines, or polygons) onto these grids.
4
4
 
5
- See the full documentation at: [https://neocarto.github.io/geogrid/](https://neocarto.github.io/geogrid/)
5
+ - Documentation: [https://neocarto.github.io/geogrid/](https://neocarto.github.io/geogrid/)
6
+ - Live examples: [https://observablehq.com/@neocartocnrs/hello-geogrid](https://observablehq.com/@neocartocnrs/hello-geogrid)