Skip to content

Commit

Permalink
Lower Boundary Layer Min Zoom
Browse files Browse the repository at this point in the history
* We cache the boundary layer tiles forever, so we can afford to lower their min
  zoom levels and allow the user to view/select them from a higher-altitude
  • Loading branch information
Alice Rottersman committed Sep 26, 2017
1 parent 533065c commit 2295772
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/mmw/mmw/settings/layer_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@
'target=\'_blank\' rel=\'noreferrer noopener\'>Model '
'My Watershed Technical Documentation on Boundaries.'
'</a>',
'minZoom': 7,
'minZoom': 6,
'selectable': True,
'searchable': True,
'search_rank': 30,
Expand Down Expand Up @@ -274,7 +274,7 @@
'target=\'_blank\' rel=\'noreferrer noopener\'>Model '
'My Watershed Technical Documentation on Boundaries.'
'</a>',
'minZoom': 9,
'minZoom': 8,
'selectable': True,
'searchable': True,
'search_rank': 10,
Expand All @@ -291,7 +291,7 @@
'target=\'_blank\' rel=\'noreferrer noopener\'>Model '
'My Watershed Technical Documentation on Boundaries.'
'</a>',
'minZoom': 9,
'minZoom': 6,
'selectable': True,
},
{
Expand All @@ -307,7 +307,7 @@
'target=\'_blank\' rel=\'noreferrer noopener\'>Model '
'My Watershed Technical Documentation on Boundaries.'
'</a>',
'minZoom': 6,
'minZoom': 5,
'selectable': True,
},
{
Expand All @@ -322,15 +322,15 @@
'target=\'_blank\' rel=\'noreferrer noopener\'>Model '
'My Watershed Technical Documentation on Boundaries.'
'</a>',
'minZoom': 9,
'minZoom': 8,
'selectable': True,
},
{
'code': 'municipalities',
'table_name': 'dep_municipalities',
'display': 'PA Municipalities',
'short_display': 'PA Municipalities',
'minZoom': 7,
'minZoom': 6,
'perimeter': pa_perimeter,
},
],
Expand Down

0 comments on commit 2295772

Please sign in to comment.