Issue 18729

can not view results as a map

18729
Reporter: feedback bot
Type: Feedback
Summary: can not view results as a map
Resolution: Fixed
Status: Closed
Created: 2016-09-09 20:48:49.693
Updated: 2017-10-06 12:15:28.718
Resolved: 2017-10-06 12:15:28.689
        
        
Description: Dear,
I'm trying to visualize a map with all georreferenced records for Plantae. But I'm getting a error message that the taxon "plantae" was replaced bz "Plantae". But any of the searchers allows me to view results as a map. Even if I restrict my search for magnoliophyte

thanks

Fernanda]]>
    


Author: trobertson@gbif.org
Created: 2016-09-10 07:21:31.265
Updated: 2016-09-10 07:21:31.265
        
Thank you Fernanda

The easiest way to see a map of Plantae is on the taxon page: http://www.gbif.org/species/6

If you need to add more filters you can do it on the occurrence search page:
  http://www.gbif.org/occurrence/search?TAXON_KEY=6&display=map

There is an issue with the scientific name filter which you are observing - if you apply the filter too quickly, it does not work which is a bug.  If you wait after typing "Plantae" it will autocomplete and give a selection of options.  If you wait for that and make a selection, it will work.

CC [~fmendez@gbif.org] [~hoefft] [~bko@gbif.org] this is being reported by a lot of people
    


Author: hoefft
Created: 2016-09-12 13:57:42.683
Updated: 2016-09-12 13:59:48.856
        
doesn't seem to be an autocomplete issue to me. The usage of a bounding box makes the map view fail

select any location bounding box
http://www.gbif.org/occurrence/search?GEOMETRY=-40.78125+56.559482%2C-40.78125+22.593726%2C36.5625+22.593726%2C36.5625+56.559482%2C-40.78125+56.559482#

apply -> view as map -> failure

likewise removing the geometry param from the refered failed location works:
http://www.gbif.org/occurrence/search?TAXON_KEY=49&HAS_GEOSPATIAL_ISSUE=false&HAS_COORDINATE=true&display=map

    


Author: hoefft
Created: 2016-09-12 14:49:22.581
Updated: 2016-09-12 14:49:22.581
        
https://github.com/gbif/portal-web/commit/caa85b3a0015cf0b1891c4d6c74f48f2a76be634

this solves the issue with showing an empty map when the param TAXON_KEY is a string (e.g. 'plantae') as the key will be used instead. But the issue reported above with map search and geometry params is still there.