Skip to content

Commit

Permalink
using leaflet 1.*
Browse files Browse the repository at this point in the history
  • Loading branch information
lwsu committed Oct 9, 2017
1 parent 238bc26 commit 94fb279
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/lambert.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
html, body, #map { width: 100%; height: 100%; margin: 0; background: #fff; }
</style>

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/leaflet/0.7.7/leaflet.css" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/leaflet/0.7.7/leaflet.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.0.3/leaflet.css" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.0.3/leaflet.js"></script>

</head>
<body>
Expand Down

0 comments on commit 94fb279

Please sign in to comment.