We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc65a2a commit f888d5fCopy full SHA for f888d5f
src/assets/js/index.jsx
@@ -79,7 +79,7 @@ let App = React.createClass({
79
<Speedometer speed={this.state.speed} fixes={this.state.fixes} />
80
<Map center={ this.state.position } zoom={this.state.zoom || 12} className="map" onZoomend={ev => this.setState({ zoom: ev.target._animateToZoom })}>
81
<TileLayer
82
- url="http://{s}.tile.thunderforest.com/transport/{z}/{x}/{y}.png"
+ url="http://ice.portal/maps/{z}/{x}/{y}.png"
83
attribution={'© <a href="http://www.opencyclemap.org">OpenCycleMap</a>, © <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a>'}
84
/>
85
<Polyline
0 commit comments