Skip to content

rccoder/vmap

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

V Map

截图

Screen Shot

###Tech Stack

  • Leaflet
  • Bootstrap
  • jQuery

###添加新用户

修改用户数据文件 /static/js/v_data.js

格式:

{
    name: {用户名},
    latLang: [{经度}, {纬度}]
}

ps: 经纬度可以由Google Map搜索地址获得.

{
    name: "Phodal",
    latLang: [34.2173804, 108.8981328]
}

欢迎关注我的微信公众号: phodal

QRCode

License

© 2016 Phodal Huang. This code is distributed under the CC0 1.0 Universal license. See LICENSE in this directory.

待我代码编成,娶你为妻可好

About

GitHub most popular Chinese user in Map

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 94.4%
  • CSS 4.5%
  • HTML 1.1%