Changes between Initial Version and Version 1 of BluePrintGISLocationsSearch


Ignore:
Timestamp:
08/23/10 09:25:56 (15 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrintGISLocationsSearch

    v1 v1  
     1= Locations Search =
     2
     3We currently have just search_simple plugged-in.
     4
     5We want to be able to also search local names, so suggest revising the data model for that so that gis_location_name_l10n is a component of gis_location.
     6
     7We want to be able to search for locations within a specific area, so want a Map Tool to select a rectangle (BBOX) or Polygon. (BBOX will be faster to do search, especially on non-Spatial databases, which all of ours are currently).
     8
     9We need support for this at the back-end (can we build on Shapely for this?):
     10 * gis.get_features_in_bbox()
     11 * gis.get_features_in_polygon()
     12
     13Maybe we should plug the de-duplicator into this?
     14
     15----
     16[wiki:BluePrintGeographicInformationSystems]