A GEO Library for Modern C++
Stars
3
Forks
1
Watchers
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
User
97
commits
✨ added function to set compiler warnings
3edaa22
📝 updated readme
1e0dec0
♻️ change singed to unsigned int
c9e1c62
🐛 added missing stdexecpt include
8f8d6f4
🐛 removed incorrect semicolon
75e7dd7
💚 corrected worflows ci file to build tests
4e61b95
♻️ code cleanup
fb634d5
🙈 added clangd and compile_commands.json to ignore list
b629d62
764a94c
♻️ added missing algorithm include
9b64b43
✅ added bbox unit test
9160280
♻️ default tileSize and constructor reusing.
3db9efa
♻️ projection can be create using a tile or a bounding box
c01d05f
✨ forward to tile based constructor
dd67f86
♻️ use bounding_box class instead of tuple
f59c7d1