Changeset 29191 in osm


Ignore:
Timestamp:
2013-01-12T22:38:23+01:00 (12 years ago)
Author:
rcernoch
Message:

New URL for downloading the address database.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/czechaddress/src/org/openstreetmap/josm/plugins/czechaddress/parser/MvcrParser.java

    r23190 r29191  
    208208//==============================================================================
    209209
    210     static final String URL_DEFAULT = "http://aplikace.mvcr.cz/adresa/adresy.zip";
     210    static final String URL_DEFAULT = "http://aplikace.mvcr.cz/adresy/Download.aspx";
    211211    static final String URL_PREFERENCES_KEY = "czechaddress.databaseurl";
    212212
    213213    static final String[] OLD_URLS = {
    214         "http://web.mvcr.cz/adresa/adresy.zip" // Remove around 10.02.2011
     214        "http://web.mvcr.cz/adresa/adresy.zip", // Remove around 10.02.2011
     215        "http://aplikace.mvcr.cz/adresa/adresy.zip" // Removed around 12.01.2013
    215216    };
    216217
Note: See TracChangeset for help on using the changeset viewer.