Skip to content

Commit

Permalink
typo in dependency on 'leaflet.geodesic' (#687)
Browse files Browse the repository at this point in the history
  • Loading branch information
barf committed May 9, 2020
1 parent 5b771be commit 69fb5a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/maps/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import render_airspace_map from './airspace_map';
import render_live_map from './live_map';
import render_route_map from './route_map';

require('Leaflet.Geodesic');
require('leaflet.geodesic');
require('leaflet-rotatedmarker');

window.L = require('leaflet');
Expand Down

0 comments on commit 69fb5a5

Please sign in to comment.