jivan icon indicating copy to clipboard operation
jivan copied to clipboard

जीवन

Results 20 jivan issues
Sort by recently updated
recently updated
newest added

I was looking for a WFS implementation in golang and stumbled over this. I'd be interested in atleast try and a contribute as far as I'm able.

Filtering of features is done after de whole collection has been traversed, this is very slow with respect to large number of features. The startIndex,, stopIndex should be taken into...

Hi, Thanks for this repo which will be quite useful. I am trying to use it with my own geopackage data and I got some errors in the sql syntax...

Think through appropriate error codes & set them as consts. Strings such as `"InvalidParameterValue"` & `"NoApplicableCode"` should be set as consts & the consts used in code.

* [ ] Update `wfs3.features.FeatureCollectionData()` & `data_provider.CollectionFeatures()` to use Filterer interface.

Right now, errors that are reported back to service users are always in json despite html support being added. This is easy to resolve, by replacing the handlers.go `jsonError()` with...

help wanted
good first issue

I'm pulling this out of the Core Conformance milestone, it makes more sense to do this after the (tegola) data provider interface is updated to provide an extent for layers...

As of 2018-04-05 I can't find a reliable openapi3 document schema. When one is published use it for validation here.

The athens gpkg doesn't have any time data, making tests for the `time` parameter to endpoint `/collections/` limited in their value. * Add a data source w/ features that have...