-
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
716cf07
commit 9ba75ac
Showing
9 changed files
with
87 additions
and
14 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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"configurations": [ | ||
{ | ||
"type": "chrome", | ||
"name": "http://127.0.0.1:3000/docs/index.html", | ||
"request": "launch", | ||
"url": "http://127.0.0.1:3000/docs/index.html" | ||
} | ||
] | ||
} |
Binary file not shown.
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
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
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
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 +1,64 @@ | ||
const toilet = {"features": [{"type": "Feature", "geometry": {"type": "Point", "coordinates": ["136.9647", "35.2012"]}, "properties": {"name": "守山小学校", "address": "守山区西島町6−27", "place": "正門前の道路(南側)"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": ["136.9661", "35.2033"]}, "properties": {"name": "守山中学校", "address": "守山区大屋敷13−63", "place": "通用門付近(南側)"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": ["136.96937", "35.20264"]}, "properties": {"name": "守山会館", "address": "守山区西島町19−14", "place": "正面入り口 血圧計横"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": ["136.95681", "35.19798"]}, "properties": {"name": "守山生涯学習センター", "address": "守山区守山3丁目2−6", "place": "1階事務室"}}]}; | ||
const toilet = { | ||
"features": [ | ||
{ | ||
"type": "Feature", | ||
"geometry": { | ||
"type": "Point", | ||
"coordinates": [ | ||
"136.9647", | ||
"35.2012" | ||
] | ||
}, | ||
"properties": { | ||
"name": "守山小学校", | ||
"address": "守山区西島町6−27", | ||
"place": "正門前の道路(南側)" | ||
} | ||
}, | ||
{ | ||
"type": "Feature", | ||
"geometry": { | ||
"type": "Point", | ||
"coordinates": [ | ||
"136.9661", | ||
"35.2033" | ||
] | ||
}, | ||
"properties": { | ||
"name": "守山中学校", | ||
"address": "守山区大屋敷13−63", | ||
"place": "通用門付近(南側)" | ||
} | ||
}, | ||
{ | ||
"type": "Feature", | ||
"geometry": { | ||
"type": "Point", | ||
"coordinates": [ | ||
"136.96683", | ||
"35.20064" | ||
] | ||
}, | ||
"properties": { | ||
"name": "守山会館", | ||
"address": "守山区西島町19−14", | ||
"place": "正面入り口 血圧計横" | ||
} | ||
}, | ||
{ | ||
"type": "Feature", | ||
"geometry": { | ||
"type": "Point", | ||
"coordinates": [ | ||
"136.95681", | ||
"35.19798" | ||
] | ||
}, | ||
"properties": { | ||
"name": "守山生涯学習センター", | ||
"address": "守山区守山3丁目2−6", | ||
"place": "1階事務室" | ||
} | ||
} | ||
] | ||
}; |
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
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