File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -120,11 +120,11 @@ You can customize the marker appearance by using the [`MarkerTemplate`](https://
120120
121121{% endhighlight %}
122122{% highlight c# hl_lines="3" %}
123- ShapeFileLayer shape = new ShapeFileLayer();
124- shape.Uri = "Maps.ShapeFiles.world1.shp";
125- shape.MarkerTemplate= this.Resources[ "markerTemplate"] as DataTemplate;
126- shape.Markers = view.Models;
127- this.maps.Layers.Add(shape);
123+ ShapeFileLayer shape = new ShapeFileLayer();
124+ shape.Uri = "Maps.ShapeFiles.world1.shp";
125+ shape.MarkerTemplate= this.Resources[ "markerTemplate"] as DataTemplate;
126+ shape.Markers = view.Models;
127+ this.maps.Layers.Add(shape);
128128{% endhighlight %}
129129{% highlight c# tabtitle="MarkerDetails.cs" %}
130130public class MarkerDetails
You can’t perform that action at this time.
0 commit comments