| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -640,12 +640,12 @@ describe('mapboxgl_WebMapV2_2', () => { | |||
| 640 | 640 | const mapJSON = { | |
| 641 | 641 | "extent": { | |
| 642 | 642 | "leftBottom": { | |
| 643 | - "x": 118.02310000000011, | ||
| 644 | - "y": 27.044700000000034 | ||
| 643 | + "x": -180, | ||
| 644 | + "y": -90 | ||
| 645 | 645 | }, | |
| 646 | 646 | "rightTop": { | |
| 647 | - "x": 122.94200000000001, | ||
| 648 | - "y": 31.180900000000065 | ||
| 647 | + "x": 180, | ||
| 648 | + "y": 90 | ||
| 649 | 649 | } | |
| 650 | 650 | }, | |
| 651 | 651 | "maxScale": "1:0.9626322617192434", | |
@@ -683,17 +683,17 @@ describe('mapboxgl_WebMapV2_2', () => { | |||
| 683 | 683 | }, | |
| 684 | 684 | "name": "quxian", | |
| 685 | 685 | "bounds": { | |
| 686 | - "top": 31.180900000000065, | ||
| 687 | - "left": 118.02310000000011, | ||
| 688 | - "bottom": 27.044700000000034, | ||
| 686 | + "top": 90, | ||
| 687 | + "left": -180, | ||
| 688 | + "bottom": -90, | ||
| 689 | 689 | "leftBottom": { | |
| 690 | - "x": 118.02310000000011, | ||
| 691 | - "y": 27.044700000000034 | ||
| 690 | + "x": -180, | ||
| 691 | + "y": -90 | ||
| 692 | 692 | }, | |
| 693 | - "right": 122.94200000000001, | ||
| 693 | + "right": 180, | ||
| 694 | 694 | "rightTop": { | |
| 695 | - "x": 122.94200000000001, | ||
| 696 | - "y": 31.180900000000065 | ||
| 695 | + "x": 180, | ||
| 696 | + "y": 90 | ||
| 697 | 697 | } | |
| 698 | 698 | } | |
| 699 | 699 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -504,7 +504,6 @@ CRS.defaultWKTs = { | |||
| 504 | 504 | }; | |
| 505 | 505 | CRS.EPSG3857 = new CRS('EPSG:3857', [-20037508.3427892, -20037508.3427892, 20037508.3427892, 20037508.3427892]); | |
| 506 | 506 | CRS.EPSG4326 = new CRS('EPSG:4326', [-180, -90, 180, 90]); | |
| 507 | - CRS.EPSG4490 = new CRS('EPSG:4490', [-180, -90, 180, 90]); | ||
| 508 | 507 | ||
| 509 | 508 | ||
| 510 | 509 | function revertCRS() { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments