1
This commit is contained in:
@@ -371,6 +371,7 @@ function provinceChanged() {
|
||||
html, body, #app {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
|
||||
color: #333;
|
||||
}
|
||||
|
||||
@@ -88,7 +88,6 @@ function addMarkers(pois) {
|
||||
})
|
||||
|
||||
currentMarkers.push(marker)
|
||||
bounds.extend([lat, lng])
|
||||
})
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user