Skip to content

Commit 4f0a19c

Browse files
authored
Update Azure Maps to V3 (#83)
1 parent 51c2807 commit 4f0a19c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ You will need to add the atlas script and css files as well as the script genera
1616

1717

1818
```
19-
<link rel="stylesheet" href="https://atlas.microsoft.com/sdk/javascript/mapcontrol/2/atlas.min.css" type="text/css" />
19+
<link href="https://atlas.microsoft.com/sdk/javascript/mapcontrol/3/atlas.min.css" rel="stylesheet" />
2020
```
2121

2222
```
23-
<script src="https://atlas.microsoft.com/sdk/javascript/mapcontrol/2/atlas.min.js"></script>
23+
<script src="https://atlas.microsoft.com/sdk/javascript/mapcontrol/3/atlas.min.js"></script>
2424
<script src="_content/AzureMapsControl.Components/azure-maps-control.js"></script>
2525
```
2626

0 commit comments

Comments
 (0)