Skip to content

Commit

Permalink
Changed starting location & zoom level
Browse files Browse the repository at this point in the history
  • Loading branch information
gejose committed Jun 3, 2017
1 parent b1f919f commit 8c83be5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/InteractiveMap.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ class InteractiveMap extends React.Component {
super(props);
this.state = {
viewport: {
latitude: 43.719333,
longitude: -79.421078,
zoom: 11,
latitude: 43.6536025,
longitude: -79.4004877,
zoom: 13,
width: this.props.width,
height: this.props.height,
startDragLngLat: null,
Expand Down

0 comments on commit 8c83be5

Please sign in to comment.