forked from pathsource/tan
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8a2a1cd
commit fcb08aa
Showing
1 changed file
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
Project.create([ | ||
{ address: '昙华林', name: '听说昙华林以西曾是戈甲营,走,去看看', lat: 30.552127, lon: 114.309425, image: []}, | ||
{ address: '青年大教堂', name: '到青年大教堂给Hackathon点赞', lat: 30.502404, lon: 114.407113, image: []}, | ||
{ address: '红楼', name: '拾起1911的那段大历史', lat: 30.542217 , lon: 114.306489, image: []}, | ||
{ address: '省博', name: '对, 这次去省博去找个人', lat: 30.561931 , lon: 114.365500, image: []}, | ||
{ address: '黄鹤楼', name: '长江边的那块匾, 你还记得吗?', lat: 30.544636 , lon: 114.302537, image: []}, | ||
{ address: '武汉大学', name: '看樱花, 不了, 去找那个诗人', lat: 30.533289 , lon: 114.358140, image: []} | ||
{ address: '昙华林', name: '听说昙华林以西曾是戈甲营,走,去看看', lat: 30.552127, lon: 114.309425}, | ||
{ address: '青年大教堂', name: '到青年大教堂给Hackathon点赞', lat: 30.502404, lon: 114.407113}, | ||
{ address: '红楼', name: '拾起1911的那段大历史', lat: 30.542217 , lon: 114.306489}, | ||
{ address: '省博', name: '对, 这次去省博去找个人', lat: 30.561931 , lon: 114.365500}, | ||
{ address: '黄鹤楼', name: '长江边的那块匾, 你还记得吗?', lat: 30.544636 , lon: 114.302537}, | ||
{ address: '武汉大学', name: '看樱花, 不了, 去找那个诗人', lat: 30.533289 , lon: 114.358140} | ||
]) |