tubackkhoa / gbif-dataportal

Automatically exported from code.google.com/p/gbif-dataportal
0 stars 1 forks source link

Portal timing out when displaying maps per country #76

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Try 

Classification=Inga
Country=AR

portal times out and a Internal Server Error is returned.

Tim suggested rewriting the query:

select d.cell_id, d.count from cell_density d inner join cell_country c on
c.cell_id=d.cell_id where d.type=1 and d.entity_id=13140804 and
c.iso_country_code='AR';

Create a custom mapping for country maps.

searchWithMapByCountry? instead of searchWithMap

Original issue reported on code.google.com by josecua...@gmail.com on 21 Feb 2010 at 7:47