Embed a Google map into a copy of the webpage from the real-time web assignment
Make a copy of the webpage from the real-time
web assignment and work on the copy so that you
don't mess up the grading of the real-time web assignment
After your AJAX call returns, collect the geo-data from your data source and
Plot the geo coordinates onto a map interface next to your table.
Enhance your table elements so that clicking on the text (or a link nearby) will center the map on that location.
Add a nesting responsive structure so that the map
element and the text elements are always side-by-side
regardless of the size of the screen, but allow the text
elements to stack within their container as the screen
gets smaller
Enhance the map in one interesting way of your choice. For example:
Make different types of locations have different icons on the map
Program a context-menu at each location upon right-clicking the map icon with relevant options for that location (e.g., Directions to here, Wikipedia links, Flickr Images, etc.)
Add a paragraph to your webpage justifying the enhancement that you made