Skip to content

Commit 6ac3847

Browse files
925962 - Update WPF Maps Example code alignment issue.
1 parent 37abe34 commit 6ac3847

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

wpf/Maps/Markers.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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" %}
130130
public class MarkerDetails

0 commit comments

Comments
 (0)