Sha256: c686274d960e22ab087da313315ab1ae6cc799bb9b421c53617ba971e9e34987
Contents?: true
Size: 504 Bytes
Versions: 3
Compression:
Stored size: 504 Bytes
Contents
--- layout: tutorial_frame title: Zoom Levels Tutorial --- <script> var map = L.map('map', { minZoom: 0, maxZoom: 0 }); var cartodbAttribution = '© <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors, © <a href="http://cartodb.com/attributions">CartoDB</a>'; var positron = L.tileLayer('http://{s}.basemaps.cartocdn.com/light_all/{z}/{x}/{y}.png', { attribution: cartodbAttribution }).addTo(map); map.setView([0, 0], 0); </script>
Version data entries
3 entries across 3 versions & 1 rubygems