File tree Expand file tree Collapse file tree
samples/AzureMapsControl.Sample/Components Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ You will need to add the atlas script and css files as well as the script genera
2727Or 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>
Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments