Christian Autermann

Results 11 comments of Christian Autermann

> Or the GitHub API (https://developer.github.com/v3/repos/#get), e.g. https://api.github.com/repos/52North/WPS - but I didn't find an option for file download... You don't need the API for that: ``` https://github.com/$USER/$REPO/archive/$BRANCH_OR_TAG_OR_COMMIT.{zip,tar.gz} ```

How would you like to automate this? I mean it's basically a call to `Runtime#exec()`, but if you would like to provide some framework method for this or even run...

Links encoded as complex data? Literal data with the `xs:anyURI` data type should be the better fit: ``` xml http://www.example.org/ ``` And using the URI scheme part, it should be...

These are actually two independent problems. The first sound like a Jetty configuration problem (have a look at the [Jetty docs](http://eclipse.org/jetty/documentation/current/configuring-jsp.html)). JSP Support should be enabled by default, by I...

You'll laugh, but I've actually started an implementation some time ago. If somebody wants to do this I could provide my proto files as a starting point...

> I wish I'd be so deep into the SOS code I could just start something like that. You don't have to dig deep into the SOS code. First you'll...

Well, the `exceptionCode`s are already listed in the OWS and SOS spec... You don't mean the exact text messages by _error messages_, right? That would be quite a bit of...

I think this may be a bigger issue... A NPE at this point would mean that `featuresOfInterestForOfferings` and `offeringsForFeaturesOfInterest` got out sync somehow... Both model one part of an `n...

Right now, I have no time to add it to the SOS, so go ahead and create a PR... Regarding Iceland, I have to merge the IoC branches before (#239...

GeoTools........