Allow for passing in geo_shape geoJSON when creating a group#847
Allow for passing in geo_shape geoJSON when creating a group#847tibetsprague wants to merge 1 commit intodevfrom
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #847 +/- ##
==========================================
- Coverage 57.15% 57.14% -0.02%
==========================================
Files 211 211
Lines 5884 5887 +3
==========================================
+ Hits 3363 3364 +1
- Misses 2521 2523 +2
Continue to review full report at Codecov.
|
|
So, unfortunately, We could check if the incoming geoJSON is a feature collection, and then port it to a We will also need to validate that the same geometries are being served out as valid geoJSON. Perhaps helper functions for these sorts of operations were already built out when Sophia did the group geometry stuff? |
No description provided.