| 1 | = Locations Search = |
| 2 | |
| 3 | We currently have just search_simple plugged-in. |
| 4 | |
| 5 | We 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 | |
| 7 | We 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 | |
| 9 | We 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 | |
| 13 | Maybe we should plug the de-duplicator into this? |
| 14 | |
| 15 | ---- |
| 16 | [wiki:BluePrintGeographicInformationSystems] |