react-swipe-map 1.0.6 → 1.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -43,7 +43,7 @@ import { Button } from "antd";
43
43
  let baseMapList = [
44
44
  {
45
45
  mapUrl:
46
- "http://36.110.12.229:9015/usmaps?service=WMTS&version=1.0.0&request=GetTile&tk=53a6c3d4-4821-418d-8403-27213bac20c6&Layer&Style=1&Format=image/png&TileMatrixSet=l&TileMatrix={z}&TileRow={y}&TileCol={x}",
46
+ "",
47
47
  center: [30.5984, 114.3118],
48
48
  zoomOffset: 0,
49
49
  zoom: 6,
@@ -57,7 +57,7 @@ let baseMapList = [
57
57
  id: "1154781632637710336",
58
58
  name: "4490天地图影像注记",
59
59
  icon: "ca3fe93b207545558ba5c601a8d36c31",
60
- mapUrl: "http://10.17.17.243/tdtyxzj_c/{z}/{y}/{x}.png",
60
+ mapUrl: "",
61
61
  type: "4326",
62
62
  centre: [23.641, 112.983],
63
63
  bounds: null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-swipe-map",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "type": "module",
5
5
  "description": "A React component that displays two leaflet maps side by side",
6
6
  "main": "./dist/index.umd.js",