Skip to content

Commit 1b719e7

Browse files
committed
Changed author and ms.author metadata values.
1 parent ba0d506 commit 1b719e7

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

articles/azure-maps/how-to-use-image-templates-web-sdk.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
title: Image templates in the Azure Maps Web SDK | Microsoft Azure Maps
33
description: Learn how to add image icons and pattern-filled polygons to maps by using the Azure Maps Web SDK. View available image and fill pattern templates.
4-
author: eriklindeman
5-
ms.author: eriklind
4+
author: sinnypan
5+
ms.author: sipa
66
ms.date: 8/6/2019
77
ms.topic: how-to
88
ms.service: azure-maps
99
services: azure-maps
10-
ms.custom: codepen, devx-track-js
10+
ms.custom: devx-track-js
1111
---
1212

1313
# How to use image templates
@@ -35,12 +35,12 @@ The following code shows how to create an image from one of the built-in templat
3535
```javascript
3636
map.imageSprite.createFromTemplate('myTemplatedIcon', 'marker-flat', 'teal', '#fff').then(function () {
3737

38-
//Add a symbol layer that uses the custom created icon.
39-
map.layers.add(new atlas.layer.SymbolLayer(datasource, null, {
40-
iconOptions: {
41-
image: 'myTemplatedIcon'
42-
}
43-
}));
38+
//Add a symbol layer that uses the custom created icon.
39+
map.layers.add(new atlas.layer.SymbolLayer(datasource, null, {
40+
iconOptions: {
41+
image: 'myTemplatedIcon'
42+
}
43+
}));
4444
});
4545
```
4646

0 commit comments

Comments
 (0)