app/views/maps/new.html.erb

Summary

Maintainability
Test Coverage
<%= render 'shared/object',
  presenter: ObjectPresenter.new(object: @map, content: 'maps/content_edit', show_location: false, show_toolbar: false)
%>