Ecotrust / forestplanner

An online tool for forest management scenario planning
BSD 3-Clause "New" or "Revised" License
29 stars 11 forks source link

Fly to / Geo search feature [1 day] #36

Closed perrygeo closed 11 years ago

perrygeo commented 12 years ago

In addition to implementing a geocoder lookup, we should also support:

Need to do some user testing to see what, if anything is needed beyond a simple geocode.

perrygeo commented 12 years ago

The client-side of the search will auto-complete for property/stand names

The server side will:

Return format? Some simple json should do:

{ 
  'status': ok, 
  'type': 'geocoded', 
  'extent': [123,456,789,1011]
}
perrygeo commented 12 years ago

Server side is ready to rock and roll

/trees/geosearch?search=blah

will return some json like above.

Handing the ticket over to Edwin for the client side integration.

perrygeo commented 12 years ago

Wonder if we could use this fanciness : https://github.com/crucialfelix/django-ajax-selects

perrygeo commented 11 years ago

For now, we need to test in the real world and fix according to feedback. Right now, the searching for geographic features is pretty lame.