~abie-riseup/sahana-eden/devel

« back to all changes in this revision

Viewing changes to controllers/gis.py

  • Committer: Fran Boon
  • Date: 2010-01-23 17:45:48 UTC
  • Revision ID: flavour@partyvibe.com-20100123174548-45blpf6hcd69ki6r
GIS represent shows Lat & Lon (still has HTML cluttering export, but at least it can be stripped)

Show diffs side-by-side

added added

removed removed

Lines of Context:
265
265
        #                      (db.gis_feature_class_to_feature_group.feature_group_id == db.gis_feature_group.id) &
266
266
        #                      (db.gis_feature_group.name.like(fgroup)))
267
267
    
268
 
    response.s3.pagination = True
 
268
    #response.s3.pagination = True
269
269
    
270
270
    return shn_rest_controller(module, resource, onvalidation=lambda form: wkt_centroid(form))
271
271