Remove log
This commit is contained in:
parent
cf1452a9e9
commit
cb71bb24b3
1 changed files with 1 additions and 1 deletions
|
|
@ -387,7 +387,7 @@ class _genericMapState extends State<genericMap> {
|
||||||
const calibrate = false; // useful when we change the fire icons size
|
const calibrate = false; // useful when we change the fire icons size
|
||||||
falsePosList.forEach((falsePos) {
|
falsePosList.forEach((falsePos) {
|
||||||
var coords = falsePos['geo']['coordinates'];
|
var coords = falsePos['geo']['coordinates'];
|
||||||
print('false pos: ${coords}');
|
// print('false pos: ${coords}');
|
||||||
var loc = LatLng(coords[1], coords[0]);
|
var loc = LatLng(coords[1], coords[0]);
|
||||||
markers.add(FireMarker(loc, FireMarkType.falsePos));
|
markers.add(FireMarker(loc, FireMarkType.falsePos));
|
||||||
if (calibrate) markers.add(FireMarker(loc, FireMarkType.pixel));
|
if (calibrate) markers.add(FireMarker(loc, FireMarkType.pixel));
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue