Skip to content

Commit

Permalink
updates basemaps.js minzoom
Browse files Browse the repository at this point in the history
  • Loading branch information
christinach committed Apr 3, 2018
1 parent e2190b0 commit 64854b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/javascripts/modules/basemaps.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// additional leaflet base layers
GeoBlacklight.Basemaps.esri = L.tileLayer('https://server.arcgisonline.com/ArcGIS/rest/services/World_Topo_Map/MapServer/tile/{z}/{y}/{x}', {
attribution: 'Tiles © Esri — Source: Esri, DeLorme, NAVTEQ, USGS, Intermap, iPC, NRCAN, Esri Japan, METI, Esri China (Hong Kong), Esri (Thailand), TomTom, 2012',
minZoom: 1,
minZoom: 2,
maxZoom: 18,
worldCopyJump: true,
detectRetina: true,
Expand Down

0 comments on commit 64854b0

Please sign in to comment.