view schema/demo-data/published_services.sql @ 1538:8e67f6e8d195

client: add first css to control pdf generation * Using @page css rules to set a fixed DIN A4 page and margins to more precisely control the resulting pdf when using browser printing.
author Bernhard Reiter <bernhard@intevation.de>
date Fri, 07 Dec 2018 17:43:48 +0100
parents 50dd4ff7907e
children a005816388b7
line wrap: on
line source

-- This is Free Software under GNU Affero General Public License v >= 3.0
-- without warranty, see README.md and license for details.

-- SPDX-License-Identifier: AGPL-3.0-or-later
-- License-Filename: LICENSES/AGPL-3.0.txt

-- Copyright (C) 2018 by via donau
--   – Österreichische Wasserstraßen-Gesellschaft mbH
-- Software engineering by Intevation GmbH

-- Author(s):
--  * Tom Gottfried <tom@intevation.de>

INSERT INTO sys_admin.published_services (name) VALUES
    ('waterway.fairway_dimensions'),
    ('waterway.distance_marks_geoserver'),
    ('waterway.sounding_results_contour_lines_geoserver'),
    ('waterway.bottlenecks'),
    ('waterway.bottleneck_overview')