Initial setup of new map system

This commit is contained in:
laf
2015-07-20 15:10:56 +01:00
parent 26f137d822
commit b3e14c9ed6
9 changed files with 659 additions and 1 deletions
+4
View File
@@ -120,3 +120,7 @@ if ($poll_device['sysLocation'] && $device['location'] != $poll_device['sysLocat
log_event('Location -> '.$poll_device['sysLocation'], $device, 'system');
}
}
if ($config['geoloc']['latlng'] === true) {
location_to_latlng($device);
}