mirror of
https://github.com/Leaflet/Leaflet.git
synced 2025-08-13 00:04:18 +00:00
@ -15,9 +15,8 @@
|
|||||||
<script>
|
<script>
|
||||||
var map = L.map('map').setView([51.5, -0.09], 13);
|
var map = L.map('map').setView([51.5, -0.09], 13);
|
||||||
|
|
||||||
L.tileLayer('http://{s}.tile.cloudmade.com/{key}/22677/256/{z}/{x}/{y}.png', {
|
L.tileLayer('http://{s}.tile.osm.org/{z}/{x}/{y}.png', {
|
||||||
attribution: 'Map data © 2011 OpenStreetMap contributors, Imagery © 2011 CloudMade',
|
attribution: '&copy; <a href="http://osm.org/copyright">OpenStreetMap</a> contributors'
|
||||||
key: 'BC9A493B41014CAABB98F0471D759707'
|
|
||||||
}).addTo(map);
|
}).addTo(map);
|
||||||
|
|
||||||
var LeafIcon = L.Icon.extend({
|
var LeafIcon = L.Icon.extend({
|
||||||
|
Reference in New Issue
Block a user