Skip to content

Commit

Permalink
Survey: show full BB map if no location in response
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannaPeanut committed Dec 10, 2024
1 parent 24fad8e commit 2dc55d1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/survey-public/radnetz-brandenburg/data/feedback.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export const feedbackDefinition: TFeedback = {
},
config: {
bounds: [
10.942243895210964, 53.676969136097426, 13.465112375167422, 52.32208889767472,
10.634343374814875, 50.99884540733649, 15.169801938047982, 53.769864338023126,
],
},
legend: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ export const SurveyFeedbackWithLocationOverviewMap: React.FC<Props> = ({
id="mainMap"
initialViewState={{
bounds: defaultViewState,
fitBoundsOptions: { padding: 50 },
}}
mapStyle={selectedLayer === "vector" ? vectorStyle : satelliteStyle}
RTLTextPlugin={false}
Expand Down

0 comments on commit 2dc55d1

Please sign in to comment.