is there anyway to render 3d satellite terrain map?
@maptilerofficial7 ай бұрын
@yearsago20 yes, the easiest way is to follow this tutorial maptiler.link/3J8cBgF and just replace maptilersdk.MapStyle.OUTDOOR with MapStyle.SATELLITE
@yearsago207 ай бұрын
@@maptilerofficial thanks
@oscarfernandez7292 Жыл бұрын
It doesn't work, I don't know if it will require any module that I should install and you don't explain how to do it or if it could be another problem.
@oscarfernandez7292 Жыл бұрын
where i need put "import 'maplibre-gl/dist/maplibre-gl.css';" i dont see in the video puting it.
@maptilerofficial Жыл бұрын
@@oscarfernandez7292 in the video I am creating the javascript part insight of an HTML file not in a separate javascript file therefore I don't use import CSS as you did I just include CSS in the head of my HTML file check that in the written tutorial: maptiler.link/3TVXvxz I am glad that you find a solution for yourself.