# tianditu-select-location-plugin **Repository Path**: noliebe/tianditu-select-location-plugin ## Basic Information - **Project Name**: tianditu-select-location-plugin - **Description**: 天地图的地图选点的dialog内馅, 通过在dialog里嵌套iframe,在iframe里访问html来实现通过组件使用天地图获取经纬度。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: gitee - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-02-06 - **Last Updated**: 2026-02-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 天地图 - 地图选点 ## /pc-map.html 电脑端 简易选点 ## /mobile-map.html 手机端 带搜索的选点 ## /pc-map-more-functions/index.html 电脑端 带搜索的选点 ## 所有的选点页 都可以通过 iframe 嵌套后 通过 getMapLocation 获取中心点经纬度 > 1. 使用时注意不能跨域 > 2. 使用时 需提前注册天地图的应用key ```vue ``` ```js // 调起dialog this.$refs.tiandituLocationSelectRef.openDialog({lat: latlngArray[0], lng:latlngArray[1]}) ````