Changeset 30855 in osm
- Timestamp:
- 2014-12-19T00:01:35+01:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/tilesources/BingAerialTileSource.java
r30854 r30855 52 52 * Constructs a new {@code BingAerialTileSource}. 53 53 */ 54 public BingAerialTileSource() { 55 this("Bing"); 56 } 57 58 /** 59 * Constructs a new {@code BingAerialTileSource}. 60 */ 54 61 public BingAerialTileSource(String id) { 55 62 super("Bing Aerial Maps", "http://example.com/", id);
Note:
See TracChangeset
for help on using the changeset viewer.