gbif / gbif-api

GBIF API
Apache License 2.0
27 stars 5 forks source link

Publisher param in map API appears not to work #26

Closed dshorthouse closed 6 years ago

dshorthouse commented 6 years ago

Use of the publisher param as is documented appears to be ignored in the map API. Example: https://api.gbif.org/v2/map/occurrence/density/0/0/0@1x.png?publisher=a41250f0-7c3e-11d8-a19c-b8a03c50a862&style=purpleYellow.point vs https://api.gbif.org/v2/map/occurrence/density/0/0/0@1x.png?style=purpleYellow.point

MortenHofft commented 6 years ago

https://api.gbif.org/v2/map/occurrence/density/0/0/0@1x.png?publishingOrg=a41250f0-7c3e-11d8-a19c-b8a03c50a862&style=purpleYellow.point should do it

publishingOrg

MortenHofft commented 6 years ago

I'll go through the documentation to update it