Skip to content

Commit 92783bd

Browse files
committed
Remove unnecessary globe projection
1 parent a28c762 commit 92783bd

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

js/maps.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,6 @@ class Maps {
7878
// Add collapsed attribution control to main map
7979
this.main.addControl(new maplibregl.AttributionControl({ compact: true }));
8080

81-
this.main.on('style.load', () => {
82-
this.main.setProjection({ type: 'globe' });
83-
});
84-
8581
// Overview map for displaying the general area with geocoding details
8682
this.overviewMap = new maplibregl.Map({
8783
container: 'overview_map',

0 commit comments

Comments
 (0)