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.
- package/dist/augustine-jkmap.common.js +1 -1
- package/dist/augustine-jkmap.common.js.map +1 -1
- package/dist/augustine-jkmap.umd.js +1 -1
- package/dist/augustine-jkmap.umd.js.map +1 -1
- package/dist/augustine-jkmap.umd.min.js +1 -1
- package/dist/augustine-jkmap.umd.min.js.map +1 -1
- package/package.json +1 -1
|
@@ -4313,7 +4313,7 @@ function getTextSymbol(options) {
|
|
|
4313
4313
|
const yoffset = isFinite(options.yoffset) ? Number(options.yoffset) : 3;
|
|
4314
4314
|
return {
|
|
4315
4315
|
type: "text",
|
|
4316
|
-
text:
|
|
4316
|
+
text: text || "",
|
|
4317
4317
|
color: color,
|
|
4318
4318
|
haloColor: haloColor,
|
|
4319
4319
|
haloSize: haloSize,
|