Skip to content

Commit e0c9c1c

Browse files
authored
Merge pull request #172 from OlafFlebbeBosch/master
fix: adding subdirs so it can be found from the docs
2 parents 26f1977 + 90ba869 commit e0c9c1c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,10 @@ For more information see the readme in the [encoding/ewkb](encoding/ewkb) packag
173173
- [`encoding/wkb`](encoding/wkb) - well-known binary as well as helpers to decode from the database queries
174174
- [`encoding/ewkb`](encoding/ewkb) - extended well-known binary format that includes the SRID
175175
- [`encoding/wkt`](encoding/wkt) - well-known text encoding
176+
- [`geo`](geo) - algorithms for WGS84 geometry
176177
- [`geojson`](geojson) - working with geojson and the types in this package
177178
- [`maptile`](maptile) - working with mercator map tiles and quadkeys
179+
- [`planar`](planar) - algorithms for planar geometry
178180
- [`project`](project) - project geometries between geo and planar contexts
179181
- [`quadtree`](quadtree) - quadtree implementation using the types in this package
180182
- [`resample`](resample) - resample points in a line string geometry

0 commit comments

Comments
 (0)