annotate schema/demo-data/published_services.sql @ 1110:ed8fbbc48440

Add demo-data for published OGC services
author Tom Gottfried <tom@intevation.de>
date Mon, 05 Nov 2018 15:08:28 +0100
parents
children 50dd4ff7907e
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1110
ed8fbbc48440 Add demo-data for published OGC services
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
1 INSERT INTO sys_admin.published_services (name) VALUES
ed8fbbc48440 Add demo-data for published OGC services
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
2 ('waterway.fairway_dimensions'),
ed8fbbc48440 Add demo-data for published OGC services
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
3 ('waterway.distance_marks_geoserver'),
ed8fbbc48440 Add demo-data for published OGC services
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
4 ('waterway.sounding_results_contour_lines_geoserver'),
ed8fbbc48440 Add demo-data for published OGC services
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
5 ('waterway.bottlenecks'),
ed8fbbc48440 Add demo-data for published OGC services
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
6 ('waterway.bottleneck_overview')