Skip to content

Commit

Permalink
Fix map not showing when the bounds are very tight
Browse files Browse the repository at this point in the history
  • Loading branch information
153957 committed Dec 11, 2015
1 parent c6dc8e9 commit f7787aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion event-display/code.js
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ d3.json('./data/stations_' + location.hash.substring(1) + '.json?nocache=' + Mat
attribution: '<a href="../index.html">jSparc</a>, ' +
'&copy; <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a>, ' +
'&copy; <a href="http://cartodb.com/attributions">CartoDB</a>',
maxZoom: 18
maxZoom: 20
}).addTo(map);

d3.json('./data/coincidences_' + location.hash.substring(1) + '.json?cache=' + timestamp_start + timestamp_end,
Expand Down

0 comments on commit f7787aa

Please sign in to comment.