Changeset 18544 in osm for applications/editors
- Timestamp:
- 2009-11-10T22:12:36+01:00 (15 years ago)
- Location:
- applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr
- Files:
-
- 32 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/CacheControl.java
r18278 r18544 1 // License: GPL. v2 and later. Copyright 2008-2009 by Pieren <pieren3@gmail.com> and others 1 2 package cadastre_fr; 2 3 /** -
applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/CacheFileFilter.java
r15961 r18544 1 // License: GPL. v2 and later. Copyright 2008-2009 by Pieren <pieren3@gmail.com> and others 1 2 package cadastre_fr; 2 3 -
applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/CadastreGrabber.java
r18207 r18544 1 // License: GPL. v2 and later. Copyright 2008-2009 by Pieren <pieren3@gmail.com> and others 1 2 package cadastre_fr; 2 3 -
applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/CadastreInterface.java
r18271 r18544 1 // License: GPL. v2 and later. Copyright 2008-2009 by Pieren <pieren3@gmail.com> and others 1 2 package cadastre_fr; 2 3 -
applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/CadastrePlugin.java
r18408 r18544 1 // License: GPL. v2 and later. Copyright 2008-2009 by Pieren <pieren3@gmail.com> and others 1 2 package cadastre_fr; 2 3 -
applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/CadastrePreferenceSetting.java
r18256 r18544 1 // License: GPL. v2 and later. Copyright 2008-2009 by Pieren <pieren3@gmail.com> and others 1 2 package cadastre_fr; 2 3 -
applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/CheckSourceUploadHook.java
r17710 r18544 1 // License: GPL. v2 and later. Copyright 2008-2009 by Pieren <pieren3@gmail.com> and others 1 2 package cadastre_fr; 2 3 -
applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/DownloadSVGBuilding.java
r18413 r18544 1 // License: GPL. v2 and later. Copyright 2008-2009 by Pieren <pieren3@gmail.com> and others 1 2 package cadastre_fr; 2 3 -
applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/DownloadSVGTask.java
r17365 r18544 1 // License: GPL. v2 and later. Copyright 2008-2009 by Pieren <pieren3@gmail.com> and others 1 2 package cadastre_fr; 2 3 -
applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/DownloadWMSPlanImage.java
r18278 r18544 1 // License: GPL. v2 and later. Copyright 2008-2009 by Pieren <pieren3@gmail.com> and others 1 2 package cadastre_fr; 2 3 -
applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/DownloadWMSVectorImage.java
r18271 r18544 1 // License: GPL. v2 and later. Copyright 2008-2009 by Pieren <pieren3@gmail.com> and others 1 2 package cadastre_fr; 2 3 -
applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/DuplicateLayerException.java
r13497 r18544 1 // License: GPL. v2 and later. Copyright 2008-2009 by Pieren <pieren3@gmail.com> and others 1 2 package cadastre_fr; 2 3 -
applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/EastNorthBound.java
r18207 r18544 1 // License: GPL. v2 and later. Copyright 2008-2009 by Pieren <pieren3@gmail.com> and others 1 2 package cadastre_fr; 2 3 -
applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/GeorefImage.java
r18312 r18544 1 // License: GPL. v2 and later. Copyright 2008-2009 by Pieren <pieren3@gmail.com> and others 1 2 package cadastre_fr; 2 3 -
applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/ImageModifier.java
r17089 r18544 1 // License: GPL. v2 and later. Copyright 2008-2009 by Pieren <pieren3@gmail.com> and others 1 2 package cadastre_fr; 2 3 -
applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/MenuActionBoundaries.java
r13545 r18544 1 // License: GPL. v2 and later. Copyright 2008-2009 by Pieren <pieren3@gmail.com> and others 1 2 package cadastre_fr; 2 3 -
applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/MenuActionBuildings.java
r13611 r18544 1 // License: GPL. v2 and later. Copyright 2008-2009 by Pieren <pieren3@gmail.com> and others 1 2 package cadastre_fr; 2 3 -
applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/MenuActionGrab.java
r18207 r18544 1 // License: GPL. v2 and later. Copyright 2008-2009 by Pieren <pieren3@gmail.com> and others 1 2 package cadastre_fr; 2 3 -
applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/MenuActionGrabPlanImage.java
r18271 r18544 1 // License: GPL. v2 and later. Copyright 2008-2009 by Pieren <pieren3@gmail.com> and others 1 2 package cadastre_fr; 2 3 -
applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/MenuActionLambertZone.java
r18207 r18544 1 // License: GPL. v2 and later. Copyright 2008-2009 by Pieren <pieren3@gmail.com> and others 1 2 package cadastre_fr; 2 3 -
applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/MenuActionLoadFromCache.java
r18207 r18544 1 // License: GPL. v2 and later. Copyright 2008-2009 by Pieren <pieren3@gmail.com> and others 1 2 package cadastre_fr; 2 3 -
applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/MenuActionNewLocation.java
r18278 r18544 1 // License: GPL. v2 and later. Copyright 2008-2009 by Pieren <pieren3@gmail.com> and others 1 2 package cadastre_fr; 2 3 -
applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/MenuActionResetCookie.java
r15961 r18544 1 // License: GPL. v2 and later. Copyright 2008-2009 by Pieren <pieren3@gmail.com> and others 1 2 package cadastre_fr; 2 3 -
applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/MenuActionSaveRasterAs.java
r18278 r18544 1 // License: GPL. v2 and later. Copyright 2008-2009 by Pieren <pieren3@gmail.com> and others 1 2 package cadastre_fr; 2 3 -
applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/RasterImageModifier.java
r17215 r18544 1 // License: GPL. v2 and later. Copyright 2008-2009 by Pieren <pieren3@gmail.com> and others 1 2 package cadastre_fr; 2 3 -
applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/SVGParser.java
r13784 r18544 1 // License: GPL. v2 and later. Copyright 2008-2009 by Pieren <pieren3@gmail.com> and others 1 2 package cadastre_fr; 2 3 -
applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/Scale.java
r15961 r18544 1 // License: GPL. v2 and later. Copyright 2008-2009 by Pieren <pieren3@gmail.com> and others 1 2 package cadastre_fr; 2 3 -
applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/SimplifyWay.java
r17707 r18544 1 // License: GPL. v2 and later. Copyright 2008-2009 by Pieren <pieren3@gmail.com> and others 1 2 package cadastre_fr; 2 3 -
applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/VectorImageModifier.java
r17089 r18544 1 // License: GPL. v2 and later. Copyright 2008-2009 by Pieren <pieren3@gmail.com> and others 1 2 package cadastre_fr; 2 3 -
applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/WMSAdjustAction.java
r18278 r18544 1 // License: GPL. v2 and later. Copyright 2008-2009 by Pieren <pieren3@gmail.com> and others 1 2 package cadastre_fr; 2 3 -
applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/WMSDownloadAction.java
r18207 r18544 1 // License: GPL. v2 and later. Copyright 2008-2009 by Pieren <pieren3@gmail.com> and others 1 2 package cadastre_fr; 2 3 -
applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/WMSLayer.java
r18320 r18544 1 // License: GPL. v2 and later. Copyright 2008-2009 by Pieren <pieren3@gmail.com> and others 1 2 package cadastre_fr; 2 3
Note:
See TracChangeset
for help on using the changeset viewer.