[API-users] How to simple distribution maps

2023-07-28 Thread Mauro Cavalcanti via API-users
Dear ALL, I have already spent some hours now attempting to generate simple distribution maps using the GBIF maps API ( https://www.gbif.org/developer/maps). I have seen the base map examples (https://tile.gbif.org/ui/) and the raster style demos (https://api.gbif.org/v2/map/demo.html), but

Re: [API-users] Maps API returning nothing

2023-07-28 Thread Mauro Cavalcanti via API-users
Hi, Matt! I still cannot generate a proper map. Using the most simple API call, with all default parameters for a given taxon, I got just the density distribution of points, without an overlaid map: https://api.gbif.org/v2/map/occurrence/density/0/0/0...@1x.png?taxonKey=2974832 Is there a way of

Re: [API-users] Maps API returning nothing

2023-07-28 Thread Mauro Cavalcanti via API-users
Hi, Matt! Of course! I just blindly copied the example provided, without noticing that the coordinates were missing... Sorry for the trouble. Thanks a lot. With warmest regards, Em sex., 28 de jul. de 2023 às 13:24, Matthew Blissett via API-users < api-users@lists.gbif.org> escreveu: > Dear

Re: [API-users] Maps API returning nothing

2023-07-28 Thread Matthew Blissett via API-users
Dear Mauro, You need to replace the {z}/{x}/{y} with coordinates of a tile on the map, for example 0/0/0: https://api.gbif.org/v2/map/occurrence/density/0/0/0...@1x.png?taxonKey=212=hex=30=classic-noborder.poly Depending what software or libraries you are using (if any), you can probably

[API-users] Maps API returning nothing

2023-07-28 Thread Mauro Cavalcanti via API-users
Dear ALL, I have been trying the Maps API (https://www.gbif.org/developer/maps), but when attempting to run one of the demos at https://api.gbif.org/v2/map/occurrence/density/{z}/{x}/{y}@1x.png?taxonKey=212=hex=30=classic-noborder.poly I keep getting back an empty ("400") image. What may be the