Map Layer with Raster tile

I am trying to use a raster tile URL, but it is not working. The same URL source is available in the document, and it works well in the Chrome browser, but it is not working on map layer editor.

https://gibs.earthdata.nasa.gov/wmts/epsg3857/best/MODIS_Terra_Aerosol/default/2024-04-09/GoogleMapsCompatible_Level6/1/0/1.png

document:
https://www.palantir.com/docs/foundry/map/layer-editor/

Hi,

In your screenshot, there is a slash missing in https://gibs.earthdata.nasa.gov/wmts/epsg3857/best/MODIS_Terra_Aerosol/default/2024-04-09/GoogleMapsCompatible_Level6/{z}/{y}/{x}.png, right after Compatible_Level6

Hi. Thank you for your answer
After correcting the site address, still not working.

I’ve also added pixel size but failed either.

Could you have a look at the console logs of your browser?

If you get an error about violating the Content Security Policy, then you need to add the following to your Content Security Policy in Control Panel.

img-src gibs.earthdata.nasa.gov ;
connect-src gibs.earthdata.nasa.gov
1 Like

It works, great!!
Thank you!

On the other hand, are there any way to get the lively data?

As you can see in the link, there is date 2024-04-09.
The link can be variable?

https://gibs.earthdata.nasa.gov/wmts/epsg3857/best/MODIS_Terra_Aerosol/default/2024-04-09/GoogleMapsCompatible_Level6/1/0/1.png

It is not possible to pass a variable no. However, in that precise case, I believe you can also set the date to default to get the current day

1 Like