115e7f99 by unknown

20191215

1 parent b00d9230
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 * @Author: jiangbotao 2 * @Author: jiangbotao
3 * @Date: 2019-12-10 22:15:53 3 * @Date: 2019-12-10 22:15:53
4 * @LastEditors: jiangbotao 4 * @LastEditors: jiangbotao
5 * @LastEditTime: 2019-12-15 20:57:03 5 * @LastEditTime: 2019-12-15 21:21:43
6 * @FilePath: \supermapvue\src\components\vt\Map_wz.vue 6 * @FilePath: \supermapvue\src\components\vt\Map_wz.vue
7 --> 7 -->
8 <template> 8 <template>
...@@ -46,7 +46,6 @@ export default { ...@@ -46,7 +46,6 @@ export default {
46 queryParameter: { 46 queryParameter: {
47 name: "poi", 47 name: "poi",
48 attributeFilter: "SMID > 0", 48 attributeFilter: "SMID > 0",
49 targetEpsgCode:4326
50 }, 49 },
51 datasetNames: ["China:poi"], 50 datasetNames: ["China:poi"],
52 targetEpsgCode:4326, 51 targetEpsgCode:4326,
......