This demo: https://tile.gbif.org/ui/Globe/temp-debug.html displays 2D and 3D maps using raster tiles in WGS84 / EPSG:4326, 512px wide, with two tiles at zoom 0. (Except for the size, this is the closest I could find to a standard tile schema for this projection.)
However, when activating the 3D view, I need to change the tileUrlFunction:
This demo: https://tile.gbif.org/ui/Globe/temp-debug.html displays 2D and 3D maps using raster tiles in WGS84 / EPSG:4326, 512px wide, with two tiles at zoom 0. (Except for the size, this is the closest I could find to a standard tile schema for this projection.)
However, when activating the 3D view, I need to change the tileUrlFunction:
tileZoomOffset
is set to0
(as expected) for the 2D map, but needs to be set to1
for the 3D map.Am I missing something? This worked without any hacks in Web Mercator projection, but the data extends beyond 85°.
I've added markers at Anchorage, Wellington and Niamey (Niger) to show the tiles align correctly in both views.
(The purpose will be to show maps of biodiversity observations/specimens, like this.)