Refactor. Fires marker calibration

This commit is contained in:
vjrj 2018-06-12 21:06:40 +02:00
parent 574c1afc33
commit f970c6b4fe
9 changed files with 128 additions and 51 deletions

7
lib/fireMarkType.dart Normal file
View file

@ -0,0 +1,7 @@
enum FireMarkType {
position, // user saved location
pixel, // use for fire drawn as pixels
fire,
industry,
falsePos
}