comparison pkg/geoserver/templates.go @ 5423:24156a964eaa marking-single-beam

[WIP] Add support for scan marking points in geoserver.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Thu, 08 Jul 2021 12:21:55 +0200
parents 44b032028e48
children
comparison
equal deleted inserted replaced
5422:ad8e3fffb868 5423:24156a964eaa
34 ) 34 )
35 35
36 func init() { 36 func init() {
37 RegisterStylePreprocessor( 37 RegisterStylePreprocessor(
38 "sounding_results_areas_geoserver", 38 "sounding_results_areas_geoserver",
39 templateContourLinesFunc("morphology_classbreaks"))
40 RegisterStylePreprocessor(
41 "sounding_results_marking_points_geoserver",
39 templateContourLinesFunc("morphology_classbreaks")) 42 templateContourLinesFunc("morphology_classbreaks"))
40 RegisterStylePreprocessor( 43 RegisterStylePreprocessor(
41 "sounding_differences", 44 "sounding_differences",
42 templateContourLinesFunc("morphology_classbreaks_compare")) 45 templateContourLinesFunc("morphology_classbreaks_compare"))
43 RegisterStylePreprocessor( 46 RegisterStylePreprocessor(