There was an error while loading. Please reload this page.
1 parent a28c762 commit 92783bdCopy full SHA for 92783bd
1 file changed
js/maps.js
@@ -78,10 +78,6 @@ class Maps {
78
// Add collapsed attribution control to main map
79
this.main.addControl(new maplibregl.AttributionControl({ compact: true }));
80
81
- this.main.on('style.load', () => {
82
- this.main.setProjection({ type: 'globe' });
83
- });
84
-
85
// Overview map for displaying the general area with geocoding details
86
this.overviewMap = new maplibregl.Map({
87
container: 'overview_map',
0 commit comments