view 3rdpartylibs.sh @ 663:db749c02127c

Client: slightly improve wfs loading for marks * Remove stroke style that has not been used for point layers. * Use a bbox filter to restrict loading roughly to the extend of danube in Austria for the external distance marks. * Add diagnosis information to console for both point layers.
author Bernhard Reiter <bernhard@intevation.de>
date Tue, 18 Sep 2018 09:03:55 +0200
parents 4a637b333417
children d856e458dd64
line wrap: on
line source

#!/bin/sh
go get -u -v github.com/jackc/pgx
go get -u -v github.com/etcd-io/bbolt/...
go get -u -v github.com/mitchellh/go-homedir
go get -u -v github.com/spf13/cobra
go get -u -v github.com/spf13/viper
go get -u -v github.com/gorilla/mux
go get -u -v gopkg.in/gomail.v2
go get -u -v github.com/rs/cors
go get -u -v golang.org/x/net/html/charset