oobrien / oomap

OpenOrienteeringMap. Includes the website, tiling scripts, and mapnik stylesheets for OOMap and other raster tile layers.
GNU General Public License v2.0
43 stars 8 forks source link

Move from Bing to Azure for satellite imagery #86

Open cadnant opened 3 months ago

cadnant commented 3 months ago

Microsoft comms:

Dear Bing Maps for Enterprise customer,

On May 21, 2024, we shared our vision for a single enterprise mapping platform at Microsoft and that we are unifying our Bing Maps for Enterprise offering under Azure Maps. This means that going forward, Azure Maps will combine the best of Bing Maps for Enterprise and Azure Maps. Today we are announcing that as part of these unification efforts, Bing Maps for Enterprise will be retired. The ability to purchase Bing Maps for Enterprise SKUs and the availability of the Bing Maps for Enterprise services will end according to the following timeline:

(a) Basic / Free Licenses customers who would like to continue using enterprise maps from Microsoft are encouraged to move to Azure Maps before June 30, 2025.

(b) Existing Basic / Free Licenses customers who would like to continue using Bing Maps for Enterprise until the service end date of June 30, 2028, can upgrade to a paid Enterprise License by contacting maplicq@microsoft.com before June 30, 2025.

Azure Maps offers much of the same functionality and features as Bing Maps for Enterprise, and more. For more product and licensing information, please visit the Enterprise Maps Website.

cadnant commented 3 months ago

Azure layer code:

                new ol.layer.Tile({
                    source: new ol.source.XYZ({
                        url: `https://atlas.microsoft.com/map/tile?subscription-key=${subscriptionKey}&api-version=2.0&tilesetId=${tilesetId}&zoom={z}&x={x}&y={y}&tileSize=256&language=${language}&view=${view}`,
                        attributions: `© ${new Date().getFullYear()} TomTom, Microsoft`
                    })