-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update util to ensure closed polygon rings, fixes #22
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule util
updated
20 files
+0 −454 | 3rdparty/dtoa_milo.h | |
+217 −0 | 3rdparty/fmt/args.h | |
+2,908 −0 | 3rdparty/fmt/base.h | |
+2,338 −0 | 3rdparty/fmt/chrono.h | |
+610 −0 | 3rdparty/fmt/color.h | |
+551 −0 | 3rdparty/fmt/compile.h | |
+5 −0 | 3rdparty/fmt/core.h | |
+1,947 −0 | 3rdparty/fmt/format-inl.h | |
+4,291 −0 | 3rdparty/fmt/format.h | |
+427 −0 | 3rdparty/fmt/os.h | |
+158 −0 | 3rdparty/fmt/ostream.h | |
+633 −0 | 3rdparty/fmt/printf.h | |
+852 −0 | 3rdparty/fmt/ranges.h | |
+726 −0 | 3rdparty/fmt/std.h | |
+368 −0 | 3rdparty/fmt/xchar.h | |
+141 −43 | Misc.h | |
+2 −0 | geo/Collection.h | |
+141 −92 | geo/Geo.h | |
+30 −0 | geo/output/GeoJsonOutput.tpp | |
+96 −23 | tests/TestMain.cpp |