Skip to content

Commit

Permalink
Prepare for GMap changes
Browse files Browse the repository at this point in the history
Controls will change in v3.60 (Feb 2025)
  • Loading branch information
vicb committed Aug 22, 2024
1 parent dcc778f commit 5b214a0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions apps/fxc-front/src/app/components/2d/map-element.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,9 @@ export class MapElement extends connect(store)(LitElement) {
maxZoom: GMAP_MAX_ZOOM_LEVEL,
mapTypeId: google.maps.MapTypeId.TERRAIN,
scaleControl: true,
fullscreenControl: false,
streetViewControl: false,
disableDefaultUI: true,
zoomControl: true,
mapTypeControl: true,
clickableIcons: false,
mapTypeControlOptions: {
mapTypeIds: [
Expand Down

0 comments on commit 5b214a0

Please sign in to comment.