hschiebold

Results 20 comments of hschiebold

Über die Benutzer Verwaltung können alle mit der entsprechenden Verwalterrolle dann das Häkchen bei "Vereinsmitglied" / member setzen. Initial habe ich das mal für unsere Mitglieder auf der DB gemacht...

Gibt es mittlerweile in meinem fork hschiebold/ep3-bs Admin kann Betrag x als User Budget eintragen und dann kann der User aus diesem Budget bezahlen

@akrherz Hi, we have the same issue here. Could you solve the problem with the mapserv.c version or is it a bug in GDAL? We have GDAL 1.11.3 at the...

Dein Datenbank setup scheint nicht richtig gelaufen zu sein. Wie sieht denn der Inhalt deiner DB aus - bei mir in dev so - bs_options sind bei mir 48 Einträge...

This version expects simple space separated keyword_list param in tms md. Otherwise we could use standard keyword_list with vocabulary simplified as space separated list with following snippet in tms_capabilities.xml {{if...

Added simple test and full example in doc for second approach with standard keyword_list (we would prefer). Should we notice in doc, that if no special service tms md block...

not realy shure if that is the correct test for that and what i can expect in resp for layer foo and not for layer bar `def test_get_featureinfo_query_layers(self, app): expected_req...

ok now it seems i understood the tests - sorry for the stupid question tests show that additional code create_requests method in 4.1.2 was needed pr is ready for review...

due to nature of rest vs kvp requests the only solution for me was to check the kvp requests in wsgiapp.py and the rest capabilities requests in the handlers as...