Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
zhz0704 committed Sep 11, 2024
1 parent 2b006e5 commit e3ae709
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 10 deletions.
38 changes: 28 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,31 @@
---
page_type: sample
description: A module for the Azure Maps Web SDK that provides a data source that clusters data points into cells of a grid area.
languages:
- javascript
- typescript
products:
- azure
- azure-maps
---
<table>
<thead>
<tr>
<th>page_type</th>
<th>description</th>
<th>languages</th>
<th>products</th>
</tr>
</thead>
<tbody>
<tr>
<td>sample</td>
<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>
<td>
<ul>
<li>javascript</li>
<li>typescript</li>
</ul>
</td>
<td>
<ul>
<li>azure</li>
<li>azure-maps</li>
</ul>
</td>
</tr>
</tbody>
</table>

# Azure Maps Gridded Data Source module

Expand Down
28 changes: 28 additions & 0 deletions test.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<table>
<thead>
<tr>
<th>page_type</th>
<th>description</th>
<th>languages</th>
<th>products</th>
</tr>
</thead>
<tbody>
<tr>
<td>sample</td>
<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>
<td>
<ul>
<li>javascript</li>
<li>typescript</li>
</ul>
</td>
<td>
<ul>
<li>azure</li>
<li>azure-maps</li>
</ul>
</td>
</tr>
</tbody>
</table>

0 comments on commit e3ae709

Please sign in to comment.