Skip to content

Commit 61e5403

Browse files
author
caoxinke
committed
fix Openlayers Leaflet地址撇批服务无法运行的问题
1 parent 9e5b930 commit 61e5403

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

examples/leaflet/config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,12 +227,12 @@ var exampleConfig = {
227227
fileName: "buildCacheService"
228228
}]
229229
},
230-
"address": {
230+
"addressMatch": {
231231
name: "地址匹配",
232232
content: [{
233233
name: "地址匹配",
234234
thumbnail: "l_addressService.png",
235-
fileName: "addressService"
235+
fileName: "addressMatchService"
236236
}]
237237
}
238238
}

examples/openlayers/config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,12 +251,12 @@ var exampleConfig = {
251251
fileName: "buildCacheService"
252252
}]
253253
},
254-
"address": {
254+
"addressMatch": {
255255
name: "地址匹配",
256256
content: [{
257257
name: "地址匹配",
258258
thumbnail: "addressService.png",
259-
fileName: "addressService"
259+
fileName: "addressMatchService"
260260
}]
261261
}
262262
}

0 commit comments

Comments
 (0)