@mapxus/mapxus-map-jp 7.1.0 → 7.3.0

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 (4) hide show
  1. package/README.md +3 -3
  2. package/index.d.ts +196 -247
  3. package/index.js +3 -3
  4. package/package.json +2 -2
package/README.md CHANGED
@@ -6,7 +6,7 @@ maplibre-gl
6
6
 
7
7
  ## Install
8
8
  ```
9
- npm install maplibre-gl @mapxus/mapxus-map
9
+ npm install maplibre-gl @mapxus/mapxus-map-jp
10
10
  ```
11
11
 
12
12
  ## Example
@@ -27,11 +27,11 @@ const map = new MapxusMap.Map({
27
27
  });
28
28
  ```
29
29
 
30
- More sample page at [https://map-service.mapxus.com/bssww/loadMap](https://map-service.mapxus.com/bssww/loadMap)
30
+ More sample page at [https://map-service.mapxus.co.jp/bssww/initMapByVenue](https://map-service.mapxus.co.jp/bssww/initMapByVenue)
31
31
 
32
32
  ## Documentation
33
33
 
34
- Docs are available at [https://map-service.mapxus.com/dpw/digitalMapWeb](https://map-service.mapxus.com/dpw/digitalMapWeb)
34
+ Docs are available at [https://map-service.mapxus.co.jp/dpw/digitalMapWeb](https://map-service.mapxus.co.jp/dpw/digitalMapWeb)
35
35
 
36
36
  ## License
37
37