mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-17 14:23:38 +02:00
resolving merge conflicts
This commit is contained in:
@@ -169,6 +169,7 @@ export function rendererBackground(context) {
|
||||
var streetside = context.layers().layer('streetside');
|
||||
if (streetside && streetside.enabled()) {
|
||||
imageryUsed.push('Bing Streetside');
|
||||
}
|
||||
|
||||
var mvt = context.layers().layer('mvt');
|
||||
if (mvt && mvt.enabled() && mvt.hasMvt()) {
|
||||
|
||||
@@ -9,11 +9,8 @@ import { select as d3_select } from 'd3-selection';
|
||||
|
||||
import { svgDebug } from './debug';
|
||||
import { svgGpx } from './gpx';
|
||||
<<<<<<< HEAD
|
||||
import { svgStreetside } from './streetside';
|
||||
=======
|
||||
import { svgMvt } from './mvt';
|
||||
>>>>>>> 9b88bc9d1... button works with .gpx
|
||||
import { svgMapillaryImages } from './mapillary_images';
|
||||
import { svgMapillarySigns } from './mapillary_signs';
|
||||
import { svgOpenstreetcamImages } from './openstreetcam_images';
|
||||
|
||||
Reference in New Issue
Block a user