mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 21:48:20 +02:00
remove console.log, change icon
This commit is contained in:
@@ -86,7 +86,7 @@ export function svgNotes(projection, context, dispatch) {
|
||||
.attr('height', '24px')
|
||||
.attr('x', '-12px')
|
||||
.attr('y', '-12px')
|
||||
.attr('xlink:href', '#far-comment-alt');
|
||||
.attr('xlink:href', '#fas-comment-alt');
|
||||
}
|
||||
|
||||
function drawNotes(selection) {
|
||||
|
||||
@@ -120,7 +120,6 @@ export function svgOpenstreetcamImages(projection, context, dispatch) {
|
||||
var service = getService();
|
||||
var sequences = (service ? service.sequences(projection) : []);
|
||||
var images = (service && showMarkers ? service.images(projection) : []);
|
||||
// console.log('images: ', images);
|
||||
|
||||
var traces = layer.selectAll('.sequences').selectAll('.sequence')
|
||||
.data(sequences, function(d) { return d.properties.key; });
|
||||
|
||||
Reference in New Issue
Block a user