This commit is contained in:
Clemens Schotte 2022-03-08 15:01:03 +01:00
Родитель 304a2a1772
Коммит 8a9dcb2d58
4 изменённых файлов: 49 добавлений и 38 удалений

Просмотреть файл

@ -0,0 +1,5 @@
# Building the samples
The `SampleBuilder.exe` (x64) will combine the 'Samples' and 'Static' folders and generates the start page and the samples.json files.
The source code of the `SampleBuilder.exe` can be in the [Azure Maps Samples GitHub](https://github.com/Azure-Samples/AzureMapsCodeSamples) page.

Просмотреть файл

@ -1,42 +1,47 @@
# Azure Maps Code Samples
# Bing Maps Code Samples #
A collection of over a hundred code samples for the [Azure Maps](https://azuremaps.com/) Web SDK.
This is a collection of over a hundred code samples for the Bing Maps V8 web control. These samples have been collected from a number of different sources.
Some of these samples where created to assist developers on the Bing Maps forums while many others where created for the [Bing Maps blog](http://blogs.bing.com/maps),
[MSDN documentation](https://msdn.microsoft.com/en-us/library/mt712542.aspx) and [interactive SDK](http://www.bing.com/api/maps/sdkrelease/mapcontrol/isdk).
[Try it now](https://samples.azuremaps.com/)
[Try it now](https://samples.bingmapsportal.com/)
[![screenshot](Static/images/screenshot.jpg)](https://samples.azuremaps.com/)
**Warning: Experimental Folder**
## Related Projects
The experimental folder of this project contains code samples that are proof of concepts, hacks, workarounds, untested code or simply experiments.
These samples are primarily for trying things outs and likely contain unsupported code which can break at any time.
It is not recommended to use any of these code samples in production applications.
* [Azure Maps Web SDK Open modules](https://github.com/microsoft/Maps/blob/master/AzureMaps.md#open-web-sdk-modules) - A collection of open source modules that extend the Azure Maps Web SDK.
* [Azure Maps Web SDK Samples](https://github.com/Azure-Samples/Azure-Maps-Samples)
* [Azure Maps & Azure Active Directory Samples](https://github.com/Azure-Samples/Azure-Maps-AzureAD-Samples)
* [List of open-source Azure Maps projects](https://github.com/microsoft/Maps/blob/master/AzureMaps.md)
## Additional Resources
* [Azure Maps (main site)](https://azuremaps.com/)
* [Azure Maps Documentation](https://docs.azuremaps.com/)
* [Azure Maps Blog](https://azure.microsoft.com/blog/topics/azure-maps/)
* [Microsoft Q&A](https://docs.microsoft.com/en-us/answers/topics/azure-maps.html)
* [MSDN Forums](https://social.msdn.microsoft.com/Forums/en-US/home?forum=azurelbs)
* [Azure Maps feedback](https://feedback.azure.com/forums/909172-azure-maps)
## Contributing
## Contributing ##
We welcome contributions. Feel free to submit code samples, file issues and pull requests on the repo and we'll address them as we can.
Learn more about how you can help on our [Contribution Rules & Guidelines](CONTRIBUTING.md).
You can reach out to us anytime with questions and suggestions using our communities below:
* [Microsoft Q&A](https://docs.microsoft.com/en-us/answers/topics/azure-maps.html)
* [Azure Maps feedback](https://feedback.azure.com/forums/909172-azure-maps)
* [MSDN Forums](https://social.msdn.microsoft.com/Forums/en-US/home?forum=bingmapsajax&filter=alltypes&sort=lastpostdesc)
* [StackOverflow](http://stackoverflow.com/questions/tagged/bing-maps)
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
For more information, see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or
contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
## License
## Related Projects ##
* [Bing Maps V8 TypeScript Definitions](https://github.com/Microsoft/Bing-Maps-V8-TypeScript-Definitions)
* [Bing Maps V6.3 To V8 Shim](https://github.com/rbrundritt/BingMapsV63ToV8Shim)
* [Bing Maps Android](https://github.com/LeonidVeremchuk/BingMapAndroid)
## Additional Resources ##
* [Bing Maps V8 MSDN Documentation](https://msdn.microsoft.com/en-us/library/mt712542.aspx)
* [Bing Maps V8 Interactive SDK](http://www.bing.com/api/maps/sdkrelease/mapcontrol/isdk)
* [Bing Maps MSDN Documentation](https://msdn.microsoft.com/en-us/library/dd877180.aspx)
* [Bing Maps Blog](http://blogs.bing.com/maps)
* [Bing Maps forums](https://social.msdn.microsoft.com/Forums/en-US/home?forum=bingmapsajax&filter=alltypes&sort=lastpostdesc)
* [Bing Maps for Enterprise site](https://www.microsoft.com/maps/)
## License ##
MIT
See [License](LICENSE.md) for full license text.
See [License](LICENSE.md) for full license text.

Просмотреть файл

@ -84,8 +84,12 @@
</div>
</nav>
<div class="container-fluid p-0" style="margin-top: 56px;">
<div id="cookie-banner"></div>
</div>
<main>
<section class="container py-4" style="margin-top: 56px;">
<section class="container py-4">
<div class="row">
<h1 class="fw-light">Error 404</h1>
<p class="lead text-muted">
@ -99,17 +103,14 @@
</main>
<footer class="footer mt-auto py-2 pt-0 bg-light">
<div class="container-fluid p-0">
<div id="cookie-banner"></div>
</div>
<div class="container pt-1">
<ul class="nav float-end">
<li class="nav-item"><a href="https://go.microsoft.com/fwlink/?LinkId=521839" class="nav-link px-2 text-muted">Terms of use</a></li>
<li class="nav-item"><a href="https://go.microsoft.com/fwlink/?LinkID=206977" class="nav-link px-2 text-muted">Privacy</a></li>
<li class="nav-item"><a href="#" onclick="siteConsent.manageConsent()" class="nav-link px-2 text-muted">Manage cookies</a></li>
<li class="nav-item"><a href="https://go.microsoft.com/fwlink/?LinkId=521839" class="nav-link px-2 text-muted" title="Terms of use">Terms of use</a></li>
<li class="nav-item"><a href="https://go.microsoft.com/fwlink/?LinkID=206977" class="nav-link px-2 text-muted" title="Privacy">Privacy</a></li>
<li class="nav-item"><a href="#" onclick="siteConsent.manageConsent()" class="nav-link px-2 text-muted" title="Manage cookies">Manage cookies</a></li>
</ul>
<p class="mb-0">Bing Maps &copy; <a href="https://www.microsoft.com/" class="link-secondary">Microsoft</a>, but please <a href="https://github.com/Microsoft/BingMapsV8CodeSamples/tree/vnext" class="link-secondary">download</a> and customize it for yourself!</p>
<p class="mb-0">New to Bing Maps? <a href="https://www.microsoft.com/maps" class="link-secondary">Visit the homepage</a> or read our <a href="https://www.microsoft.com/maps/create-a-bing-maps-key">getting started guide</a>.</p>
<p class="mb-0">Bing Maps &copy; <a href="https://www.microsoft.com/" title="Microsoft Corporation" class="link-secondary">Microsoft</a>, but please <a href="https://github.com/Microsoft/BingMapsV8CodeSamples/tree/vnext" title="GitHub" class="link-secondary">download</a> and customize it for yourself!</p>
<p class="mb-0">New to Bing Maps? <a href="https://www.microsoft.com/maps" title="Bing Maps for Enterprise" class="link-secondary">Visit the homepage</a> or read our <a href="https://www.microsoft.com/en-us/maps/create-a-bing-maps-key" title="Getting started guide">getting started guide</a>.</p>
</div>
</footer>

Просмотреть файл

@ -128,12 +128,12 @@
<footer class="footer mt-auto py-2 pt-0 bg-light">
<div class="container pt-1">
<ul class="nav float-end">
<li class="nav-item"><a href="https://go.microsoft.com/fwlink/?LinkId=521839" class="nav-link px-2 text-muted">Terms of use</a></li>
<li class="nav-item"><a href="https://go.microsoft.com/fwlink/?LinkID=206977" class="nav-link px-2 text-muted">Privacy</a></li>
<li class="nav-item"><a href="#" onclick="siteConsent.manageConsent()" class="nav-link px-2 text-muted">Manage cookies</a></li>
<li class="nav-item"><a href="https://go.microsoft.com/fwlink/?LinkId=521839" class="nav-link px-2 text-muted" title="Terms of use">Terms of use</a></li>
<li class="nav-item"><a href="https://go.microsoft.com/fwlink/?LinkID=206977" class="nav-link px-2 text-muted" title="Privacy">Privacy</a></li>
<li class="nav-item"><a href="#" onclick="siteConsent.manageConsent()" class="nav-link px-2 text-muted" title="Manage cookies">Manage cookies</a></li>
</ul>
<p class="mb-0">Bing Maps &copy; <a href="https://www.microsoft.com/" class="link-secondary">Microsoft</a>, but please <a href="https://github.com/Microsoft/BingMapsV8CodeSamples/tree/vnext" class="link-secondary">download</a> and customize it for yourself!</p>
<p class="mb-0">New to Bing Maps? <a href="https://www.microsoft.com/maps" class="link-secondary">Visit the homepage</a> or read our <a href="https://www.microsoft.com/maps/create-a-bing-maps-key">getting started guide</a>.</p>
<p class="mb-0">Bing Maps &copy; <a href="https://www.microsoft.com/" title="Microsoft Corporation" class="link-secondary">Microsoft</a>, but please <a href="https://github.com/Microsoft/BingMapsV8CodeSamples/tree/vnext" title="GitHub" class="link-secondary">download</a> and customize it for yourself!</p>
<p class="mb-0">New to Bing Maps? <a href="https://www.microsoft.com/maps" title="Bing Maps for Enterprise" class="link-secondary">Visit the homepage</a> or read our <a href="https://www.microsoft.com/en-us/maps/create-a-bing-maps-key" title="Getting started guide">getting started guide</a>.</p>
</div>
</footer>