You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Welcome to the Azure Maps Web Control V2 Code Sample Gallery. This is a collection of <strong>{numberOfSamples}</strong> code samples that have been made open source on GitHub. Build your location-aware solutions with a seamless development experience. Easily integrate open source and other map controls, as well as Open Geospatial Consortium standards, such as GeoJSON and KML.
<liclass="nav-item"><ahref="https://go.microsoft.com/fwlink/?LinkId=521839" class="nav-link px-2 text-black" title="Terms of use">Terms of use</a></li>
<liclass="nav-item"><ahref="https://go.microsoft.com/fwlink/?LinkId=521839" class="nav-link px-2 text-black" title="Terms of use"tabindex="450">Terms of use</a></li>
<pclass="mb-0">New to Azure Maps? <ahref="https://azuremaps.com" title="About Azure Maps" class="link-secondary">Visit the homepage</a> or read our <ahref="https://aka.ms/AzureMapsGettingStarted" title="Getting started guide">getting started guide</a>.</p>
<pclass="mb-0">New to Azure Maps? <ahref="https://azuremaps.com" tabindex="402" title="About Azure Maps" class="link-secondary">Visit the homepage</a> or read our <ahref="https://aka.ms/AzureMapsGettingStarted" tabindex="404" title="Getting started guide">getting started guide</a>.</p>
@@ -46,14 +46,14 @@ Our default branch is for development of our Bootstrap 5 release. Head to the [`
46
46
47
47
Several quick start options are available:
48
48
49
-
-[Download the latest release](https://github.com/twbs/bootstrap/archive/v5.1.3.zip)
49
+
-[Download the latest release](https://github.com/twbs/bootstrap/archive/v5.2.0-beta1.zip)
50
50
- Clone the repo: `git clone https://github.com/twbs/bootstrap.git`
51
51
- Install with [npm](https://www.npmjs.com/): `npm install bootstrap`
52
52
- Install with [yarn](https://yarnpkg.com/): `yarn add bootstrap`
53
-
- Install with [Composer](https://getcomposer.org/): `composer require twbs/bootstrap:5.1.3`
53
+
- Install with [Composer](https://getcomposer.org/): `composer require twbs/bootstrap:5.2.0-beta1`
54
54
- Install with [NuGet](https://www.nuget.org/): CSS: `Install-Package bootstrap` Sass: `Install-Package bootstrap.sass`
55
55
56
-
Read the [Getting started page](https://getbootstrap.com/docs/5.1/getting-started/introduction/) for information on the framework contents, templates and examples, and more.
56
+
Read the [Getting started page](https://getbootstrap.com/docs/5.2/getting-started/introduction/) for information on the framework contents, templates, examples, and more.
57
57
58
58
59
59
## Status
@@ -65,8 +65,6 @@ Read the [Getting started page](https://getbootstrap.com/docs/5.1/getting-starte
@@ -79,57 +77,61 @@ Read the [Getting started page](https://getbootstrap.com/docs/5.1/getting-starte
79
77
80
78
## What's included
81
79
82
-
Within the download you'll find the following directories and files, logically grouping common assets and providing both compiled and minified variations. You'll see something like this:
83
-
84
-
```text
85
-
bootstrap/
86
-
├── css/
87
-
│ ├── bootstrap-grid.css
88
-
│ ├── bootstrap-grid.css.map
89
-
│ ├── bootstrap-grid.min.css
90
-
│ ├── bootstrap-grid.min.css.map
91
-
│ ├── bootstrap-grid.rtl.css
92
-
│ ├── bootstrap-grid.rtl.css.map
93
-
│ ├── bootstrap-grid.rtl.min.css
94
-
│ ├── bootstrap-grid.rtl.min.css.map
95
-
│ ├── bootstrap-reboot.css
96
-
│ ├── bootstrap-reboot.css.map
97
-
│ ├── bootstrap-reboot.min.css
98
-
│ ├── bootstrap-reboot.min.css.map
99
-
│ ├── bootstrap-reboot.rtl.css
100
-
│ ├── bootstrap-reboot.rtl.css.map
101
-
│ ├── bootstrap-reboot.rtl.min.css
102
-
│ ├── bootstrap-reboot.rtl.min.css.map
103
-
│ ├── bootstrap-utilities.css
104
-
│ ├── bootstrap-utilities.css.map
105
-
│ ├── bootstrap-utilities.min.css
106
-
│ ├── bootstrap-utilities.min.css.map
107
-
│ ├── bootstrap-utilities.rtl.css
108
-
│ ├── bootstrap-utilities.rtl.css.map
109
-
│ ├── bootstrap-utilities.rtl.min.css
110
-
│ ├── bootstrap-utilities.rtl.min.css.map
111
-
│ ├── bootstrap.css
112
-
│ ├── bootstrap.css.map
113
-
│ ├── bootstrap.min.css
114
-
│ ├── bootstrap.min.css.map
115
-
│ ├── bootstrap.rtl.css
116
-
│ ├── bootstrap.rtl.css.map
117
-
│ ├── bootstrap.rtl.min.css
118
-
│ └── bootstrap.rtl.min.css.map
119
-
└── js/
120
-
├── bootstrap.bundle.js
121
-
├── bootstrap.bundle.js.map
122
-
├── bootstrap.bundle.min.js
123
-
├── bootstrap.bundle.min.js.map
124
-
├── bootstrap.esm.js
125
-
├── bootstrap.esm.js.map
126
-
├── bootstrap.esm.min.js
127
-
├── bootstrap.esm.min.js.map
128
-
├── bootstrap.js
129
-
├── bootstrap.js.map
130
-
├── bootstrap.min.js
131
-
└── bootstrap.min.js.map
132
-
```
80
+
Within the download you'll find the following directories and files, logically grouping common assets and providing both compiled and minified variations.
81
+
82
+
<details>
83
+
<summary>Download contents</summary>
84
+
85
+
```text
86
+
bootstrap/
87
+
├── css/
88
+
│ ├── bootstrap-grid.css
89
+
│ ├── bootstrap-grid.css.map
90
+
│ ├── bootstrap-grid.min.css
91
+
│ ├── bootstrap-grid.min.css.map
92
+
│ ├── bootstrap-grid.rtl.css
93
+
│ ├── bootstrap-grid.rtl.css.map
94
+
│ ├── bootstrap-grid.rtl.min.css
95
+
│ ├── bootstrap-grid.rtl.min.css.map
96
+
│ ├── bootstrap-reboot.css
97
+
│ ├── bootstrap-reboot.css.map
98
+
│ ├── bootstrap-reboot.min.css
99
+
│ ├── bootstrap-reboot.min.css.map
100
+
│ ├── bootstrap-reboot.rtl.css
101
+
│ ├── bootstrap-reboot.rtl.css.map
102
+
│ ├── bootstrap-reboot.rtl.min.css
103
+
│ ├── bootstrap-reboot.rtl.min.css.map
104
+
│ ├── bootstrap-utilities.css
105
+
│ ├── bootstrap-utilities.css.map
106
+
│ ├── bootstrap-utilities.min.css
107
+
│ ├── bootstrap-utilities.min.css.map
108
+
│ ├── bootstrap-utilities.rtl.css
109
+
│ ├── bootstrap-utilities.rtl.css.map
110
+
│ ├── bootstrap-utilities.rtl.min.css
111
+
│ ├── bootstrap-utilities.rtl.min.css.map
112
+
│ ├── bootstrap.css
113
+
│ ├── bootstrap.css.map
114
+
│ ├── bootstrap.min.css
115
+
│ ├── bootstrap.min.css.map
116
+
│ ├── bootstrap.rtl.css
117
+
│ ├── bootstrap.rtl.css.map
118
+
│ ├── bootstrap.rtl.min.css
119
+
│ └── bootstrap.rtl.min.css.map
120
+
└── js/
121
+
├── bootstrap.bundle.js
122
+
├── bootstrap.bundle.js.map
123
+
├── bootstrap.bundle.min.js
124
+
├── bootstrap.bundle.min.js.map
125
+
├── bootstrap.esm.js
126
+
├── bootstrap.esm.js.map
127
+
├── bootstrap.esm.min.js
128
+
├── bootstrap.esm.min.js.map
129
+
├── bootstrap.js
130
+
├── bootstrap.js.map
131
+
├── bootstrap.min.js
132
+
└── bootstrap.min.js.map
133
+
```
134
+
</details>
133
135
134
136
We provide compiled CSS and JS (`bootstrap.*`), as well as compiled and minified CSS and JS (`bootstrap.min.*`). [Source maps](https://developers.google.com/web/tools/chrome-devtools/javascript/source-maps) (`bootstrap.*.map`) are available for use with certain browsers' developer tools. Bundled JS files (`bootstrap.bundle.js` and minified `bootstrap.bundle.min.js`) include [Popper](https://popper.js.org/).
135
137
@@ -205,11 +207,17 @@ See [the Releases section of our GitHub project](https://github.com/twbs/bootstr
Thanks to [Netlify](https://www.netlify.com/) for providing us with Deploy Previews!
220
+
213
221
214
222
## Sponsors
215
223
@@ -236,4 +244,4 @@ Thank you to all our backers! 🙏 [[Become a backer](https://opencollective.com
236
244
237
245
## Copyright and license
238
246
239
-
Code and documentation copyright 2011–2021 the [Bootstrap Authors](https://github.com/twbs/bootstrap/graphs/contributors) and [Twitter, Inc.](https://twitter.com) Code released under the [MIT License](https://github.com/twbs/bootstrap/blob/main/LICENSE). Docs released under [Creative Commons](https://creativecommons.org/licenses/by/3.0/).
247
+
Code and documentation copyright 2011–2022 the [Bootstrap Authors](https://github.com/twbs/bootstrap/graphs/contributors) and [Twitter, Inc.](https://twitter.com) Code released under the [MIT License](https://github.com/twbs/bootstrap/blob/main/LICENSE). Docs released under [Creative Commons](https://creativecommons.org/licenses/by/3.0/).
0 commit comments