gislab-npo / gislab

GIS.lab - total reduction of deployment and maintenance costs for complete free and open source geospatial infrastructure
http://gislab-npo.github.io/gislab/
GNU General Public License v3.0
40 stars 14 forks source link

Django filter url endpoint #462

Closed jachym closed 9 years ago

jachym commented 9 years ago

url: /filter?PROJECT=PROJECT_NAME

POST filter configuration

{ 
     layername: {
        attribute1: {
              value: "value",
              operator: "="
     },
     attribute2: {
     ....
     }
}

Uses OWSLib for WFS GetFeatures request and FES generated query

Uses paging

returns JSON with data

imincik commented 9 years ago

Hi @jachym, if this issue is still valid, please move it to https://github.com/imincik/gislab-web-mobile/issues

jachym commented 9 years ago

ticket moved to https://github.com/imincik/gislab-web-mobile/issues/1