Changeset 24491 in osm for applications/editors


Ignore:
Timestamp:
2010-12-01T12:05:54+01:00 (14 years ago)
Author:
bastik
Message:

'publish the bing imagery support (was added by yellowbkpk); change bing attribution link temporarily to comply with ToU'

Location:
applications/editors/josm/plugins/slippymap
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/slippymap/build.xml

    r23575 r24491  
    2727<project name="slippymap" default="dist" basedir=".">
    2828
    29         <property name="commit.message" value="Added haiti imagery tile source" />
    30         <property name="plugin.main.version" value="3602" />
     29        <property name="commit.message" value="publish the bing imagery support (was added by yellowbkpk); change bing attribution link temporarily to comply with ToU" />
     30        <property name="plugin.main.version" value="3687" />
    3131
    3232        <property name="josm"                   location="../../core/dist/josm-custom.jar"/>
  • applications/editors/josm/plugins/slippymap/src/org/openstreetmap/josm/plugins/slippymap/SlippyMapPreferences.java

    r24488 r24491  
    407407       
    408408        public String getAttributionLinkURL() {
    409             return "http://bing.com/maps";
     409            //return "http://bing.com/maps"
     410            // FIXME: I've set attributionLinkURL temporarily to ToU URL to comply with bing ToU
     411            // (the requirement is that we have such a link at the bottom of the window)
     412            return "http://go.microsoft.com/?linkid=9710837";
    410413        }
    411414       
Note: See TracChangeset for help on using the changeset viewer.