view schema/updates/1204/04.publish.sql @ 5559:ce9a9a1bf92f

Make invalid output of ISRSrange_area() less likely, next try Since ST_MakeValid() might return a collection of lower-to-equal dimension geometries, distill only the polygons from it. This should prevent respective errors when trying to save the result to a column of type MultiPolygon.
author Tom Gottfried <tom@intevation.de>
date Thu, 02 Dec 2021 12:37:33 +0100
parents 0b01fd83bc3b
children
line wrap: on
line source

INSERT INTO sys_admin.published_services (name)
   VALUES ('waterway.sounding_results_areas_geoserver'::regclass)
   ON CONFLICT (name) DO NOTHING;
INSERT INTO sys_admin.published_services (name)
   VALUES ('waterway.sounding_differences'::regclass)
   ON CONFLICT (name) DO NOTHING;