All Projects → Observer-L → Nfu Guide Map

Observer-L / Nfu Guide Map

Licence: mit
📍 地图导览小程序 — 南苑导览 🚶 仅需修改配置即可适配任意场景的个性化定制地图小程序

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Nfu Guide Map

Weapp Poem
诗词墨客 - 最全中华古诗词小程序
Stars: ✭ 349 (+384.72%)
Mutual labels:  wechat-mini-program, wepy
Tina
💃 一款轻巧的渐进式微信小程序框架
Stars: ✭ 1,153 (+1501.39%)
Mutual labels:  wechat-mini-program, wxapp
Taro Ui
一款基于 Taro 框架开发的多端 UI 组件库
Stars: ✭ 3,806 (+5186.11%)
Mutual labels:  wechat-mini-program, wxapp
Wepy Mall
微信小程序--基于wepy 商城(微店)微信小程序 欢迎学习交流
Stars: ✭ 3,224 (+4377.78%)
Mutual labels:  wechat-mini-program, wepy
Alaweb
一套 Vue 代码,多端可用(H5、小程序、苹果App、安卓App、头条等)。系统含150+页面,200+组件(5端通用),30+元件(每个终端独立完成)
Stars: ✭ 837 (+1062.5%)
Mutual labels:  wechat-mini-program, wxapp
Jiezhang
基于 wepy 开发的一款纯记账的微信小程序
Stars: ✭ 307 (+326.39%)
Mutual labels:  wechat-mini-program, wepy
Wepy Calendar
微信小程序/wepy/日历组件
Stars: ✭ 58 (-19.44%)
Mutual labels:  wepy, wxapp
Metro-Weapp
微信小程序-上海地铁Lite
Stars: ✭ 15 (-79.17%)
Mutual labels:  wxapp, wechat-mini-program
Weixin Java Miniapp Demo
基于Spring Boot 和 WxJava 实现的微信小程序Java后端Demo
Stars: ✭ 779 (+981.94%)
Mutual labels:  wechat-mini-program, wxapp
Leshare Seller Wepy
基于小程序的店铺商家管理端,采用wepy框架开发
Stars: ✭ 687 (+854.17%)
Mutual labels:  wepy, wxapp
Szushudong
微信小程序 - 深大的树洞 2.0 - 基于 WePY
Stars: ✭ 270 (+275%)
Mutual labels:  wepy, wxapp
Leshare Shop Wepy
基于微信小程序的在线商城,采用wepy框架开发
Stars: ✭ 839 (+1065.28%)
Mutual labels:  wepy, wxapp
wxbizdatacrypt
微信小程序加密数据解密算法Go版
Stars: ✭ 132 (+83.33%)
Mutual labels:  wxapp, wechat-mini-program
Wx Words Pk
微信小程序云开发 「 单词天天斗 」,单词对战游戏,支持好友对战、随机匹配、人机对战等,单词 毕业设计
Stars: ✭ 315 (+337.5%)
Mutual labels:  wechat-mini-program, wxapp
sea-ai
微信小程序 智能识别小程序 接入百度AI平台 基于wepy开发
Stars: ✭ 42 (-41.67%)
Mutual labels:  wxapp, wepy
Wxapp Boilerplate
使用 webpack, babel, scss 开发的微信/支付宝小程序项目脚手架
Stars: ✭ 367 (+409.72%)
Mutual labels:  wechat-mini-program, wxapp
weapp-poem
诗词墨客 - 最全中华古诗词小程序
Stars: ✭ 409 (+468.06%)
Mutual labels:  wepy, wechat-mini-program
scrum-planning-poker
Please feel FREE to try it and give feedback by searching Scrum敏捷估算 in WeChat mini program.
Stars: ✭ 30 (-58.33%)
Mutual labels:  wepy, wechat-mini-program
Qiniu Wxapp Sdk
qiniu SDK based on wxapp
Stars: ✭ 638 (+786.11%)
Mutual labels:  wechat-mini-program, wxapp
Taro scaffold
基于 Taro / dva / redux-saga / react 的微信小程序脚手架,同时集成了 sprite 。
Stars: ✭ 24 (-66.67%)
Mutual labels:  wechat-mini-program, wxapp

QRcode

南苑导览 · GitHub license test GitHub stars

南苑导览是一款由学生独立开发的以地图为载体,提供中山大学南方学院(南苑)具体地点的位置信息、导航、校园历史及文化介绍的小程序。旨在解决校园导航标识不到位、地图形式低效单一、信息设计不够好等问题,为来南苑新人和游客提供更加完美的出行体验。

2019 高校微信小程序开发大赛 华南赛区二等奖作品
文章及代码收录于腾讯云开发优秀案例

仅需修改地图配置文件,即可适配任意场景(校园、景区)的小程序个性化地图定制。

原生小程序 + TypeScript + gulp + vantUI + 云开发能力

项目开源,持续维护,欢迎反馈PR 和 Star⭐️!

⚡️ 功能

  • [x] 路线推荐
  • [x] 路线规划
  • [x] 地点搜索
  • [x] 校园留言板
  • [x] 人文地理信息一览
  • [x] 景点分类动态展示
  • [x] 全景看景(功能已实现,个人类小程序受限,暂未开放)
  • [ ] 社团、商铺信息互联互通(运营需求)

📋 使用指南

  1. 在根目录 config 中,根据自身需求修改应用配置
├─ src
├── config
├─── index.ts // 入口
├─── cloud.ts // 云开发相关配置
├─── info.ts // 应用介绍信息
├─── markerStyle.ts // 地图marker样式
├─── panorama.ts // 第三方全景地图配置(个人类型无webview权限,默认关闭)
└─── secret.ts // 腾讯地图key等敏感信息(可选)
  1. 在开发环境中,如不使用云开发能力,可以使用本地 mock 数据
├─ src
├── mock
├─── index.ts // 入口
├─── board.ts // 公告
├─── comments.ts // 留言
├─── markers.ts // 地点
└─── routes.ts // 路线推荐
  1. 本项目使用 excel 管理数据,使用 python pandas 来清洗数据,数据格式及使用说明详见此

  2. 通过 npm 使用第三方 UI 组件库VantUI,因此需要在开发工具中进行 npm 构建,详细操作见小程序文档 - npm 支持

  3. 起飞:

npm install
npm run dev

🔩 分支管理

NFU-Guide-Map
  ├─ master       // 默认分支
  ├─ [email protected]       // 使用wepy框架开发的初始版本,在wepy2和框架踩坑的权衡之后停止维护,用原生重写
  └─ [other]      // 其他开发分支(只允许该项目Collaborators创建及push分支)

📄 版本日志

每个版本详细的迭代记录在release notes

📷 影像资源版权说明

本项目所用影像收集自校园官网、在校师生,社团组织。版权所有,未经允许,禁止盗用。

参考资料

LICENSE

「南苑导览」使用MIT license

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].