view schema/updates/0301/01.dismar-wwname.sql @ 4325:124a5a7fe8d6

enchange wms styling * Enable opacity in SLD templates by splitting the corresponding `_fill` value. The place of the change is in the handlers which are specfic to geoserver templates. Adding it there keeps the way how opacity is styled consistent with WFS styles towards the default values in the database and the client.
author Bernhard Reiter <bernhard@intevation.de>
date Wed, 04 Sep 2019 15:30:08 +0200
parents 32e9ae5210f9
children
line wrap: on
line source

ALTER TABLE waterway.distance_marks_virtual
  ADD COLUMN IF NOT EXISTS wwname varchar;