vue+supermap+leaflet+elementui cgcs2000大地坐标系 根据后端返回的数据打点,手动打点,绘制图形

需求如下:
根据返回经纬度数据,显示地点,支持搜索查询,手动打点,手动绘制图形画区域
supermap+leaflet官方文档
npm安装@supermap/iclient-leaflet
在这里插入图片描述

npm install @supermap/iclient-leaflet

在main.js文件中添加一句(这一句要是忘记添加了,到时候加载地图样式会有问题

import "leaflet/dist/leaflet.css";

1、大地坐标系cgcs2000

<template>

你可能感兴趣的:(前端开发,vue.js,elementui,javascript,supermap,leaflet)