Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(landing): Only pass terrain request parameter to get style json a…
…pi. BM-1068 (#3327) ### Motivation We got terrain request parameter been passed to xyz and wmts api which is confusing people and these api also not support terrain. So we should only limit the terrain to pass into get style json only. ### Modifications Only add terrain for style url. ### Verification -- Removed from xyz and wmts ![image](https://github.com/user-attachments/assets/b40886ff-e581-4a4a-81ac-4a169a1767ae) ![image](https://github.com/user-attachments/assets/de46ac02-98a0-4ef4-81f4-8eec681468e9) -- Only keep for style json url. ![image](https://github.com/user-attachments/assets/fc55ad4e-01c7-4068-83fa-81dcd6daef89)
- Loading branch information