Skip to content

Commit 1d102ed

Browse files
author
Savina Shen (Manpower Services Taiwan Co Ltd)
committed
add tile layer example
1 parent fb33bcc commit 1d102ed

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

src/stories/TileLayer/TileLayer.mdx

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,12 @@
11
import { Source, Meta } from '@storybook/blocks';
22

3-
import TileLayer from './TileLayer';
4-
53
<Meta title="Tile Layer"/>
64

75
# Tile Layer
86

97
Tile layers allow you to superimpose images on top of Azure Maps base map tiles.
10-
Following code shows how to add a simple tile layer. A thorough tutorial can be found [here](https://learn.microsoft.com/en-us/azure/azure-maps/map-add-tile-layer)<br/>
11-
For more available properties, see the documentation [TileLayerOptions](https://learn.microsoft.com/en-us/javascript/api/azure-maps-control/atlas.tilelayeroptions?view=azure-maps-typescript-latest)
12-
13-
<TileLayer/>
8+
Following code shows how to add a simple tile layer. A thorough tutorial can be found [here](https://learn.microsoft.com/en-us/azure/azure-maps/map-add-tile-layer).<br/>
9+
For more available properties, see the documentation [TileLayerOptions](https://learn.microsoft.com/en-us/javascript/api/azure-maps-control/atlas.tilelayeroptions?view=azure-maps-typescript-latest).
1410

1511
<Source code={`
1612
<AzureMapLayerProvider

0 commit comments

Comments
 (0)