app/views/geo_data/maps.html.erb

Summary

Maintainability
Test Coverage
<% if request.xhr? %>

  <%= render 'geo_data/maps' %>

<% else %>

  <%= render 'shared/object',
    presenter: ObjectPresenter.new(object: @geo_data, ctx: self,
      show_location: false, content: 'geo_data/maps')
  %>

<% end %>