mirror of
https://github.com/heyarne/berliner-winter.git
synced 2026-05-07 03:33:39 +02:00
Separate into different files
This commit is contained in:
parent
c44c5a35b8
commit
5fc4b7b095
2 changed files with 7 additions and 8 deletions
5
www/js/main.js
Normal file
5
www/js/main.js
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
(function () {
|
||||
var map = L.map('map').setView([52.50, 13.40], 11);
|
||||
var layer = new L.StamenTileLayer("toner-lite");
|
||||
map.addLayer(layer);
|
||||
})();
|
||||
Loading…
Add table
Add a link
Reference in a new issue