radjan / petsfaq

Pets FAQ
2 stars 0 forks source link

[Backend][Frontend] A map view of a hospital, first kml practice #7

Closed radjan closed 10 years ago

radjan commented 11 years ago

For the first practice, get the kml of one hospital from its id, and let the map show on the hospital detail page.

radjan commented 11 years ago

Think big, start small. keep it simple for the first api. I think a map view of a single hospital is a good start.

radjan commented 11 years ago

kml document https://developers.google.com/kml/documentation/

radjan commented 11 years ago

geocoding document https://developers.google.com/maps/documentation/geocoding/?hl=zh-tw

A simple helper function using the geocoding api https://github.com/radjan/petsfaq/blob/master/common/geocoding.py

radjan commented 11 years ago

move to next milestone

radjan commented 11 years ago

Note: this issue refers to a map solution for hospital, and it does not need to use kml.