# vue-leaflet-demo **Repository Path**: 981145483/vue-leaflet-demo ## Basic Information - **Project Name**: vue-leaflet-demo - **Description**: vue-leaflet-demo - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2023-02-15 - **Last Updated**: 2024-06-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # leaflet vue demo # 开发注意 1,在使用L时创建多边形和删除时要使用new 创建 如new L.Polygon(positionAJ) 注意 如果上层未设置共同变量请使用window挂载,确保全局存在 2,使用popup弹窗样式需要在app.vue中使用全局覆盖 且最大权重 ## 官网 [leaflet中文](https://leafletjs.cn/) [leaflet英文](https://leafletjs.com/) [优秀blog](https://www.cnblogs.com/foxing/p/15714191.html) [天地图api](http://lbs.tianditu.gov.cn/server/MapService.html) [google地图瓦片](https://blog.csdn.net/hugoandpig/article/details/125798381)