开发者问题收集
我尝试将 fiBounds 与 WebMercatorViewport 对象一起使用,但收到有关 padding 属性的错误。我的代码:const initialViewState: IViewport | WebMercatorViewport = useMemo(() => {if (locationsFitBounds) {const minLat: number = Math.min(..
我正在尝试将一个基本的 deck.gl(mapbox 静态地图)添加到一个 react 项目 - 我可以做到这一点;但是,一旦地图加载完成,它就会占据整个页面,任何其他信息都会隐藏在地图后面。例如,我在地图上方的<p>中有一些文本,但它应该显示在地图上方,但却隐藏在地图后面。尝试调整地图所在的 div 的大小均失败:margin-top、height 等。该类名为 DglMapclass DglM
我有一个 DeckGL 组件,我将它括在 div 标签中并指定其大小,但 deckGL 层似乎占据了整个视口。 这是我的代码片段。const INITIAL_VIEW_STATE = {longitude: 83.32247972488423,latitude: 17.714023254029464,zoom: 10,pitch: 0,bearing: 0}<div class="my-conta