diff --git a/00_README b/00_README index c9fb48fc7d..a406e52a9e 100644 --- a/00_README +++ b/00_README @@ -1,5 +1,5 @@ This is the SVN repository for JOSM plugins. JOSM plugins are extensions of the OSM editor JOSM, -see http://josm.openstreetmap.de/. +see https://josm.openstreetmap.de/. This repository includes the source and the current builds for each plugin: @@ -12,13 +12,13 @@ FAQ * How can I check in my own plugin? - You need an account for the OSM subversion repository, see - http://wiki.openstreetmap.org/wiki/Accounts#SVN_access_.28OSM_software.29 + https://wiki.openstreetmap.org/wiki/Accounts#SVN_access_.28OSM_software.29 - Make sure to check out the tree http://svn.openstreetmap.org/applications/editors/josm/ (or one of its parents). svn checkout http://svn.openstreetmap.org/applications/editors/josm/ - This will also check out the JOSM source from http://josm.openstreetmap.de/svn. + This will also check out the JOSM source from https://josm.openstreetmap.de/svn. Note that the build environment is not complete if you check out http://svn.openstreetmap.org/applications/editors/josm/plugins/ only. @@ -46,7 +46,7 @@ FAQ * How can I make my plugin available to other JOSM users? - The manifest of your plugin jar has to include the required meta information, - see http://josm.openstreetmap.de/wiki/DevelopingPlugins. + see https://josm.openstreetmap.de/wiki/DevelopingPlugins. 'build.xml' copied from '00_plugin_dir_template' will create a compliant manifest file for your plugin. diff --git a/00_plugin_dir_template/README.template b/00_plugin_dir_template/README.template index ca751ec363..5d6c8e672c 100644 --- a/00_plugin_dir_template/README.template +++ b/00_plugin_dir_template/README.template @@ -66,7 +66,7 @@ There are two versions maintained with each plugin: Making your plugin available to JOSM users =========================================== When a plugin jar is checked into SVN a script updates the plugins list on the JOSM wiki: - http://josm.openstreetmap.de/wiki/Plugins + https://josm.openstreetmap.de/wiki/Plugins JOSM retrieves the list of available plugins and their build versions from this list. commit publish read @@ -83,10 +83,10 @@ There are two versions maintained with each plugin: See also ======== * Developing Plugins - http://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins + https://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins * List of JOSM Plugins - http://josm.openstreetmap.de/wiki/Plugins + https://josm.openstreetmap.de/wiki/Plugins diff --git a/ColumbusCSV/README b/ColumbusCSV/README index e9c37b9f9b..b629e1beb5 100644 --- a/ColumbusCSV/README +++ b/ColumbusCSV/README @@ -3,6 +3,6 @@ README This plugin allows to import Columbus V-900 CSV files including audio markers. -Detailed instructions are available at http://wiki.openstreetmap.org/wiki/JOSM/Plugins/ColumbusCSV +Detailed instructions are available at https://wiki.openstreetmap.org/wiki/JOSM/Plugins/ColumbusCSV -Please report bugs to mailto:oliver.wieland@online.de. \ No newline at end of file +Please report bugs to mailto:oliver.wieland@online.de. diff --git a/CustomizePublicTransportStop/build.xml b/CustomizePublicTransportStop/build.xml index 2b83dd2f24..a6a4aa1f2e 100644 --- a/CustomizePublicTransportStop/build.xml +++ b/CustomizePublicTransportStop/build.xml @@ -84,7 +84,7 @@ - + diff --git a/DirectUpload/README b/DirectUpload/README index 65248fccab..bd800c19a3 100644 --- a/DirectUpload/README +++ b/DirectUpload/README @@ -1,3 +1,3 @@ Directly uploads GPX from active layer in JOSM to OpenStreetMap Server. -More Details and FAQ's at : http://wiki.openstreetmap.org/index.php/User:Subhodip/GSoC_Doc#DirectUpload_Plugin_in_JOSM_: +More Details and FAQ's at : https://wiki.openstreetmap.org/index.php/User:Subhodip/GSoC_Doc#DirectUpload_Plugin_in_JOSM_: diff --git a/DirectUpload/src/org/openstreetmap/josm/plugins/DirectUpload/UploadDataGui.java b/DirectUpload/src/org/openstreetmap/josm/plugins/DirectUpload/UploadDataGui.java index dfe2bf9d76..b9965bb393 100644 --- a/DirectUpload/src/org/openstreetmap/josm/plugins/DirectUpload/UploadDataGui.java +++ b/DirectUpload/src/org/openstreetmap/josm/plugins/DirectUpload/UploadDataGui.java @@ -133,7 +133,7 @@ private JPanel initComponents() { visibilityCombo.addItem(v.description); } visibilityCombo.setSelectedItem(visibility.valueOf(Main.pref.get("directupload.visibility.last-used", visibility.PRIVATE.name())).description); - UrlLabel visiUrl = new UrlLabel(tr("http://wiki.openstreetmap.org/wiki/Visibility_of_GPS_traces"), tr("(What does that mean?)"), 2); + UrlLabel visiUrl = new UrlLabel(tr("https://wiki.openstreetmap.org/wiki/Visibility_of_GPS_traces"), tr("(What does that mean?)"), 2); // description JLabel descriptionLabel = new JLabel(tr("Description")); diff --git a/ElevationProfile/README b/ElevationProfile/README index dc160748a5..6a89556f6b 100644 --- a/ElevationProfile/README +++ b/ElevationProfile/README @@ -3,7 +3,7 @@ README This plugin shows the elevation profile of a GPX track. -For detailed instructions please refer to http://wiki.openstreetmap.org/wiki/JOSM/Plugins/ElevationProfile. +For detailed instructions please refer to https://wiki.openstreetmap.org/wiki/JOSM/Plugins/ElevationProfile. SRTM data in test/data is downloaded from http://dds.cr.usgs.gov/srtm/version2_1/SRTM3/Eurasia/ diff --git a/ElevationProfile/src/org/openstreetmap/josm/plugins/elevation/grid/ElevationGridTile.java b/ElevationProfile/src/org/openstreetmap/josm/plugins/elevation/grid/ElevationGridTile.java index e67c99ec66..66c83295c0 100644 --- a/ElevationProfile/src/org/openstreetmap/josm/plugins/elevation/grid/ElevationGridTile.java +++ b/ElevationProfile/src/org/openstreetmap/josm/plugins/elevation/grid/ElevationGridTile.java @@ -120,7 +120,7 @@ public BlockingDeque getVertices() { } /** - * See also OSM Wiki + * See also OSM Wiki * @param x the x * @param y the y * @param zoom the zoom diff --git a/FixAddresses/src/org/openstreetmap/josm/plugins/fixAddresses/TagConstants.java b/FixAddresses/src/org/openstreetmap/josm/plugins/fixAddresses/TagConstants.java index 179a3f1f7a..79dd09e750 100644 --- a/FixAddresses/src/org/openstreetmap/josm/plugins/fixAddresses/TagConstants.java +++ b/FixAddresses/src/org/openstreetmap/josm/plugins/fixAddresses/TagConstants.java @@ -129,7 +129,7 @@ private TagConstants() { /* Relation keys */ - // Associated street: See http://wiki.openstreetmap.org/wiki/Proposed_features/De:Hausnummern + // Associated street: See https://wiki.openstreetmap.org/wiki/Proposed_features/De:Hausnummern public static final String RELATION_TYPE = "type"; public static final String ASSOCIATEDSTREET_RELATION_TYPE = "associatedStreet"; public static final String STREET_RELATION_ROLE = "street"; diff --git a/OpeningHoursEditor/README.txt b/OpeningHoursEditor/README.txt index 33d4277ede..99ba2a3099 100755 --- a/OpeningHoursEditor/README.txt +++ b/OpeningHoursEditor/README.txt @@ -1,7 +1,7 @@ README ====== -for a complete Description see http://wiki.openstreetmap.org/wiki/JOSM/Plugins/OpeningHoursEditor +for a complete Description see https://wiki.openstreetmap.org/wiki/JOSM/Plugins/OpeningHoursEditor The Parser was generated with javacc. There is also a nice javacc-Plugin for Eclipse see http://eclipse-javacc.sourceforge.net/ diff --git a/OsmInspectorPlugin/README b/OsmInspectorPlugin/README index b4b47ad64b..3ea5004c7c 100644 --- a/OsmInspectorPlugin/README +++ b/OsmInspectorPlugin/README @@ -4,7 +4,7 @@ README How to install it and run it (On MacOS X and possibly *nix systems) -*Download and install JOSM from http://josm.openstreetmap.de/ +*Download and install JOSM from https://josm.openstreetmap.de/ *svn co http://svn.telenav.com/map/JavaProjects/OSMInspectorPlugin/trunk/ OSMInspectorPlugin *cd OsmInspectorPlugin *ant install diff --git a/addrinterpolation/README b/addrinterpolation/README index 02bc80431f..9b3ff7ebf9 100644 --- a/addrinterpolation/README +++ b/addrinterpolation/README @@ -11,5 +11,5 @@ address interpolation way. This plugin combines the steps into one screen for ease of use and to minimize chances for error. For more information, refer to the Wiki page at -http://wiki.openstreetmap.org/wiki/JOSM/Plugins/AddrInterpolation +https://wiki.openstreetmap.org/wiki/JOSM/Plugins/AddrInterpolation diff --git a/addrinterpolation/src/org/openstreetmap/josm/plugins/AddrInterpolation/AddrInterpolationDialog.java b/addrinterpolation/src/org/openstreetmap/josm/plugins/AddrInterpolation/AddrInterpolationDialog.java index a4c95d9403..c4e83a707a 100644 --- a/addrinterpolation/src/org/openstreetmap/josm/plugins/AddrInterpolation/AddrInterpolationDialog.java +++ b/addrinterpolation/src/org/openstreetmap/josm/plugins/AddrInterpolation/AddrInterpolationDialog.java @@ -284,7 +284,7 @@ public void actionPerformed(ActionEvent e) { editControlsPane.add(houseNumberNodeNote, c); } - editControlsPane.add(new UrlLabel("http://wiki.openstreetmap.org/wiki/JOSM/Plugins/AddrInterpolation", + editControlsPane.add(new UrlLabel("https://wiki.openstreetmap.org/wiki/JOSM/Plugins/AddrInterpolation", tr("More information about this feature"), 2), c); c.gridx = 0; diff --git a/alignways/src/com/tilusnet/josm/plugins/alignways/AlignWaysWhatsNewPanel.java b/alignways/src/com/tilusnet/josm/plugins/alignways/AlignWaysWhatsNewPanel.java index a86777eb93..9b5faaba30 100644 --- a/alignways/src/com/tilusnet/josm/plugins/alignways/AlignWaysWhatsNewPanel.java +++ b/alignways/src/com/tilusnet/josm/plugins/alignways/AlignWaysWhatsNewPanel.java @@ -132,7 +132,7 @@ private void btnHelpItem1ActionPerformed(java.awt.event.ActionEvent evt) { private void openURI() { if (Desktop.isDesktopSupported()) { try { - URI uri = new URI("http://wiki.openstreetmap.org/wiki/JOSM/Plugins/AlignWayS#Preserving_angles"); + URI uri = new URI("https://wiki.openstreetmap.org/wiki/JOSM/Plugins/AlignWayS#Preserving_angles"); Desktop.getDesktop().browse(uri); } catch (URISyntaxException ex) { Logger.getLogger(AlignWaysWhatsNewPanel.class.getName()).log(Level.SEVERE, null, ex); diff --git a/colorscheme/src/at/dallermassl/josm/plugin/colorscheme/ColorSchemePreference.java b/colorscheme/src/at/dallermassl/josm/plugin/colorscheme/ColorSchemePreference.java index 01b9ac35d7..b15675450f 100644 --- a/colorscheme/src/at/dallermassl/josm/plugin/colorscheme/ColorSchemePreference.java +++ b/colorscheme/src/at/dallermassl/josm/plugin/colorscheme/ColorSchemePreference.java @@ -101,7 +101,6 @@ public void addGui(final PreferenceTabbedPane gui) { }); schemesList.setVisibleRowCount(3); - //schemesList.setToolTipText(tr("The sources (url or filename) of annotation preset definition files. See http://josm.eigenheimstrasse.de/wiki/AnnotationPresets for help.")); useScheme.setToolTipText(tr("Use the selected scheme from the list.")); addScheme.setToolTipText(tr("Use the current colors as a new color scheme.")); deleteScheme.setToolTipText(tr("Delete the selected scheme from the list.")); diff --git a/epci-fr/README b/epci-fr/README index 3651363cd1..9066c0561d 100644 --- a/epci-fr/README +++ b/epci-fr/README @@ -9,4 +9,4 @@ Readme for epci-fr JOSM plugin This plugin helps dealing in editing French EPCIs (boundary=local_authority) by recognizing them at such in the Relations window. -See http://wiki.openstreetmap.org/wiki/WikiProject_France/Tracer_les_limites_administratives/Mise_au_point_du_modele_des_EPCI +See https://wiki.openstreetmap.org/wiki/WikiProject_France/Tracer_les_limites_administratives/Mise_au_point_du_modele_des_EPCI diff --git a/gpsblam/README b/gpsblam/README index a1fe978c39..44ca242ba4 100644 --- a/gpsblam/README +++ b/gpsblam/README @@ -3,7 +3,7 @@ README This is the GPSBlam Plugin for JOSM. -For details see http://wiki.openstreetmap.org/wiki/JOSM/Plugins/GPSBlam +For details see https://wiki.openstreetmap.org/wiki/JOSM/Plugins/GPSBlam License: diff --git a/imagery-xml-bounds/README b/imagery-xml-bounds/README index 6bca2ab7fb..84a753433e 100644 --- a/imagery-xml-bounds/README +++ b/imagery-xml-bounds/README @@ -8,7 +8,7 @@ Readme for imagery-xml-bounds JOSM plugin This plugin allows to generate textual Imagery boundaries in XML format from a multipolygon, compatible with JOSM Maps wiki page. -See http://josm.openstreetmap.de/wiki/Maps +See https://josm.openstreetmap.de/wiki/Maps The icon has been created by schollidesign, is licensed under "GPL, CC sa nc, LGPL and many more (copiable and for non commercial use)" and comes from: http://schollidesign.deviantart.com/art/Human-O2-Iconset-105344123 diff --git a/imagery_offset_db/src/iodb/OffsetDialog.java b/imagery_offset_db/src/iodb/OffsetDialog.java index db3e79c988..e8ae3a89c2 100644 --- a/imagery_offset_db/src/iodb/OffsetDialog.java +++ b/imagery_offset_db/src/iodb/OffsetDialog.java @@ -331,7 +331,7 @@ static class HelpAction extends AbstractAction { @Override public void actionPerformed(ActionEvent e) { - String base = Main.pref.get("url.openstreetmap-wiki", "http://wiki.openstreetmap.org/wiki/"); + String base = Main.pref.get("url.openstreetmap-wiki", "https://wiki.openstreetmap.org/wiki/"); String lang = LanguageInfo.getWikiLanguagePrefix(); String page = "Imagery_Offset_Database"; try { diff --git a/indoorhelper/build.xml b/indoorhelper/build.xml index 5aeaa6677e..3dbe6c0dcb 100644 --- a/indoorhelper/build.xml +++ b/indoorhelper/build.xml @@ -7,14 +7,14 @@ - + diff --git a/mapdust/conf/mapdust.properties b/mapdust/conf/mapdust.properties index c33316646e..e6b564450e 100644 --- a/mapdust/conf/mapdust.properties +++ b/mapdust/conf/mapdust.properties @@ -8,4 +8,4 @@ mapdust.site=http://www.mapdust.com/detail/ mapdust.key=20a2790c8c8ba273ff7baa619b2cf638 #the Mapdust wiki page -mapdust.wiki=http://wiki.openstreetmap.org/wiki/JOSM/Plugins/MapDust +mapdust.wiki=https://wiki.openstreetmap.org/wiki/JOSM/Plugins/MapDust diff --git a/o5m/README b/o5m/README index 2f50a1f918..b3e2df3137 100644 --- a/o5m/README +++ b/o5m/README @@ -5,7 +5,7 @@ Readme for JOSM o5m plugin * Author: Gerd Petermann * License: GPL v3 (see GPL-v3.0.txt) (all sources) - * the o5m format is described at http://wiki.openstreetmap.org/wiki/O5m + * the o5m format is described at https://wiki.openstreetmap.org/wiki/O5m * the source contains ported parts of the osmconvert tool written by Markus Weber. He allows to use his code for reading or writing the o5m format. diff --git a/o5m/README.template b/o5m/README.template index 070c924bdb..ebb583a983 100644 --- a/o5m/README.template +++ b/o5m/README.template @@ -66,7 +66,7 @@ There are two versions maintained with each plugin: Making your plugin available to JOSM users =========================================== When a plugin jar is checked into SVN a script updates the plugins list on the JOSM wiki: - http://josm.openstreetmap.de/wiki/Plugins + https://josm.openstreetmap.de/wiki/Plugins JOSM retrieves the list of available plugins and their build versions from this list. commit publish read @@ -83,10 +83,10 @@ There are two versions maintained with each plugin: See also ======== * Developing Plugins - http://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins + https://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins * List of JOSM Plugins - http://josm.openstreetmap.de/wiki/Plugins + https://josm.openstreetmap.de/wiki/Plugins diff --git a/o5m/build.xml b/o5m/build.xml index 279a1e03cd..93c953983b 100644 --- a/o5m/build.xml +++ b/o5m/build.xml @@ -14,7 +14,7 @@ - + diff --git a/opendata/README b/opendata/README index 3d92ad879c..7c4f5740be 100644 --- a/opendata/README +++ b/opendata/README @@ -8,7 +8,7 @@ Readme for JOSM Open Data plugin -------------------------------- DOCUMENTATION -------------------------------- -See http://wiki.openstreetmap.org/wiki/JOSM/Plugins/OpenData +See https://wiki.openstreetmap.org/wiki/JOSM/Plugins/OpenData ----------------------------------- LICENSE ----------------------------------- diff --git a/opendata/modules/fr.datagouvfr/README b/opendata/modules/fr.datagouvfr/README index e975824cb4..98e7043dce 100644 --- a/opendata/modules/fr.datagouvfr/README +++ b/opendata/modules/fr.datagouvfr/README @@ -8,4 +8,4 @@ Readme for Data.gouv.fr module of JOSM Open Data plugin -------------------------------- DOCUMENTATION -------------------------------- -See http://wiki.openstreetmap.org/wiki/JOSM/Plugins/OpenData/Data.gouv.fr +See https://wiki.openstreetmap.org/wiki/JOSM/Plugins/OpenData/Data.gouv.fr diff --git a/opendata/modules/fr.datagouvfr/src/org/openstreetmap/josm/plugins/opendata/modules/fr/datagouvfr/DataGouvFrConstants.java b/opendata/modules/fr.datagouvfr/src/org/openstreetmap/josm/plugins/opendata/modules/fr/datagouvfr/DataGouvFrConstants.java index 533bafd31a..d5be5873f7 100644 --- a/opendata/modules/fr.datagouvfr/src/org/openstreetmap/josm/plugins/opendata/modules/fr/datagouvfr/DataGouvFrConstants.java +++ b/opendata/modules/fr.datagouvfr/src/org/openstreetmap/josm/plugins/opendata/modules/fr/datagouvfr/DataGouvFrConstants.java @@ -8,7 +8,7 @@ public interface DataGouvFrConstants extends FrenchConstants { /** * Wiki */ - public static final String WIKI = "http://wiki.openstreetmap.org/wiki/WikiProject_France/data.gouv.fr"; + public static final String WIKI = "https://wiki.openstreetmap.org/wiki/WikiProject_France/data.gouv.fr"; /** * Source diff --git a/opendata/modules/fr.paris/README b/opendata/modules/fr.paris/README index 5b5210cfde..c96c3dcbc6 100644 --- a/opendata/modules/fr.paris/README +++ b/opendata/modules/fr.paris/README @@ -8,4 +8,4 @@ Readme for Paris module of JOSM Open Data plugin -------------------------------- DOCUMENTATION -------------------------------- -See http://wiki.openstreetmap.org/wiki/JOSM/Plugins/OpenData/Paris +See https://wiki.openstreetmap.org/wiki/JOSM/Plugins/OpenData/Paris diff --git a/opendata/modules/fr.toulouse/README b/opendata/modules/fr.toulouse/README index 3a9fbcf09d..c1d34ebc2f 100644 --- a/opendata/modules/fr.toulouse/README +++ b/opendata/modules/fr.toulouse/README @@ -8,5 +8,5 @@ Readme for Toulouse module of JOSM Open Data plugin -------------------------------- DOCUMENTATION -------------------------------- -See http://wiki.openstreetmap.org/wiki/JOSM/Plugins/OpenData/Toulouse -and http://wiki.openstreetmap.org/wiki/Toulouse/ToulouseMetropoleData +See https://wiki.openstreetmap.org/wiki/JOSM/Plugins/OpenData/Toulouse +and https://wiki.openstreetmap.org/wiki/Toulouse/ToulouseMetropoleData diff --git a/opendata/modules/fr.toulouse/src/org/openstreetmap/josm/plugins/opendata/modules/fr/toulouse/ToulouseConstants.java b/opendata/modules/fr.toulouse/src/org/openstreetmap/josm/plugins/opendata/modules/fr/toulouse/ToulouseConstants.java index 32ab89f2e9..7d87846d91 100644 --- a/opendata/modules/fr.toulouse/src/org/openstreetmap/josm/plugins/opendata/modules/fr/toulouse/ToulouseConstants.java +++ b/opendata/modules/fr.toulouse/src/org/openstreetmap/josm/plugins/opendata/modules/fr/toulouse/ToulouseConstants.java @@ -16,7 +16,7 @@ public interface ToulouseConstants extends FrenchConstants { /** * Wiki */ - public static final String WIKI = "http://wiki.openstreetmap.org/wiki/Toulouse/ToulouseMetropoleData"; + public static final String WIKI = "https://wiki.openstreetmap.org/wiki/Toulouse/ToulouseMetropoleData"; /** * Portal diff --git a/opendata/modules/fr.toulouse/src/org/openstreetmap/josm/plugins/opendata/modules/fr/toulouse/datasets/transport/ReseauTisseoHandler.java b/opendata/modules/fr.toulouse/src/org/openstreetmap/josm/plugins/opendata/modules/fr/toulouse/datasets/transport/ReseauTisseoHandler.java index 6bd988d917..a5b1b2aa74 100644 --- a/opendata/modules/fr.toulouse/src/org/openstreetmap/josm/plugins/opendata/modules/fr/toulouse/datasets/transport/ReseauTisseoHandler.java +++ b/opendata/modules/fr.toulouse/src/org/openstreetmap/josm/plugins/opendata/modules/fr/toulouse/datasets/transport/ReseauTisseoHandler.java @@ -42,7 +42,7 @@ public String getSource() { @Override public URL getWikiURL() { try { - return new URL("http://wiki.openstreetmap.org/wiki/Toulouse/Transports_en_commun#Réseau_Tisséo"); + return new URL("https://wiki.openstreetmap.org/wiki/Toulouse/Transports_en_commun#Réseau_Tisséo"); } catch (MalformedURLException e) { e.printStackTrace(); } diff --git a/pbf/README b/pbf/README index 716a850375..dadf4e46b0 100644 --- a/pbf/README +++ b/pbf/README @@ -9,6 +9,6 @@ Readme for JOSM PBF plugin This plugin allows to import OSM data in PBF format. -See http://wiki.openstreetmap.org/wiki/PBF +See https://wiki.openstreetmap.org/wiki/PBF The source code in package crosby.binary has been copied from https://github.com/scrosby/OSM-binary. diff --git a/pdfimport/README b/pdfimport/README index 7ad8eb1404..169e052436 100644 --- a/pdfimport/README +++ b/pdfimport/README @@ -52,7 +52,7 @@ There are two versions maintained with each plugin: Making your plugin available to JOSM users =========================================== When a plugin jar is checked into SVN a script updates the plugins list on the JOSM wiki: - http://josm.openstreetmap.de/wiki/Plugins + https://josm.openstreetmap.de/wiki/Plugins JOSM retrieves the list of available plugins and their build versions from this list. commit publish read @@ -69,7 +69,7 @@ There are two versions maintained with each plugin: See also ======== * Developing Plugins - http://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins + https://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins * List of JOSM Plugins - http://josm.openstreetmap.de/wiki/Plugins + https://josm.openstreetmap.de/wiki/Plugins diff --git a/pointInfo/README.md b/pointInfo/README.md index a888807b1b..92bc186090 100644 --- a/pointInfo/README.md +++ b/pointInfo/README.md @@ -26,7 +26,7 @@ Plugin could be easy extend to show another data source. --- ###The RUIAN module - * Shows data about building, addresses, streets, parcels and cadastral area from Czech RUIAN registry (http://wiki.openstreetmap.org/wiki/RUIAN) + * Shows data about building, addresses, streets, parcels and cadastral area from Czech RUIAN registry (https://wiki.openstreetmap.org/wiki/RUIAN) * Additional actions are available : * [![](https://raw.githubusercontent.com/mkyral/josm-pointInfo/master/images/dialogs/open-external-link.png)] Open external site diff --git a/pt_assistant/test/data/route-with-platform-as-way.osm b/pt_assistant/test/data/route-with-platform-as-way.osm index d90e7b6262..3fce66cb71 100755 --- a/pt_assistant/test/data/route-with-platform-as-way.osm +++ b/pt_assistant/test/data/route-with-platform-as-way.osm @@ -234,7 +234,7 @@ - + @@ -248,7 +248,7 @@ - + @@ -321,7 +321,7 @@ - + @@ -346,7 +346,7 @@ - + @@ -406,7 +406,7 @@ - + @@ -501,7 +501,7 @@ - + @@ -520,7 +520,7 @@ - + @@ -534,7 +534,7 @@ - + @@ -561,7 +561,7 @@ - + @@ -575,7 +575,7 @@ - + diff --git a/public_transport/README b/public_transport/README index ff274324b7..f54be5cb4b 100644 --- a/public_transport/README +++ b/public_transport/README @@ -44,7 +44,7 @@ USED NOTIONS Note: I'm not a native English speaker. So if you have suggestions for better wording, please send them to me (mailto:roland.olbricht(at)gmx.de). ... -http://wiki.openstreetmap.org/wiki/User:Oxomoa/Public_transport_schema#Network_information_.28lines_and_routes.29 +https://wiki.openstreetmap.org/wiki/User:Oxomoa/Public_transport_schema#Network_information_.28lines_and_routes.29 REFERENCE MANUAL diff --git a/public_transport/resources/public_transport.html b/public_transport/resources/public_transport.html index 9dfdb25fee..5761107eb8 100644 --- a/public_transport/resources/public_transport.html +++ b/public_transport/resources/public_transport.html @@ -287,7 +287,7 @@

Used Notions

Oxmoa scheme -- see http://wiki.openstreetmap.org/wiki/User:Oxomoa/Public_transport_schema. +- see https://wiki.openstreetmap.org/wiki/User:Oxomoa/Public_transport_schema. This plug-in implements a subset of the Oxmoa scheme. We implement in particular here the splitting of bus lines into bus routes. This allows to display the correct order of an itinerary and stops even if a section is passed twice or several times. The extra relations per line number on top of the bus route relations aren't implemented yet because there is no known use case for them. Also, the concept stop_position has not been implemented as it causes ambiguities: if it is placed on a non-oneway, the direction of the stop_position is unclear.

diff --git a/reltoolbox/src/relcontext/actions/PublicTransportHelper.java b/reltoolbox/src/relcontext/actions/PublicTransportHelper.java index 958a2178ce..dbb8fc9030 100644 --- a/reltoolbox/src/relcontext/actions/PublicTransportHelper.java +++ b/reltoolbox/src/relcontext/actions/PublicTransportHelper.java @@ -7,7 +7,7 @@ /** * @author freeExec - * @see http://wiki.openstreetmap.org/wiki/Key:public_transport + * @see https://wiki.openstreetmap.org/wiki/Key:public_transport */ public final class PublicTransportHelper { diff --git a/reltoolbox/src/relcontext/actions/RelationHelpAction.java b/reltoolbox/src/relcontext/actions/RelationHelpAction.java index 1fd1ab20fd..006734b2c7 100644 --- a/reltoolbox/src/relcontext/actions/RelationHelpAction.java +++ b/reltoolbox/src/relcontext/actions/RelationHelpAction.java @@ -42,7 +42,7 @@ public void actionPerformed(ActionEvent e) { if (rel.get() == null) return; try { - String base = Main.pref.get("url.openstreetmap-wiki", "http://wiki.openstreetmap.org/wiki/"); + String base = Main.pref.get("url.openstreetmap-wiki", "https://wiki.openstreetmap.org/wiki/"); String lang = LanguageInfo.getWikiLanguagePrefix(); final List uris = HelpAction.getRelationURIs(base, lang, rel.get()); MainApplication.worker.execute(() -> HelpAction.displayHelp(uris)); diff --git a/reltoolbox/src/relcontext/relationfix/BoundaryFixer.java b/reltoolbox/src/relcontext/relationfix/BoundaryFixer.java index 379e8b0cf7..ea8649c17c 100644 --- a/reltoolbox/src/relcontext/relationfix/BoundaryFixer.java +++ b/reltoolbox/src/relcontext/relationfix/BoundaryFixer.java @@ -13,7 +13,7 @@ /** - * @see http://wiki.openstreetmap.org/wiki/Relation:boundary + * @see https://wiki.openstreetmap.org/wiki/Relation:boundary */ public class BoundaryFixer extends MultipolygonFixer { @@ -24,7 +24,7 @@ public BoundaryFixer() { /** * For boundary relations both "boundary" and "multipolygon" types are applicable, but * it should also have key boundary=administrative to be fully boundary. - * @see http://wiki.openstreetmap.org/wiki/Relation:boundary + * @see https://wiki.openstreetmap.org/wiki/Relation:boundary */ @Override public boolean isFixerApplicable(Relation rel) { diff --git a/reltoolbox/src/relcontext/relationfix/MultipolygonFixer.java b/reltoolbox/src/relcontext/relationfix/MultipolygonFixer.java index a5dd503007..7d09335f69 100644 --- a/reltoolbox/src/relcontext/relationfix/MultipolygonFixer.java +++ b/reltoolbox/src/relcontext/relationfix/MultipolygonFixer.java @@ -19,7 +19,7 @@ import org.openstreetmap.josm.gui.MainApplication; /** - * @see http://wiki.openstreetmap.org/wiki/Relation:multipolygon + * @see https://wiki.openstreetmap.org/wiki/Relation:multipolygon */ public class MultipolygonFixer extends RelationFixer { diff --git a/reltoolbox/src/relcontext/relationfix/PublicTransportFixer.java b/reltoolbox/src/relcontext/relationfix/PublicTransportFixer.java index e4b37c2449..bb40183a9c 100644 --- a/reltoolbox/src/relcontext/relationfix/PublicTransportFixer.java +++ b/reltoolbox/src/relcontext/relationfix/PublicTransportFixer.java @@ -13,7 +13,7 @@ import relcontext.actions.PublicTransportHelper; /** - * @see http://wiki.openstreetmap.org/wiki/Key:public_transport + * @see https://wiki.openstreetmap.org/wiki/Key:public_transport */ /** diff --git a/roadsigns/src/org/openstreetmap/josm/plugins/roadsigns/RoadSignInputDialog.java b/roadsigns/src/org/openstreetmap/josm/plugins/roadsigns/RoadSignInputDialog.java index adc28f5dc3..cd1555e193 100644 --- a/roadsigns/src/org/openstreetmap/josm/plugins/roadsigns/RoadSignInputDialog.java +++ b/roadsigns/src/org/openstreetmap/josm/plugins/roadsigns/RoadSignInputDialog.java @@ -815,7 +815,7 @@ private String longText() { } if (sign.wiki != null || sign.loc_wiki != null) { - String wikiPrefix = Main.pref.get("plugin.roadsigns.wikiprefix", "http://wiki.openstreetmap.org/wiki/"); + String wikiPrefix = Main.pref.get("plugin.roadsigns.wikiprefix", "https://wiki.openstreetmap.org/wiki/"); txt.append("

"); if (sign.loc_wiki != null) { String link = wikiPrefix+sign.loc_wiki; diff --git a/tag2link/README b/tag2link/README index d42e6cc3cf..620cdbd758 100644 --- a/tag2link/README +++ b/tag2link/README @@ -8,5 +8,5 @@ Readme for tag2link JOSM plugin This plugin allows to launch browser to a Web resource about a selected object having known tags, such as Wikipedia. -See http://wiki.openstreetmap.org/wiki/JOSM/Plugins/Tag2Link +See https://wiki.openstreetmap.org/wiki/JOSM/Plugins/Tag2Link diff --git a/turnrestrictions/README b/turnrestrictions/README index 4aa633b6aa..beaf5b9ee1 100644 --- a/turnrestrictions/README +++ b/turnrestrictions/README @@ -8,10 +8,10 @@ in the OpenStreetMap database. SEE ALSO ======== -* +* Information about the plugin in the OSM wiki. -* +* Online help for the plugin, maintained on the JOSM wiki. CREDIT diff --git a/turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/editor/TurnRestrictionType.java b/turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/editor/TurnRestrictionType.java index d3753867f7..582d83a8db 100644 --- a/turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/editor/TurnRestrictionType.java +++ b/turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/editor/TurnRestrictionType.java @@ -5,7 +5,7 @@ /** * This is the enumeration of turn restriction types, see - * OSM Wiki + * OSM Wiki * */ public enum TurnRestrictionType { diff --git a/utilsplugin2/README b/utilsplugin2/README index e075c1bf07..4c9c763466 100644 --- a/utilsplugin2/README +++ b/utilsplugin2/README @@ -16,4 +16,4 @@ Collection of utilities. * Paste Relations, Replace Geometry and other actions (by Zverik) -more info: http://wiki.openstreetmap.org/wiki/JOSM/Plugins/UtilsPlugin2 +more info: https://wiki.openstreetmap.org/wiki/JOSM/Plugins/UtilsPlugin2 diff --git a/wikipedia/src/org/wikipedia/gui/WikidataItemSearchDialog.java b/wikipedia/src/org/wikipedia/gui/WikidataItemSearchDialog.java index 847b87888d..38a6f491c9 100644 --- a/wikipedia/src/org/wikipedia/gui/WikidataItemSearchDialog.java +++ b/wikipedia/src/org/wikipedia/gui/WikidataItemSearchDialog.java @@ -80,7 +80,7 @@ private void initTargetKeys() { return; } final Collection keys = new TreeSet<>(); - // from http://wiki.openstreetmap.org/wiki/Proposed_features/Wikidata#Tagging + // from https://wiki.openstreetmap.org/wiki/Proposed_features/Wikidata#Tagging keys.add(new AutoCompletionItem("wikidata")); keys.add(new AutoCompletionItem("operator:wikidata")); keys.add(new AutoCompletionItem("brand:wikidata"));