Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
commit 279212f Author: Linus Wallin <linuswallin@live.se> Date: Mon Mar 4 09:46:08 2024 +0100 fix: solves bug where precision is allowed to be too high Limits the precision in containingGeohash function to 6 from 24 since the toGeohash function has been updated to only work for highest precision 6. commit 2aa650f Merge: 263f8e2 dcdb58d Author: Linus Wallin <linuswallin@live.se> Date: Mon Mar 4 09:45:04 2024 +0100 Merge branch '213-geometry-to-geohash' of github.com:DD2480-Group-3/geometry-api-java into 54-coveringGeohash commit 263f8e2 Author: Linus Wallin <linuswallin@live.se> Date: Sun Mar 3 19:47:34 2024 +0100 refactor: removed missed empty line commit 72b84f4 Author: Linus Wallin <linuswallin@live.se> Date: Sun Mar 3 19:47:05 2024 +0100 refactor: removed empty line commit 6fef312 Author: Linus Wallin <linuswallin@live.se> Date: Sun Mar 3 19:45:34 2024 +0100 refactor: removed empty lines commit 1287b2c Author: Linus Wallin <linuswallin@live.se> Date: Sun Mar 3 19:39:49 2024 +0100 test: changed envelope to encompass 4 different parts of the geo grid The envelope was previously assigned wrong max x and y values, which resulted in errors as the coveringGeohash function didn't return the expected amount of geo hashes. commit 69ca9c0 Author: Linus Wallin <linuswallin@live.se> Date: Sun Mar 3 19:30:38 2024 +0100 fix: solves bug which resulted in wrong geohashes commit 2a8d131 Author: Linus Wallin <linuswallin@live.se> Date: Sun Mar 3 19:24:32 2024 +0100 test: updated tests to match the changes of the function in last commit commit bb45871 Author: Linus Wallin <linuswallin@live.se> Date: Sun Mar 3 19:24:02 2024 +0100 refactor: made the return string array dynamic commit 708542e Author: Linus Wallin <linuswallin@live.se> Date: Sun Mar 3 18:42:15 2024 +0100 refactor: removes indentation error caused by merge commit a216691 Merge: 4420765 62f7d5f Author: Linus Wallin <linuswallin@live.se> Date: Sun Mar 3 18:41:36 2024 +0100 Merge branch '213-geometry-to-geohash' of github.com:DD2480-Group-3/geometry-api-java into 54-coveringGeohash commit 4420765 Author: Linus Wallin <linuswallin@live.se> Date: Sun Mar 3 18:37:30 2024 +0100 test: added test cases for coveringGeohash function commit 2c31979 Author: Linus Wallin <linuswallin@live.se> Date: Sun Mar 3 18:15:40 2024 +0100 refactor: removes unnecessary if statement Removes if statement which didn't change the outcome of the program. commit e0b04d3 Author: Linus Wallin <linuswallin@live.se> Date: Sun Mar 3 17:39:37 2024 +0100 feat: coveringGeohash funciton added Adds funtion which given an envelope returns up to four geohashes which cover the envelope.
- Loading branch information