Skip to content

Commit e3ae709

Browse files
committed
Update readme
1 parent 2b006e5 commit e3ae709

File tree

2 files changed

+56
-10
lines changed

2 files changed

+56
-10
lines changed

README.md

Lines changed: 28 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,31 @@
1-
---
2-
page_type: sample
3-
description: A module for the Azure Maps Web SDK that provides a data source that clusters data points into cells of a grid area.
4-
languages:
5-
- javascript
6-
- typescript
7-
products:
8-
- azure
9-
- azure-maps
10-
---
1+
<table>
2+
<thead>
3+
<tr>
4+
<th>page_type</th>
5+
<th>description</th>
6+
<th>languages</th>
7+
<th>products</th>
8+
</tr>
9+
</thead>
10+
<tbody>
11+
<tr>
12+
<td>sample</td>
13+
<td>A module for the Azure Maps Web SDK that provides a data source that clusters data points into cells of a grid area.</td>
14+
<td>
15+
<ul>
16+
<li>javascript</li>
17+
<li>typescript</li>
18+
</ul>
19+
</td>
20+
<td>
21+
<ul>
22+
<li>azure</li>
23+
<li>azure-maps</li>
24+
</ul>
25+
</td>
26+
</tr>
27+
</tbody>
28+
</table>
1129

1230
# Azure Maps Gridded Data Source module
1331

test.html

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<table>
2+
<thead>
3+
<tr>
4+
<th>page_type</th>
5+
<th>description</th>
6+
<th>languages</th>
7+
<th>products</th>
8+
</tr>
9+
</thead>
10+
<tbody>
11+
<tr>
12+
<td>sample</td>
13+
<td>A module for the Azure Maps Web SDK that provides a data source that clusters data points into cells of a grid area.</td>
14+
<td>
15+
<ul>
16+
<li>javascript</li>
17+
<li>typescript</li>
18+
</ul>
19+
</td>
20+
<td>
21+
<ul>
22+
<li>azure</li>
23+
<li>azure-maps</li>
24+
</ul>
25+
</td>
26+
</tr>
27+
</tbody>
28+
</table>

0 commit comments

Comments
 (0)