update debug page
This commit is contained in:
parent
a61f89860b
commit
648824ab8e
@ -41,14 +41,12 @@
|
||||
|
||||
<script type="text/javascript">
|
||||
|
||||
var cloudmadeKey = 'BC9A493B41014CAABB98F0471D759707',
|
||||
cloudmadeUrl = 'http://{s}.tile.cloudmade.com/' + cloudmadeKey + '/997/256/{z}/{x}/{y}.png',
|
||||
var cloudmadeUrl = 'http://{s}.tile.cloudmade.com/BC9A493B41014CAABB98F0471D759707/997/256/{z}/{x}/{y}.png',
|
||||
cloudmade = new L.TileLayer(cloudmadeUrl, {maxZoom: 18}),
|
||||
latlng = new L.LatLng(50.5, 30.51);
|
||||
|
||||
var map = new L.Map('map')
|
||||
.addLayer(cloudmade)
|
||||
.setView(latlng, 15);
|
||||
var map = new L.Map('map').addLayer(cloudmade).setView(latlng, 15);
|
||||
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user