Hi, Matt!
The html code below works in a browser:
https://tile.gbif.org/3857/omt/0/0/0...@1x.png?style=gbif-classic); src="
https://api.gbif.org/v2/map/occurrence/density/0/0/0...@1x.png?style=classic.point&taxonKey=2974832
"/>
I am using it as the basis for my "poor man's" solution for displayi
Dear Mauro,
I'm afraid this isn't possible in a single API call. You need two
calls, one for the land/sea basemap, and another for the occurrences:
https://tile.gbif.org/3875/omt/0/0/0...@1x.png?style=gbif-classic
https://api.gbif.org/v2/map/occurrence/density/0/0/0...@1x.png?taxonKey=297483
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 could