Skip to content

Commit

Permalink
changed some formatting in code
Browse files Browse the repository at this point in the history
  • Loading branch information
mjfoster83 committed Dec 10, 2015
1 parent 3c0cecc commit c174d82
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 3_webmapFundamentals/index-finished.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,10 @@

// Bind popup to data point object
myDataPoint.bindPopup("<h3>Kendall Square</h3><p>Cambridge, MA<br>Information about Kendall Square.</p>");

// Bind popup to line object
myDataLine.bindPopup("Mass Ave Bridge");

// Bind popup to area object
myArea.bindPopup("MIT Campus");

Expand Down

0 comments on commit c174d82

Please sign in to comment.