Add some comments on bing maps

This commit is contained in:
Pieter Vander Vennet 2022-02-08 00:34:07 +01:00
parent 07cf4160e8
commit 819a33e299

View file

@ -36,8 +36,8 @@ export default class AvailableBaseLayersImplementation implements AvailableBaseL
const layer = features[i]; const layer = features[i];
const props = layer.properties; const props = layer.properties;
if (props.id === "Bing") { if (props.type === "bing") {
// Doesnt work // A lot of work to implement - see https://github.com/pietervdvn/MapComplete/issues/648
continue; continue;
} }