forked from MapComplete/MapComplete
Add some comments on bing maps
This commit is contained in:
parent
07cf4160e8
commit
819a33e299
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue