• Noblesavage@lemmy.world
    link
    fedilink
    arrow-up
    55
    arrow-down
    1
    ·
    edit-2
    2 days ago

    I’m sure that Google will quickly change their map projections from Pseudo-Mercator to Equal Earth projection as quickly as they changed the names of the bodies of water because President orange cheeto said so… right?.. Riiiight?

    • black0ut@pawb.social
      link
      fedilink
      arrow-up
      24
      arrow-down
      1
      ·
      2 days ago

      Web Mercator is a special kind of abomination, even down to the way the map is cropped to be exactly square. But it is probably the most suitable for navigation, as Mercator itself was designed specifically for it.

      Buildings, streets and map features would be more distorted under Equal Earth projection than they already are with Web Mercator. Web Mercator also has the benefit that the cardinal directions are always straight respective to the XY grid, even though the Y direction is non linear.

      There is no perfect way of flattening a 3D spheroid into a 2D map, sadly.

      • HereIAm@lemmy.world
        link
        fedilink
        arrow-up
        10
        ·
        2 days ago

        But at the scale of streets and building surely the type of map projections is such a mute point the earth might as well be flat.

        • black0ut@pawb.social
          link
          fedilink
          arrow-up
          3
          ·
          2 days ago

          Not actually, it depends on the projection.

          The most noticeable visual distortion of a map projection at street level isn’t actually size and area, but angle. While Mercator and Web Mercator distort both size and area, angle remains the same. But projections like Equal Earth distort angle to keep area and size the same.

          In practice, what this means is that with Web Mercator, you will see an intersection as 2 perpendicular lines crossing each other, leaving four 90° angles. But with Equal Earth, depending on the location, all those angles will be different, and the lines won’t be perfectly perpendicular.

          (of course, Web Mercator also has this issue, because it uses a perfect sphere instead of a spheroid for the projection, but the very slight difference isn’t really noticeable, and using a spheroid is more compute-heavy)

          Map navigation and satellite imagery are very specific cases where a Mercator or Mercator style projection are better suited, mainly because of the preservation of the angles. However, for any other case, Equal Earth is a very good projection, and I agree it should be used over Mercator. Especially in education.