Amsterdam / django-gisserver

Django speaking WFS 2.0 to expose geo data
Mozilla Public License 2.0
38 stars 10 forks source link

Consider allowing geometry fields through foreign key relations #7

Closed stewjb closed 3 years ago

stewjb commented 3 years ago

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 and access the geometry field through a foreign key relation.