|
@@ -373,10 +373,10 @@ export default {
|
|
|
};
|
|
|
|
|
|
const wkt = wellknown.stringify(geojsonPoint);
|
|
|
- let id = store.state.vectorlayerlist[store.state.vectorlayerlist.length - 1].id
|
|
|
+ // let id = store.state.vectorlayerlist[store.state.vectorlayerlist.length - 1].id
|
|
|
let obj = {
|
|
|
defaultType: null,
|
|
|
- layerId: id
|
|
|
+ // layerId: id
|
|
|
}
|
|
|
let data = await GetTabsData(obj);
|
|
|
|
|
@@ -385,11 +385,11 @@ export default {
|
|
|
console.log('element: ', element);
|
|
|
let tableId = element.tableId;
|
|
|
let pane_obj = {
|
|
|
- sourcePointWkt: wkt,
|
|
|
- sourceLayerId: id,
|
|
|
+ // sourcePointWkt: wkt,
|
|
|
+ // sourceLayerId: id,
|
|
|
|
|
|
- // sourcePointWkt: "POINT(109.5139541 18.3146153)",
|
|
|
- // sourceLayerId: "dd699f839bc04969ae2dc2e1964d0ad1",
|
|
|
+ sourcePointWkt: "POINT(109.5139541 18.3146153)",
|
|
|
+ sourceLayerId: "dd699f839bc04969ae2dc2e1964d0ad1",
|
|
|
|
|
|
sourceLayerType: '0',
|
|
|
queryTableId: tableId,
|