-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
50 lines (43 loc) · 1.43 KB
/
README
File metadata and controls
50 lines (43 loc) · 1.43 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
Ottawa Events in HTML5
======================
urls
----
Ottawa Events XML:
[XML Events](http://ottawa.ca/online_services/opendata/data/spotlight/events.xml)
[XML Event Categories](http://ottawa.ca/online_services/opendata/data/spotlight/categories.xml)
[XML Event Options](http://ottawa.ca/online_services/opendata/data/spotlight/eventOptions.xml)
[XML Locations](http://ottawa.ca/online_services/opendata/data/spotlight/venues.xml)
[XML City Sectors](http://ottawa.ca/online_services/opendata/data/spotlight/citySectors.xml)
Synposis
--------
To utilize Google maps and Ottawa’s Open Data, specifically the bus stop data and spotlight event data, to create a HTML5 application that allows one to browse events of Ottawa and then map a bus route from their current location to the location of the event.
Tasks Required
--------------
- UI
- show Ottawa events
- have filters for categories of events
- have Google map
- English and French?
- Conversion of event and bus stop data to usable form
- Logic
- to pull bus stop data
- create (and show) bus route
- to pull event data
Technology Required
-------------------
-Google Maps API
-showing event locations
-show info in bubbles
-plot bus routes
-search based on currently viewed area
-GIT for code management
-Javascript
-HTML5
Proposed Event Object Structure
-------------------------------
- .eventName
- .address
- .category
- .address
- .long
- .lat