augustine-jkmap 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.
@@ -4323,7 +4323,7 @@ function getTextSymbol(options) {
4323
4323
  const yoffset = isFinite(options.yoffset) ? Number(options.yoffset) : 3;
4324
4324
  return {
4325
4325
  type: "text",
4326
- text: String(text ?? ""),
4326
+ text: text || "",
4327
4327
  color: color,
4328
4328
  haloColor: haloColor,
4329
4329
  haloSize: haloSize,