view schema/version.sql @ 5476:453a33b0717d

GetLegendGraphics URL escaped ';' by '%3B'. The typical call according to https://docs.geoserver.org/latest/en/user/services/wms/get_legend_graphic/index.html contains semicolons as separators. Due to https://github.com/golang/go/issues/25192 we omit the direct usage of ';' in the geoserver call.
author Thomas Junk <thomas.junk@intevation.de>
date Tue, 17 Aug 2021 16:51:43 +0200
parents 67ffa7517888
children 8797274e2739
line wrap: on
line source

INSERT INTO gemma_schema_version(version) VALUES (1463);