For names that are for Buildings, if a current location is set for the name, the name_detail.html template tries to embed a static image of the current location to serve as a link to a Google map of the location. Currently, embedding the image is failing because the Google API wants a key for the image (403 response requesting the img URL says "The Google Maps Platform server rejected your request. You must use an API key to authenticate each request to Google Maps Platform APIs. For additional information, please refer to http://g.co/dev/maps-no-account"). Perhaps we look at alternatives to Google or remove the <img>?
For names that are for Buildings, if a current location is set for the name, the name_detail.html template tries to embed a static image of the current location to serve as a link to a Google map of the location. Currently, embedding the image is failing because the Google API wants a key for the image (403 response requesting the img URL says "The Google Maps Platform server rejected your request. You must use an API key to authenticate each request to Google Maps Platform APIs. For additional information, please refer to http://g.co/dev/maps-no-account"). Perhaps we look at alternatives to Google or remove the
<img>?