@gis_victory/gismap 1.0.20 → 1.0.21
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/assets/template/data.json +10 -0
- package/dist/assets/template/search_data.json +14 -0
- package/dist/gismap.css +1 -1
- package/dist/index.es.js +6596 -696
- package/dist/index.umd.js +5 -5
- package/package.json +3 -2
|
@@ -2656,6 +2656,16 @@
|
|
|
2656
2656
|
],
|
|
2657
2657
|
"footer": []
|
|
2658
2658
|
}
|
|
2659
|
+
},
|
|
2660
|
+
{
|
|
2661
|
+
"id": "quick_xzc",
|
|
2662
|
+
"template": {
|
|
2663
|
+
"width": 200,
|
|
2664
|
+
"labelWidth": 120,
|
|
2665
|
+
"header": "<div class=\"gismap-popup-header\"><span class=\"i\"></span>{p.szsq}</div>",
|
|
2666
|
+
"body": [],
|
|
2667
|
+
"footer": []
|
|
2668
|
+
}
|
|
2659
2669
|
}
|
|
2660
2670
|
]
|
|
2661
2671
|
}
|