django-gisserver
django-gisserver copied to clipboard
Django speaking WFS 2.0 to expose geo data
If a FeatureField has reference to a different model via FK reference, GetCapabilities query is not working. eg. `FeatureField( "not_working", model_attribute="some_fk.field_name", abstract="does not work", )` Result from eg. http://localhost:8000/wfs/?SERVICE=WFS&VERSION=2.0.0&REQUEST=GetCapabilities Now...
Hi. I have a spatial database (it's mysql, but I could port to postgress), and would like to deploy/migrate the beautiful OGC server you've made to my open source app....
My project for City of Helsinki uses coordinate reference system [EPSG:3879](https://epsg.io/3879). We have a problem with latitude and longitude axis order in WFS GML output when using `django-gisserver` version `1.2.4`....
It seems like features can only be generated with querysets from models that have embedded geometry fields. There are times where it makes more sense to start with another model...
We have some larger polygons in our database and in order to simplify calculations etc we have a GeneratedField, which builds a simplified version of the polygon. ``` geometry =...
Hopefully fixes #24
Hi. I would like to add a new field to my `FeatureType`, not defined in my model, whose values are computed at runtime by a generic Python function. I was...
Hi, Excellent project, thank you for making it available as Open Source. I'm wondering if you would have an estimate when the update/editing of feature will be possible? I see...