Ignore:
Timestamp:
2016-01-01T18:52:02+01:00 (8 years ago)
Author:
simon04
Message:

see #7670 - Possibility to download from mirror with all download action

Set preference key download.overpass.for-multi-fetch to true in order to use Overpass API

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/OverpassDownloadAction.java

    r8932 r9241  
    6060
    6161    /**
     62     * The {@link StringProperty property} of the currently selected Overpass server.
     63     *
     64     * @since 9241
     65     */
     66    public static final StringProperty OVERPASS_SERVER = new StringProperty("download.overpass.server", "http://overpass-api.de/api/");
     67
     68    /**
    6269     * Constructs a new {@code OverpassDownloadAction}.
    6370     */
     
    121128        private JosmTextArea overpassQuery;
    122129        private static OverpassDownloadDialog instance;
    123         private static final StringProperty OVERPASS_SERVER = new StringProperty("download.overpass.server", "http://overpass-api.de/api/");
    124130        private static final CollectionProperty OVERPASS_SERVER_HISTORY = new CollectionProperty("download.overpass.servers",
    125131                Arrays.asList("http://overpass-api.de/api/", "http://overpass.osm.rambler.ru/cgi/"));
Note: See TracChangeset for help on using the changeset viewer.