Add some comments on bing maps

This commit is contained in:
pietervdvn 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 props = layer.properties;
if (props.id === "Bing") {
// Doesnt work
if (props.type === "bing") {
// A lot of work to implement - see https://github.com/pietervdvn/MapComplete/issues/648
continue;
}