view db_schema/stammdaten_fill_verwaltungsgrenze.sql @ 1251:3d0d401b9d9a

Its actually an property of an Ort that is validated here. The validation occured only in case the Ort had been associated to a Probe object. Now it occurs on creation or update of an Ort.
author Tom Gottfried <tom@intevation.de>
date Fri, 16 Dec 2016 16:23:32 +0100
parents f094aca05cf2
children
line wrap: on
line source
INSERT INTO stammdaten.verwaltungsgrenze(gem_id, shape)
SELECT
  verwaltungseinheit.id,
  gem_utm.geom
FROM
  stammdaten.verwaltungseinheit
JOIN geo.gem_utm ON verwaltungseinheit.id = gem_utm.ags;
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)