Center to Seoul
Browse files
main.py
CHANGED
@@ -10,7 +10,7 @@ style="""
|
|
10 |
js = """
|
11 |
function load()
|
12 |
{
|
13 |
-
var map = L.map('mapid').setView([
|
14 |
L.tileLayer('https://tile.openstreetmap.org/{z}/{x}/{y}.png', {
|
15 |
maxZoom: 19,
|
16 |
attribution: '© <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a>'
|
|
|
10 |
js = """
|
11 |
function load()
|
12 |
{
|
13 |
+
var map = L.map('mapid').setView([ 37.5158, 127.0991], 13);
|
14 |
L.tileLayer('https://tile.openstreetmap.org/{z}/{x}/{y}.png', {
|
15 |
maxZoom: 19,
|
16 |
attribution: '© <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a>'
|