|
@@ -8,7 +8,7 @@ import About from './About';
|
|
|
|
|
|
// Maps
|
|
|
import Pigeon from './Pigeon';
|
|
|
-import Mapbox from './Mapbox';
|
|
|
+import MapGL from './MapGL';
|
|
|
import Leaflet from './Leaflet';
|
|
|
import Google from './Google';
|
|
|
|
|
@@ -57,7 +57,7 @@ export class App extends React.Component{
|
|
|
getDistance={this.getDistance}
|
|
|
/>}
|
|
|
/>
|
|
|
- <Route path="/mapbox-gl" exact component={Mapbox} />
|
|
|
+ <Route path="/map-gl" exact component={MapGL} />
|
|
|
<Route path="/leaflet" exact component={Leaflet} />
|
|
|
<Route path="/google-map" exact component={Google} />
|
|
|
</Switch>
|