#add message

This commit is contained in:
xieshen 2021-05-26 09:33:05 +08:00
parent 5c5286c989
commit d3a10e7054
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ $(function () {
}
function _initTempLayer() {
tempLayer = L.WMS.source(spiWmsBase, {styles: 'spi'}).getLayer('spi:temp')
tempLayer = L.WMS.source(spiWmsBase, {styles: 'baoji:spi'}).getLayer('spi:temp')
}
function _toggleTempLayer(status) {