@loaders.gl/flatgeobuf 4.3.0-alpha.8 → 4.3.0-beta.1

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/dist.dev.js CHANGED
@@ -710,6 +710,9 @@ var __exports__ = (() => {
710
710
  if (!wkt.lat_ts && wkt.lat1 && (wkt.projName === "Stereographic_South_Pole" || wkt.projName === "Polar Stereographic (variant B)")) {
711
711
  wkt.lat0 = d2r(wkt.lat1 > 0 ? 90 : -90);
712
712
  wkt.lat_ts = wkt.lat1;
713
+ } else if (!wkt.lat_ts && wkt.lat0 && wkt.projName === "Polar_Stereographic") {
714
+ wkt.lat_ts = wkt.lat0;
715
+ wkt.lat0 = d2r(wkt.lat0 > 0 ? 90 : -90);
713
716
  }
714
717
  }
715
718
  function wkt_parser_default(wkt) {