comparison pkg/geoserver/boot.go @ 877:254cd247826d geo-style

The XSLT stuff is not need (Puh!).
author Sascha L. Teichmann <teichmann@intevation.de>
date Sun, 30 Sep 2018 20:09:02 +0200
parents 8b9bd9ccdd93
children 495fc3264265
comparison
equal deleted inserted replaced
876:8b9bd9ccdd93 877:254cd247826d
401 if resp.StatusCode != http.StatusCreated { 401 if resp.StatusCode != http.StatusCreated {
402 return fmt.Errorf("cannot create style %s (%s)", 402 return fmt.Errorf("cannot create style %s (%s)",
403 entries[i].Name, http.StatusText(resp.StatusCode)) 403 entries[i].Name, http.StatusText(resp.StatusCode))
404 } 404 }
405 405
406 //log.Printf("%s\n", entries[i].Style.String)
407
406 // TODO: Connect with feature. 408 // TODO: Connect with feature.
407 } 409 }
408 410
409 return nil 411 return nil
410 } 412 }