microsoft / MapsSDK-Unity

This repository contains samples, documentation, and supporting scripts for Maps SDK, a Microsoft Garage project.
MIT License
648 stars 127 forks source link

Contour Line Layer greys out the map #169

Closed cafigz closed 2 years ago

cafigz commented 2 years ago

Whenever I add a Map Contour Line Layer, the whole map becomes the color of the minor lines. image image

If I change the minor color it also changes the color that overlaps the map image image

I tried changing the values of interval sections and the pixel size of the lines but it didn't work. While running the sample project the contour lines work great, but whenever I try to create maps with contour lines with doesn't work. image

cafigz commented 2 years ago

The same happens to me when I open the Sample Project and select the 2DMapExample. All I do is add the Dev Key and Add Component > Map Contour Line Layer and goes from usable to unusable. First pic is with the component Active and second is with the component Inactive.

image

image

Best regards, Cafi

cafigz commented 2 years ago

I found out, this happens due to the Map Terrain Style being set to Flat image