Skip to content

Commit

Permalink
Fixup: Hide ViewfinderView if there is not Google Maps API key
Browse files Browse the repository at this point in the history
  • Loading branch information
ianguerin committed Mar 21, 2024
1 parent 29735d5 commit d6ba440
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/js/models/maps/Map.js
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,8 @@ define([
showToolbar: true,
showLayerList: true,
showHomeButton: true,
showViewfinder: false,
// TODO(ianguerin): reset this.
showViewfinder: true,
toolbarOpen: false,
showScaleBar: true,
showFeatureInfo: true,
Expand Down

0 comments on commit d6ba440

Please sign in to comment.