[openstreetmap/openstreetmap-website] Add moderation zones where anonymous notes are not allowed (PR #6713)
Paul Norman
notifications at github.com
Thu Feb 5 15:01:53 UTC 2026
@pnorman commented on this pull request.
> @@ -0,0 +1,40 @@
+# frozen_string_literal: true
+
+# == Schema Information
+#
+# Table name: moderation_zones
+#
+# id :bigint not null, primary key
+# name :string not null
+# reason :string not null
+# reason_format :enum default("markdown")
+# zone :st_geometry not null, geometry, 0
Embedded in that question is if geoblock zones can be disjoint areas. If they can't then it should be `geometry(Polygon,4326)`. I'd have to double-check what you need if disjoint areas are allowed.
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/6713#discussion_r2769593782
You are receiving this because you are subscribed to this thread.
Message ID: <openstreetmap/openstreetmap-website/pull/6713/review/3757616818 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20260205/99e0ace5/attachment-0001.htm>
More information about the rails-dev
mailing list