added map cache
This commit is contained in:
@ -396,6 +396,8 @@ class DestinationController extends GetxController {
|
||||
|
||||
}
|
||||
|
||||
if(indexController.locations.isEmpty) return;
|
||||
|
||||
//check for location in bounds
|
||||
for(GeoJsonFeature fs in indexController.locations[0].collection){
|
||||
|
||||
|
||||
Reference in New Issue
Block a user