File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed
app/src/components/domain Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -212,10 +212,12 @@ function GlobalMap(props: Props) {
212212 layerKey = "admin-0-label-priority"
213213 layerOptions = { adminLabelLayerOptions }
214214 />
215+ { /*
215216 <MapLayer
216- layerKey = "admin-0-boundary-mask "
217+ layerKey="admin-0-boundary"
217218 layerOptions={adminZeroLineLayerOptions}
218219 />
220+ */ }
219221 < MapLayer
220222 layerKey = "admin-0-boundary-disputed"
221223 layerOptions = { adminZeroLineLayerOptions }
@@ -227,12 +229,6 @@ function GlobalMap(props: Props) {
227229 onClick = { onClick ? handleClick : undefined }
228230 />
229231 ) }
230- { /*
231- <MapLayer
232- layerKey="admin-0-boundary"
233- layerOptions={adminZeroLineLayerOptions}
234- />
235- */ }
236232 </ >
237233 ) }
238234 />
Original file line number Diff line number Diff line change @@ -469,7 +469,7 @@ function RiskImminentEventMap<
469469 padding = { DEFAULT_MAP_PADDING }
470470 />
471471 ) }
472- </ GlobalMap >
472+ </ BaseMap >
473473 < Container
474474 heading = { sidePanelHeading }
475475 className = { styles . sidePanel }
You can’t perform that action at this time.
0 commit comments