geojs 1.9.1 → 1.9.2
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/geo.js +6 -3
- package/geo.lean.js +6 -3
- package/geo.lean.min.js +1 -1
- package/geo.min.js +1 -1
- package/package.json +1 -1
- package/src/lineFeature.js +1 -1
package/geo.js
CHANGED
|
@@ -15728,7 +15728,10 @@ var lineFeature = function lineFeature(arg) {
|
|
|
15728
15728
|
var p = posFunc(current, j, d, index);
|
|
15729
15729
|
|
|
15730
15730
|
if (onlyInvertedY) {
|
|
15731
|
-
p
|
|
15731
|
+
p = {
|
|
15732
|
+
x: p.x,
|
|
15733
|
+
y: -p.y
|
|
15734
|
+
};
|
|
15732
15735
|
} else if (gcs !== mapgcs) {
|
|
15733
15736
|
p = transform.transformCoordinates(gcs, mapgcs, p);
|
|
15734
15737
|
}
|
|
@@ -27560,7 +27563,7 @@ module.exports = sceneObject;
|
|
|
27560
27563
|
* @constant
|
|
27561
27564
|
* @type {string}
|
|
27562
27565
|
*/
|
|
27563
|
-
module.exports = "
|
|
27566
|
+
module.exports = "c77ab7869ca682dfc42f6a12a7ad2121687e94b8";
|
|
27564
27567
|
|
|
27565
27568
|
/***/ }),
|
|
27566
27569
|
|
|
@@ -40680,7 +40683,7 @@ module.exports = vectorFeature;
|
|
|
40680
40683
|
* @constant
|
|
40681
40684
|
* @type {string}
|
|
40682
40685
|
*/
|
|
40683
|
-
module.exports = "1.9.
|
|
40686
|
+
module.exports = "1.9.2";
|
|
40684
40687
|
|
|
40685
40688
|
/***/ }),
|
|
40686
40689
|
|
package/geo.lean.js
CHANGED
|
@@ -15728,7 +15728,10 @@ var lineFeature = function lineFeature(arg) {
|
|
|
15728
15728
|
var p = posFunc(current, j, d, index);
|
|
15729
15729
|
|
|
15730
15730
|
if (onlyInvertedY) {
|
|
15731
|
-
p
|
|
15731
|
+
p = {
|
|
15732
|
+
x: p.x,
|
|
15733
|
+
y: -p.y
|
|
15734
|
+
};
|
|
15732
15735
|
} else if (gcs !== mapgcs) {
|
|
15733
15736
|
p = transform.transformCoordinates(gcs, mapgcs, p);
|
|
15734
15737
|
}
|
|
@@ -27560,7 +27563,7 @@ module.exports = sceneObject;
|
|
|
27560
27563
|
* @constant
|
|
27561
27564
|
* @type {string}
|
|
27562
27565
|
*/
|
|
27563
|
-
module.exports = "
|
|
27566
|
+
module.exports = "c77ab7869ca682dfc42f6a12a7ad2121687e94b8";
|
|
27564
27567
|
|
|
27565
27568
|
/***/ }),
|
|
27566
27569
|
|
|
@@ -40680,7 +40683,7 @@ module.exports = vectorFeature;
|
|
|
40680
40683
|
* @constant
|
|
40681
40684
|
* @type {string}
|
|
40682
40685
|
*/
|
|
40683
|
-
module.exports = "1.9.
|
|
40686
|
+
module.exports = "1.9.2";
|
|
40684
40687
|
|
|
40685
40688
|
/***/ }),
|
|
40686
40689
|
|