Changeset 29191 in osm for applications/editors/josm/plugins/czechaddress/src
- Timestamp:
- 2013-01-12T22:38:23+01:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/czechaddress/src/org/openstreetmap/josm/plugins/czechaddress/parser/MvcrParser.java
r23190 r29191 208 208 //============================================================================== 209 209 210 static final String URL_DEFAULT = "http://aplikace.mvcr.cz/adres a/adresy.zip";210 static final String URL_DEFAULT = "http://aplikace.mvcr.cz/adresy/Download.aspx"; 211 211 static final String URL_PREFERENCES_KEY = "czechaddress.databaseurl"; 212 212 213 213 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 215 216 }; 216 217
Note:
See TracChangeset
for help on using the changeset viewer.