Changeset 35191 in osm for applications/editors/josm/plugins
- Timestamp:
- 2019-10-15T00:10:00+02:00 (5 years ago)
- Location:
- applications/editors/josm/plugins/cadastre-fr/src/org/openstreetmap/josm/plugins/fr/cadastre
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/cadastre-fr/src/org/openstreetmap/josm/plugins/fr/cadastre/download/CadastreDownloadData.java
r34629 r35191 28 28 * @param downloadCommune whether to download communal layer 29 29 */ 30 CadastreDownloadData(boolean downloadWater, boolean downloadBuilding, boolean downloadSymbol, 30 public CadastreDownloadData(boolean downloadWater, boolean downloadBuilding, boolean downloadSymbol, 31 31 boolean downloadParcel, boolean downloadParcelNumber, boolean downloadAddress, boolean downloadLocality, 32 32 boolean downloadSection, boolean downloadCommune) { -
applications/editors/josm/plugins/cadastre-fr/src/org/openstreetmap/josm/plugins/fr/cadastre/edigeo/pci/EdigeoPciImporter.java
r34355 r35191 55 55 protected DataSet parseDataSet(InputStream in, ProgressMonitor instance) throws IllegalDataException { 56 56 try { 57 if (data == null) { 58 data = new CadastreDownloadData(true, true, true, true, true, true, true, true, true); 59 } 57 60 return EdigeoPciReader.parseDataSet(in, file, data, instance); 58 61 } catch (IOException e) {
Note:
See TracChangeset
for help on using the changeset viewer.