Changeset 24358 in osm for applications/editors/josm
- Timestamp:
- 2010-11-24T11:23:49+01:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/slippymap/src/org/openstreetmap/josm/plugins/slippymap/SlippyMapPreferences.java
r24354 r24358 421 421 sources.add(new OsmTileSource.CycleMap()); 422 422 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()); 424 425 sources.add(new Coastline()); 425 426 sources.add(new FreeMapySkPokus()); 426 427 sources.add(new FreeMapySk()); 427 sources.add(new NearMap());428 428 sources.add(new HaitiImagery()); 429 429 sources.addAll(getCustomSources());
Note:
See TracChangeset
for help on using the changeset viewer.