Skip to content

Commit 5781287

Browse files
author
Arnaud Leclerc
committed
Update version of atlas.css and atlas.js to 3
1 parent 3d8e528 commit 5781287

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ You will need to add the atlas script and css files as well as the script genera
2727
Or use the minimized version :
2828

2929
```
30-
<script src="https://atlas.microsoft.com/sdk/javascript/mapcontrol/2/atlas.min.js"></script>
30+
<script src="https://atlas.microsoft.com/sdk/javascript/mapcontrol/3/atlas.min.js"></script>
3131
<script src="_content/AzureMapsControl.Components/azure-maps-control.min.js"></script>
3232
```
3333

@@ -94,7 +94,7 @@ It also needs to fetch the token to send to the requests of the atlas library. F
9494
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
9595
<title>AzureMapsControl.Sample</title>
9696
<base href="~/" />
97-
<link rel="stylesheet" href="https://atlas.microsoft.com/sdk/javascript/mapcontrol/2/atlas.min.css" type="text/css" />
97+
<link rel="stylesheet" href="https://atlas.microsoft.com/sdk/javascript/mapcontrol/3/atlas.min.css" type="text/css" />
9898
<link rel="stylesheet" href="https://atlas.microsoft.com/sdk/javascript/drawing/0.1/atlas-drawing.min.css" type="text/css" />
9999
<style>
100100
body {
@@ -113,7 +113,7 @@ It also needs to fetch the token to send to the requests of the atlas library. F
113113
<app>
114114
<component type="typeof(App)" render-mode="ServerPrerendered" />
115115
</app>
116-
<script src="https://atlas.microsoft.com/sdk/javascript/mapcontrol/2/atlas.min.js"></script>
116+
<script src="https://atlas.microsoft.com/sdk/javascript/mapcontrol/3/atlas.min.js"></script>
117117
<script src="https://atlas.microsoft.com/sdk/javascript/drawing/0.1/atlas-drawing.min.js"></script>
118118
<script src="_content/AzureMapsControl.Components/azure-maps-control.min.js"></script>
119119
<script src="_framework/blazor.server.js"></script>

samples/AzureMapsControl.Sample/Components/App.razor

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<link rel="stylesheet" href="AzureMapsControl.Sample.styles.css" />
1111
<link rel="icon" type="image/png" href="favicon.png" />
1212

13-
<link rel="stylesheet" href="https://atlas.microsoft.com/sdk/javascript/mapcontrol/2/atlas.min.css" type="text/css" />
13+
<link rel="stylesheet" href="https://atlas.microsoft.com/sdk/javascript/mapcontrol/3/atlas.min.css" type="text/css" />
1414
<link rel="stylesheet" href="https://atlas.microsoft.com/sdk/javascript/drawing/0.1/atlas-drawing.min.css" type="text/css" />
1515
<link rel="stylesheet" href="https://atlas.microsoft.com/sdk/javascript/indoor/0.1/atlas-indoor.min.css" type="text/css" />
1616
<title>AzureMapsControl - Samples</title>
@@ -19,7 +19,7 @@
1919
<body>
2020
<Routes />
2121
<script src="/bootstrap/js/bootstrap.bundle.min.js"></script>
22-
<script src="https://atlas.microsoft.com/sdk/javascript/mapcontrol/2/atlas.min.js"></script>
22+
<script src="https://atlas.microsoft.com/sdk/javascript/mapcontrol/3/atlas.min.js"></script>
2323
<script src="https://atlas.microsoft.com/sdk/javascript/drawing/0.1/atlas-drawing.min.js"></script>
2424
<script src="https://atlas.microsoft.com/sdk/javascript/indoor/0.1/atlas-indoor.js"></script>
2525
<script src="/azure-maps-scale-bar-control.min.js"></script>

0 commit comments

Comments
 (0)