I wanted to test out Geocoding with Google instead of the regular locations.
$config['geocoding']['default']['lat'] = "35.922614"; // Default latitude $config['geocoding']['default']['lon'] = "-81.542729"; // Default longitude $config['location_menu_geocoded'] = TRUE; // Build location menu with geocoded data. $config['geocoding']['enable'] = TRUE; // Enable Geocoding
If I have SNMP Locations set on my devices does it prevent this from working? Or, is there a particular way to tell if its operating correctly?
-- Sincerely, Joshua Hopper, A+ CE Network Administrator
420 3rd Ave NW Hickory NC 28601 Office: 828-449-1839x2160 | Cell: 828-855-7565
Protect Plus Air Holdings, LLC and Affiliates, Protect Plus, LLC and Affiliates, Imagine One Resources, LLC and Affiliates, Protect Plus Surfaces, LLC and Affiliates Confidentiality Notice: This e-mail is intended only for the addressee named above. It contains information that is privileged, confidential or otherwise protected from use and disclosure. If you are not the intended recipient, you are hereby notified that any review, disclosure, copying, or dissemination of this transmission, or taking of any action in reliance on its contents, or other use is strictly prohibited. If you have received this transmission in error, please reply to the sender listed above immediately and permanently delete this message from your inbox. Thank you for your cooperation.
i found mapquest worked better than google. When i first turned it on, i had dots all over the world.
i had to alter our locations to something more specific. eg: $config['location_map']['Newcastle'] = "Newcastle, AU"; #cause there is more than one Newcastle in the world.
so the full stanza i have is (not including each location info) $config['http_proxy'] = "XX.XX.XX.XX:8080"; $config['location_menu_geocoded'] = TRUE; $config['geocoding']['enable'] = TRUE; // Enable Geocoding $config['geocoding']['api'] = 'mapquest'; // Which GEO API use ('mapquest', 'google') $config['geocoding']['default']['lat'] = "35.3075"; // Default latitude $config['geocoding']['default']['lon'] = "149.1244"; // Default longitude // Map overview settings $config['frontpage']['map']['region'] = "AU"; // See https://developers.google.com/chart/interactive/d
thanks
Peter Hine Senior Technical Support Engineer (Servers) FCoA ITS peter.hine@familycourt.gov.au
PH : +61 2 6243 8668 FAX : +61 2 6243 5611
********************************************************************** The information contained in this e-mail (including any attachments) is for the exclusive use of the addressee. If you are not the intended recipient please notify the sender immediately and delete this e-mail. It is noted that legal privilege is not waived because you have read this e-mail. **********************************************************************
participants (2)
-
Josh Hopper
-
Peter.Hineďź familycourt.gov.au