Changeset 19078 in osm for applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/CadastreInterface.java
- Timestamp:
- 2009-12-12T22:17:40+01:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/CadastreInterface.java
r18838 r19078 92 92 try { 93 93 // first, get the cookie from Cadastre to allow next downloads 94 searchFormURL = new URL(baseURL + "/scpc/ rechercherPlan.do");94 searchFormURL = new URL(baseURL + "/scpc/accueil.do"); 95 95 urlConn = (HttpURLConnection)searchFormURL.openConnection(); 96 96 urlConn.setRequestMethod("GET"); … … 231 231 content += "&codeDepartement="; 232 232 content += "&nbResultatParPage=10"; 233 content += "&x=0&y=0"; 234 searchFormURL = new URL(baseURL + "/scpc/rechercherPlan.do"); 233 235 urlConn = (HttpURLConnection)searchFormURL.openConnection(); 234 236 urlConn.setRequestMethod("POST");
Note:
See TracChangeset
for help on using the changeset viewer.
