mapping-component-package-jp 0.2.7 → 0.2.8

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.2.7",
3
+ "version": "0.2.8",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -138,7 +138,7 @@ function formatBlockLabelMobile(Id, locname, locarea, fontFamily, fontSize, font
138
138
  nameContainerElem.remove();
139
139
  areaContainerElem.remove();
140
140
 
141
- return { nameWidth: nameWidth+1, areaWidth: areaWidth+1 };
141
+ return { nameWidth: nameWidth+2, areaWidth: areaWidth+2 };
142
142
  }
143
143
 
144
144
  export { projectMercator, tile2latLng, diffLatLng2Meters, formatBlockLabel, formatBlockLabelMobile, get_FillColorOpacity, get_FillColor }