Hello,
Soru başlıktaki gibi projede SfMap kullanmak istiyorum. Haritanın karanlık modu var mı ? Varsa nasıl uygulayabilirim.
Bilgi verir misiniz ?
Teşekkürler.
Hello,
sorry for my late reply. Your reply has been lost among my emails. I checked your example, but in this example, areas such as streets and avenues are not displayed on the map. How can I solve this?
Hello,
I followed the path as you mentioned. But I couldn't. I chose Turkey from the relevant site. I chose the roads. I downloaded the files. I defined it as in the code below. But I still can't see the roads.
There is also an unusual shift when zooming in on this map. What is the reason of this ?
<Sync:SfMap x:Name="map">
<Sync:SfMap.Layers>
<Sync:ShapeFileLayer x:Name="layer" Uri="GettingStarted.ShapeFiles.TUR_roads.shp">
</Sync:ShapeFileLayer>
</Sync:SfMap.Layers>
</Sync:SfMap>
Hello again, I was able to do the application. Thank you. But it wasn't what I expected. I would expect something like normal SfMap to have dark mode as an image. It only contains lines showing paths and is slow in performance.
|
<syncfusion:SfMap ZoomLevel="3">
<syncfusion:SfMap.Layers>
<syncfusion:ImageryLayer LayerType="OSM"/>
</syncfusion:SfMap.Layers>
</syncfusion:SfMap> |