Hi
I am trying to get a map control to render just the world1.shp file.
I have added world1.shp & world1.dbf to assets and added this to the mainpage xaml
<syncfusion:SfMap>
<syncfusion:SfMap.Layers>
<syncfusion:ShapeFileLayer Uri="MapTest2.world1.shp">
</syncfusion:ShapeFileLayer>
</syncfusion:SfMap.Layers>
</syncfusion:SfMap>
The code runs without error, but I just get a blank screen. I have looked at the map examples, but as I am not experienced in c# (I use VB.net) I cannot figure out what to do.
Can you please advise?
Also, I saw in an older thread that you were planning to add offline support for OSM - has this been implemented yet? I can get an OSM world map to render simply by adding the lines as you describe in Map providers. Offline is essential for me as I want to layer KLM files over the map to chart marine data, but offline.
Regards,
J.