Git Product home page Git Product logo

bmap-style-picker's Introduction

Map-Color-Picker

Map-Color-Picker 是一款基于帮助对百度地图进行自定义样式调整的可视化工具。它可以创建多个方案,并将前端完成的方案导出到json文件

使用

  • python3.6 flask
  • webpack + vue

安装

npm i

pip3 install flask

添加百度地图access_key(在index.html中)

<script src="http://api.map.baidu.com/api?v=2.0&ak=<your key>"></script>

运行前端应用

npm run dev
#
npm run build
# 默认使用8080端口

运行后端应用

# 进入server文件夹
cd server
# 启动flask server (默认占用5000端口)
python3 server.py

options.json 中保存了用户操作之后的配色方案

界面

demo

bmap-style-picker's People

Contributors

observedobserver avatar

Watchers

 avatar  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.