We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91cf154 commit 62ac9b3Copy full SHA for 62ac9b3
examples/mapboxgl-v2/src/application/App.tsx
@@ -12,7 +12,7 @@ const SET_PROPERTY_RULE = {
12
const App = () => {
13
const [map, setMap] = useState<any>();
14
const [layersInfo, setLayersInfo] = useState<any[]>([]);
15
- const url = 'http://172.16.14.182:8090/iserver/services/map-China100/rest/maps/China';
+ const url = 'https://iserver.supermap.io/iserver/services/map-china400/rest/maps/China';
16
17
// 初始化
18
useEffect(() => {
0 commit comments