raintee-maputils 1.0.39 → 1.0.40
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/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -5746,7 +5746,7 @@ const RT_FitBoundsMapboxNative = (map, featureCollection) => {
|
|
|
5746
5746
|
}
|
|
5747
5747
|
};
|
|
5748
5748
|
|
|
5749
|
-
var RainteeGISUtil
|
|
5749
|
+
var RainteeGISUtil = /*#__PURE__*/Object.freeze({
|
|
5750
5750
|
__proto__: null,
|
|
5751
5751
|
RT_FitBoundsMapbox: RT_FitBoundsMapbox,
|
|
5752
5752
|
RT_FitBoundsMapboxNative: RT_FitBoundsMapboxNative,
|
|
@@ -6232,7 +6232,7 @@ const CSnapt = async (fts, lys, style) => {
|
|
|
6232
6232
|
});
|
|
6233
6233
|
map.on('load', () => {
|
|
6234
6234
|
map.getSource('userReport') && map.getSource('userReport').setData(fts);
|
|
6235
|
-
|
|
6235
|
+
RT_FitBoundsMapboxNative(map, fts);
|
|
6236
6236
|
const proccessor = (task) => {
|
|
6237
6237
|
return new Promise((resolve, reject) => {
|
|
6238
6238
|
try {
|
|
@@ -7974,5 +7974,5 @@ const useDrawCache = () => {
|
|
|
7974
7974
|
}
|
|
7975
7975
|
};
|
|
7976
7976
|
|
|
7977
|
-
export { CustomOptionsControl, CustomToggleControl, DrawCacheFeatureManager, RainteeConstants, RainteeGISUtil
|
|
7977
|
+
export { CustomOptionsControl, CustomToggleControl, DrawCacheFeatureManager, RainteeConstants, RainteeGISUtil, RainteeSourceMapTool, RasterLayerControl, RulerControl, TerrainToggleControl, useDrawCache };
|
|
7978
7978
|
//# sourceMappingURL=index.js.map
|