2.地图右上角增加小图标(船),鼠标滑动到图标上后显示这10个航次的列表; 3.点击:记录高亮、移除其他高亮图层、加载对应的航次高亮图层、,再次点击,取消航次记录高亮,移除该航次高亮突出; 4.Checkbox框:选中代表该航次图层显示在地图上,取消则隐藏该航次图层。默认10个航次全部选中; 5.增加4500米、6000米等深线按钮,点击触发:加载/取消对应的等深线图层 |
||
|---|---|---|
| build | ||
| config | ||
| src | ||
| static | ||
| test | ||
| .babelrc | ||
| .editorconfig | ||
| .eslintignore | ||
| .eslintrc.js | ||
| .gitignore | ||
| .postcssrc.js | ||
| README.md | ||
| bable.config.js | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
README.md
vue-cil2.0-template
A Vue.js project
Build Setup
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
# run unit tests
npm run unit
# run e2e tests
npm run e2e
# run all tests
npm test