comparison pkg/geoserver/boot.go @ 5000:2b577e1c5b95 wmst-config

Cosmetics: sharpen type knife a bit.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Tue, 10 Mar 2020 10:27:38 +0100
parents bfaf7621d0ad
children 5df1eff5e445
comparison
equal deleted inserted replaced
4999:bfaf7621d0ad 5000:2b577e1c5b95
332 "enabled": true, 332 "enabled": true,
333 "attribute": *attr, 333 "attribute": *attr,
334 "presentation": "CONTINUOUS_INTERVAL", 334 "presentation": "CONTINUOUS_INTERVAL",
335 "units": "ISO8601", 335 "units": "ISO8601",
336 "nearestMatchEnabled": false, 336 "nearestMatchEnabled": false,
337 "defaultValue": map[string]interface{}{ 337 "defaultValue": map[string]string{
338 "strategy": "FIXED", 338 "strategy": "FIXED",
339 "referenceValue": "PT1M/PRESENT", 339 "referenceValue": "PT1M/PRESENT",
340 }, 340 },
341 } 341 }
342 if endAttr := tables[i].WMSTEndAttribute; endAttr != nil { 342 if endAttr := tables[i].WMSTEndAttribute; endAttr != nil {