7 Commits

Author SHA1 Message Date
04e14876f5 Use symbolic names for projections 2025-06-26 12:03:29 +02:00
ede8880e72 Update copyright date 2025-01-13 09:07:30 +01:00
7b6ed0d2bc Use anonymous namespace instead of static in test code
This is recommended in C++ Core Guidelines SF.22
https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#Rs-unnamed2
2024-08-15 22:24:35 +02:00
ff91d49869 Update copyright date 2024-01-26 16:45:53 +01:00
7ba523ba37 Update copyright date to 2023 2023-01-15 16:13:42 +01:00
4180885504 Add stream output functions for geometry types for debugging
Output is to something very similar to WKT (results might be a bit
different for corner cases like empty linestrings etc.) This is only to
be used for debugging. When tests fail the Catch framework will now
output the geometries properly.
2022-09-28 17:19:06 +02:00
5c7a66b768 Complete and test implementation of geom::transform() 2022-07-30 10:43:56 +02:00