Description
NetBox version
v4.2.8
Feature type
Change to existing functionality
Proposed functionality
Netbox Site objects contains an address field along with latitude and longitude fields. Sites that are saved with these values have a "Map" button added to the UI which is a link https://maps.google.com/?q=.
Netbox Contact objects contains an address field but there is no latitude and longitude fields or "Map" button on the address field when the Contact is saved.
The proposed functionality to add is 2 new fields on contact for latitude and longitude as well as a "Map" button on the address field and new latitude and longitude fields the same as appears on Site objects.
Note: this FR is for adding existing functionality in Sites to Contacts, contacts also have other values such as email and phone numbers that may also benefit from links.
Use case
Extends consistency in Netbox for objects that have an Address field in how they behave.
Database changes
add latitude and longitude fields to db for Contact object
External dependencies
No response