-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update thumbnail for alternative basemap, updated Leaflet
- Loading branch information
1 parent
629c155
commit ddf2119
Showing
5 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "Leaflet.Basemaps", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"homepage": "https://github.com/consbio/Leaflet.Basemaps", | ||
"authors": [ | ||
"Brendan Ward <[email protected]>" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,11 +3,11 @@ | |
<head lang="en"> | ||
<meta charset="UTF-8"> | ||
<title>Leaflet Basemaps Control</title> | ||
<link rel="stylesheet" href="//unpkg.com/[email protected]-rc.3/dist/leaflet.css" /> | ||
<link rel="stylesheet" href="//unpkg.com/[email protected]/dist/leaflet.css" /> | ||
<link rel="stylesheet" href="L.Control.Basemaps.css" /> | ||
</head> | ||
<body> | ||
<script src="//unpkg.com/[email protected]-rc.3/dist/leaflet-src.js"></script> | ||
<script src="//unpkg.com/[email protected]/dist/leaflet.js"></script> | ||
<script src="L.Control.Basemaps.js"></script> | ||
<div id="map" style="position: absolute; top: 0; left:0; bottom:0; right: 0;"></div> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters