<% #
   # @file
   # Shows a list of featured maps
   # GET /explore/featured(.:format)
   # %>

<script>
  Metamaps.Maps.Featured = <%= @maps.to_json.html_safe %>;
  Metamaps.currentPage = "featured";
  <% content_for :title, "Explore Featured Maps | Metamaps" %>
  <% content_for :mobile_title, "Featured Maps" %>

  Metamaps.currentSection = "explore";
  Metamaps.GlobalUI.Search.open();
  Metamaps.GlobalUI.Search.lock();
</script>