Skip to content

junzew/cpsc310-geolocation-ui

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cpsc310-geolocation-ui

Goal

Given an address of a UBC building, display its location on a map Alt Text

Set up

git clone this repository

yarn install to install dependencies

yarn start to start a http server serving the files, then in a browser go to http://127.0.0.1:8080 to access the UI

Activity

Implement the javascript files under the public folder:

  • query-index.js
  • query-builder.js
  • query-sender.js

Specific TODOs can be found in each file.

APIs we will use

  • Finding geolocation (lat/lon) of building:

http://cs310.students.cs.ubc.ca:11316/api/v1/project_team<TEAM NUMBER>/<ADDRESS>

Example: http://www.openlinkmap.org/small.php?lat=49.26125&lon=-123.24807&zoom=18

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 68.4%
  • HTML 31.6%