Changeset 24358 in osm for applications


Ignore:
Timestamp:
2010-11-24T11:23:49+01:00 (14 years ago)
Author:
gslater
Message:

Disable Bing aerial for now. We need legal approval first

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/slippymap/src/org/openstreetmap/josm/plugins/slippymap/SlippyMapPreferences.java

    r24354 r24358  
    421421        sources.add(new OsmTileSource.CycleMap());
    422422        sources.add(new OsmTileSource.TilesAtHome());
    423         sources.add(new BingAerial());
     423        // *PLEASE* do not enable BingAerial until we have legal approval.
     424        //sources.add(new BingAerial());
    424425        sources.add(new Coastline());
    425426        sources.add(new FreeMapySkPokus());
    426427        sources.add(new FreeMapySk());
    427         sources.add(new NearMap());
    428428        sources.add(new HaitiImagery());
    429429        sources.addAll(getCustomSources());
Note: See TracChangeset for help on using the changeset viewer.