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

View file

@ -1,6 +1,6 @@
import 'package:flutter/material.dart';
import 'mainDrawer.dart';
import 'leafletMap.dart';
import 'genericMap.dart';
import 'dart:async';
import 'package:comunes_flutter/comunes_flutter.dart';
import 'colors.dart';
@ -80,7 +80,7 @@ class _ActiveFiresPageState extends State<ActiveFiresPage> {
Navigator.push(
context,
new MaterialPageRoute(
builder: (context) => new LeafletMap(
builder: (context) => new GenericMap(
title: loc.description,
location: loc,
)));