andrewxhill / MOL

The Map of Life
mol.colorado.edu/
19 stars 4 forks source link

Map tile handler implementation on remote server #13

Closed eightysteele closed 13 years ago

eightysteele commented 13 years ago

App Engine proxies map tile requests and will download them on-demand from the remote server if not cached or datastored, so we need a map tile handler implementation on the remote server.

I'm starting work on this issue now.

eightysteele commented 13 years ago

Pushed the tile service: https://github.com/andrewxhill/MOL/commit/d33a7250821da627ebe867ad52e8a21771e99412

Added regular expressions for URL params: https://github.com/andrewxhill/MOL/commit/54eaf0bc2e4fb648ec13818940ba480106899f9c

Changing issue label from Status-Started to Status-Review.

andrewxhill commented 13 years ago

This also looks good. It appears that if we use the key_name for our internal ids animalia/species/abditomys_latiden that using them to also mean directories within the remote service, line 37 of api, will work fine.

If that is good, I think this is ready to close.

eightysteele commented 13 years ago

Excellent. Let's keep it open until I mod it to support the new key_name architecture.

eightysteele commented 13 years ago

Tile service has been updated to use the new key_name architecture. Closing issue.