Skip to content

Instantly share code, notes, and snippets.

@thestelz
thestelz / ticket.md
Created December 10, 2020 19:05
WKT Module not using StylesOptions when reading Bing Maps JS v8 API

Steps to replicate

  1. Navigate to Add Point as Pushpin JS SDK
  2. Copy and paste the code from wkt_read.js below into the javascript panel
  3. Click the run icon

What is the expected result

The line generated by Bing Maps should follow the style options that were passed in per the docs.

@thestelz
thestelz / map.html
Last active November 6, 2020 13:52
Microsoft Bing Maps v8 support 2020-11-05
<div id="map"></div>
<script type="text/javascript" src="https://www.bing.com/api/maps/mapcontrol?key=BING_MAPS_KEY&callback=initMap"></script>