Changeset 16007 in osm for applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr
- Timestamp:
- 2009-06-19T21:30:54+02:00 (16 years ago)
- Location:
- applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/CadastreInterface.java
r15961 r16007 52 52 if (wmsLayer.name.equals("")) 53 53 return false; 54 // open the session with the french Cadastre web front end54 // open the session with the French Cadastre web front end 55 55 downloadCancelled = false; 56 56 try { -
applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/CadastrePlugin.java
r15961 r16007 28 28 /** 29 29 * 30 * Plugin to access the french Cadastre WMS server at www.cadastre.gouv.fr This30 * Plugin to access the French Cadastre WMS server at www.cadastre.gouv.fr This 31 31 * WMS server requires some specific handling like retrieving a cookie for a 32 32 * limitation in case of no activity, or the request to the server shall provide -
applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/CadastrePreferenceSetting.java
r15961 r16007 53 53 public void addGui(final PreferenceDialog gui) { 54 54 55 String description = tr("A special handler of the french cadastre wms at www.cadastre.gouv.fr" + "<BR><BR>"56 + "Please read the Terms and Conditions of Use here (in french): <br>"55 String description = tr("A special handler of the French cadastre wms at www.cadastre.gouv.fr" + "<BR><BR>" 56 + "Please read the Terms and Conditions of Use here (in French): <br>" 57 57 + "<a href=\"http://www.cadastre.gouv.fr/scpc/html/CU_01_ConditionsGenerales_fr.html\"> " 58 58 + "http://www.cadastre.gouv.fr/scpc/html/CU_01_ConditionsGenerales_fr.html</a> <BR>" -
applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/MenuActionGrab.java
r15961 r16007 20 20 21 21 public MenuActionGrab() { 22 super(tr(name), "cadastre_small", tr("Download Image from french Cadastre WMS"),23 Shortcut.registerShortcut("cadastre:grab", tr("Cadastre: {0}", tr("Download Image from french Cadastre WMS")),22 super(tr(name), "cadastre_small", tr("Download Image from French Cadastre WMS"), 23 Shortcut.registerShortcut("cadastre:grab", tr("Cadastre: {0}", tr("Download Image from French Cadastre WMS")), 24 24 KeyEvent.VK_F11, Shortcut.GROUP_DIRECT), false); 25 25 } -
applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/WMSLayer.java
r15972 r16007 31 31 32 32 /** 33 * This is a layer that grabs the current screen from the french cadastre WMS33 * This is a layer that grabs the current screen from the French cadastre WMS 34 34 * server. The data fetched this way is tiled and managed to the disc to reduce 35 35 * server load.
Note:
See TracChangeset
for help on using the changeset viewer.