Index: /trunk/src/org/openstreetmap/josm/data/imagery/CachedAttributionBingAerialTileSource.java
===================================================================
--- /trunk/src/org/openstreetmap/josm/data/imagery/CachedAttributionBingAerialTileSource.java	(revision 18911)
+++ /trunk/src/org/openstreetmap/josm/data/imagery/CachedAttributionBingAerialTileSource.java	(revision 18912)
@@ -34,5 +34,5 @@
      */
     public CachedAttributionBingAerialTileSource(ImageryInfo info) {
-        super(info);
+        this(info, null);
     }
 
@@ -46,4 +46,10 @@
         super(info);
         this.attributionDownloadedTask = attributionDownloadedTask;
+        // See #23227 and https://github.com/openstreetmap/iD/issues/9153#issuecomment-1781569820
+        // Of specific note:
+        // > Due to increased usage of Bing Maps imagery APIs, we decided to separate the free usage of the API
+        // > (for OSM editors) from the paid usage of the API.
+        // We aren't paying for access, so we should solely use the AerialOSM layer.
+        super.setLayer("AerialOSM");
     }
 
