remove debug output
This commit is contained in:
parent
0e61527ec3
commit
b90d9ba536
1 changed files with 0 additions and 1 deletions
|
@ -292,7 +292,6 @@ editor = {
|
||||||
editor._unhighlight_geometry(parseInt($(this).attr('data-pk')));
|
editor._unhighlight_geometry(parseInt($(this).attr('data-pk')));
|
||||||
},
|
},
|
||||||
_click_mapitem_row: function () {
|
_click_mapitem_row: function () {
|
||||||
console.log('aaa');
|
|
||||||
var geometry = editor._highlight_geometries[parseInt($(this).parent().attr('data-pk'))];
|
var geometry = editor._highlight_geometries[parseInt($(this).parent().attr('data-pk'))];
|
||||||
if (geometry !== undefined) {
|
if (geometry !== undefined) {
|
||||||
editor.map.flyToBounds(geometry.getBounds(), {
|
editor.map.flyToBounds(geometry.getBounds(), {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue