diff --git a/views/pops_views.py b/views/pops_views.py
index 3f829f4c8afcd7f4354e929144a82a4a18423644..0f8e18528803b266c402cd6067fa44f0c07fbed2 100644
--- a/views/pops_views.py
+++ b/views/pops_views.py
@@ -4,7 +4,7 @@ from django.core.urlresolvers import reverse, NoReverseMatch
 
 
 # view should be the name of the url from the rest api
-def map_view(request, view='default', city=None, location=None):
+def map_view(request, view='pops', city=None, location=None):
     if view:
         try:
             if city: