Go to file
jordi fita mas 1de4042d91 Handle path and rects in map
There are many installations on the map that are drawn with rect
instead of path.  I could transform them with Inkscape, but i finally
found out about DOMMatrix, that helps me a lot to convert points, as
it can parse the values of the `transform` attribute.

I also saw that SVGGraphicElements has getCTM() and getScreenCTM(), but
neither of them worked for me: the resulting transformation was “shrunk”
on the map (i.e., like it was scaled down).
2024-01-29 17:57:14 +01:00
cmd/camper Manage all media uploads in a single place 2023-09-21 01:56:44 +02:00
debian Tag database with v2 2024-01-29 02:52:52 +01:00
demo Handle path and rects in map 2024-01-29 17:57:14 +01:00
deploy Add ask_zone_preferences and overflow_allowed to campsite_type 2024-01-29 03:38:11 +01:00
pkg Add ask_zone_preferences and overflow_allowed to campsite_type 2024-01-29 03:38:11 +01:00
po Translate map’s legend 2024-01-29 14:37:27 +01:00
revert Add ask_zone_preferences and overflow_allowed to campsite_type 2024-01-29 03:38:11 +01:00
test Add ask_zone_preferences and overflow_allowed to campsite_type 2024-01-29 03:38:11 +01:00
verify Add ask_zone_preferences and overflow_allowed to campsite_type 2024-01-29 03:38:11 +01:00
web Handle path and rects in map 2024-01-29 17:57:14 +01:00
.gitignore Add the sample campsite types to the demo file 2023-09-10 03:57:46 +02:00
Makefile Add French’s Gettext file, with very little translations 2023-12-13 23:55:43 +01:00
go.mod Copy RecordArray from pgtype to database 2023-09-12 21:58:30 +02:00
go.sum Copy RecordArray from pgtype to database 2023-09-12 21:58:30 +02:00
guix.scm Add Guix package definition 2024-01-28 18:12:38 +01:00
sqitch.conf Add empty Sqitch configuration anq plan files 2023-07-20 23:43:23 +02:00
sqitch.plan Add ask_zone_preferences and overflow_allowed to campsite_type 2024-01-29 03:38:11 +01:00