{this.popupContainer = x;}}
style={{background: "black"}}
className="maputnik-popup"
>
{t("Zoom:")} {this.state.zoom}
{this.props.debugToolbox &&
{renderCoords(this.state.cursor)}
{renderCoords(this.state.center)}
{this.state.rotation}
}
{this.container = x;}}
role="region"
aria-label={t("Map view")}
style={{
...this.props.style,
}}>
;
}
}
const MapOpenLayers = withTranslation()(MapOpenLayersInternal);
export default MapOpenLayers;