debisoft commited on
Commit
009b166
·
1 Parent(s): f576e28

Center to Seoul

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -10,7 +10,7 @@ style="""
10
  js = """
11
  function load()
12
  {
13
- var map = L.map('mapid').setView([51.505, -0.09], 13);
14
  L.tileLayer('https://tile.openstreetmap.org/{z}/{x}/{y}.png', {
15
  maxZoom: 19,
16
  attribution: '&copy; <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: '&copy; <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a>'