Skip to content

Commit

Permalink
Use the tileserver that's accessible from the captive portal
Browse files Browse the repository at this point in the history
  • Loading branch information
pbock committed Jan 1, 2016
1 parent cc65a2a commit f888d5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/assets/js/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ let App = React.createClass({
<Speedometer speed={this.state.speed} fixes={this.state.fixes} />
<Map center={ this.state.position } zoom={this.state.zoom || 12} className="map" onZoomend={ev => this.setState({ zoom: ev.target._animateToZoom })}>
<TileLayer
url="http://{s}.tile.thunderforest.com/transport/{z}/{x}/{y}.png"
url="http://ice.portal/maps/{z}/{x}/{y}.png"
attribution={'&copy; <a href="http://www.opencyclemap.org">OpenCycleMap</a>, &copy; <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a>'}
/>
<Polyline
Expand Down

0 comments on commit f888d5f

Please sign in to comment.