Skip to content

Commit

Permalink
updated basemaps
Browse files Browse the repository at this point in the history
  • Loading branch information
mjfoster83 committed Dec 14, 2015
1 parent c174d82 commit 1566ee6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
1 change: 0 additions & 1 deletion 6_postGIS_LeafletCartoDB/example-1-completed.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ <h1>Caffeinated Cambridge</h1>
</div>
</div>

<!-- include cartodb.js library -->
<script src="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script>
Expand Down
5 changes: 2 additions & 3 deletions 7_advancedMapping_CartoDB/index-completed.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,8 @@ <h1>Leaflet Data Collection Tool</h1>
var map = L.map('map',{ center: [42.381899, -71.122499], zoom: 13});

// Add Tile Layer basemap
L.tileLayer('http://a{s}.acetate.geoiq.com/tiles/acetate-hillshading/{z}/{x}/{y}.png', {
attribution: '&copy;2012 Esri & Stamen, Data from OSM and Natural Earth',
subdomains: '0123',
L.tileLayer('http://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', {
attribution: '&copy; <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a>',
minZoom: 2,
maxZoom: 18
}).addTo(map);
Expand Down
5 changes: 2 additions & 3 deletions 7_advancedMapping_CartoDB/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,8 @@ <h1>Leaflet Data Collection Tool</h1>
var map = L.map('map',{ center: [42.381899, -71.122499], zoom: 13});

// Add Tile Layer basemap
L.tileLayer('http://a{s}.acetate.geoiq.com/tiles/acetate-hillshading/{z}/{x}/{y}.png', {
attribution: '&copy;2012 Esri & Stamen, Data from OSM and Natural Earth',
subdomains: '0123',
L.tileLayer('http://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', {
attribution: '&copy; <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a>',
minZoom: 2,
maxZoom: 18
}).addTo(map);
Expand Down

0 comments on commit 1566ee6

Please sign in to comment.