Giter VIP home page Giter VIP logo

airmap's Introduction

AirMap

image

高德地图标注工具,适用于旅行攻略地图标注,交通线路路径规划,市政管线分布走向图,地图数据可视化标注等应用场景,目前仍然在开发完善中...

开发调试

请先申请高德地图Key和安全码

  1. 复制并重命名编辑.env文件
# cp .env.example .env
# vim .env

编辑填入自己申请到的高德地图Key、安全密钥。

  1. 安装依赖
# yarn install
  1. 启动调试开发
# yarn serve

打包发布线上环境

  1. 在本项目目录下执行
# yarn build
  1. 待打包完成后,拷贝dist下所有文件到 airmap-pages 项目下替换文件
# cp -r ./dist/* ../airmap-pages/
  1. 提交合并到 airmap-pages 项目main分支, New pull request 合并后自动发布
# cd ../airmap-pages
# git add .
# git commit -m 'updated'
# git push origin main // 如果你有main分支权限的话
  1. 成功,访问 https://airmap.airmole.net/

airmap's People

Contributors

airmole avatar mdai52 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.