V Map
截图
###Tech Stack
- Leaflet
- Bootstrap
- jQuery
###添加新用户
修改用户数据文件 /static/js/v_data.js
格式:
{
name: {用户名},
latLang: [{经度}, {纬度}]
}
ps: 经纬度可以由Google Map搜索地址获得.
如
{
name: "Phodal",
latLang: [34.2173804, 108.8981328]
}
欢迎关注我的微信公众号: phodal
License
© 2016 Phodal Huang. This code is distributed under the CC0 1.0 Universal license. See LICENSE in this directory.

