1

将 Mapbox 放入 React-Starter-Kit 中,我无法在 react-starter-kit 中实现 MapBox。我不知道如何从客户端制作组件。

我将它用于 mapbox 的 npm 包

我希望我能做到

 MapBoxComponent extends Component{


static propTypes = {
    path: PropTypes.string.isRequired,
    content: PropTypes.string.isRequired,
    title: PropTypes.string,
  };

  static contextTypes = {
    onSetTitle: PropTypes.func.isRequired,
  };
 }

这可能吗?

免责声明:这是我的第一次,所以请多多包涵。

4

1 回答 1

1

有几个 React 组件包装了 mapbox.js 和mapboxgl-js

这是github上的相关讨论:https ://github.com/mapbox/mapbox.js/issues/951

于 2016-04-08T19:27:08.930 回答