diff pkg/controllers/geostyling.go @ 913:876d1f5433be geo-style

Started with direct applying style after modification via controller. WIP.
author Sascha L. Teichmann <teichmann@intevation.de>
date Tue, 02 Oct 2018 23:29:55 +0200
parents ad9272460ef3
children 4bf3a3a20ce1
line wrap: on
line diff
--- a/pkg/controllers/geostyling.go	Tue Oct 02 22:25:44 2018 +0200
+++ b/pkg/controllers/geostyling.go	Tue Oct 02 23:29:55 2018 +0200
@@ -7,6 +7,7 @@
 	"log"
 	"net/http"
 
+	"gemma.intevation.de/gemma/pkg/geoserver"
 	"gemma.intevation.de/gemma/pkg/models"
 	"github.com/gorilla/mux"
 )
@@ -64,5 +65,5 @@
 		return
 	}
 
-	// TODO: Configure GeoServer
+	geoserver.ReconfigureStyle(feature)
 }