mapping-component-package-jp 0.0.41 → 0.0.42

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.41",
3
+ "version": "0.0.42",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -2870,7 +2870,7 @@ export class MapOverlayManager {
2870
2870
  content: svgIcon,
2871
2871
  zIndex: 10002,
2872
2872
  });
2873
- fmarker.setAttribute("id", location.id+'|'+location.Name+'|'+location.CompanyName+'|'+location.JSEAbbreviation+'|'+location.Label+'|'+location.Capacity+'|'+location.SagisCode);
2873
+ fmarker.setAttribute("id", location.id+'|'+location.name+'|'+location.companyName+'|'+location.jseAbbreviation+'|'+location.label+'|'+location.capacity+'|'+location.sagisCode);
2874
2874
  fmarkers.push(fmarker);
2875
2875
  });
2876
2876