mapping-component-package-jp 0.0.22 → 0.0.23

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mapping-component-package-jp",
3
- "version": "0.0.22",
3
+ "version": "0.0.23",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -2398,10 +2398,10 @@ export class MapOverlayManager {
2398
2398
  }
2399
2399
 
2400
2400
  function Display_SAAdministrative(saAdministrativeJson, selectedSAProvince, selectedSADM, selectedSALM, selectedSAWard, offsetX, offsetY, vmWidth, isDashboard) {
2401
- //console.log('Display_SAAdministrative');
2402
- //console.log(saAdministrativeJson);
2401
+ console.log('Display_SAAdministrative');
2402
+ console.log(saAdministrativeJson);
2403
2403
 
2404
- locations = saAdministrativeJson;
2404
+ var locations = saAdministrativeJson;
2405
2405
 
2406
2406
  var polygon = null;
2407
2407
  var path = null;