@supermap/react-iclient-mapboxgl
v11.1.1
Published
SuperMap iClient for React.js
Readme
react-iclient-mapboxgl
简介
安装
npm install @supermap/react-iclient-mapboxgl开发
import React from 'react';
import { SmWebMap } from '@supermap/react-iclient-mapboxgl';
const App = () => (
<>
<SmWebMap mapId={mapId} serverUrl={serverUrl}></SmWebMap>
</>
);示例
https://iclient.supermap.io/examples/component/examples.html#reactcomponents_mbgl
