Changeset 34095 in osm


Ignore:
Timestamp:
2018-03-24T18:17:57+01:00 (6 years ago)
Author:
stoecker
Message:

http to https

Location:
applications/editors/josm/plugins
Files:
48 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/00_README

    r14432 r34095  
    11This is the SVN repository for JOSM plugins. JOSM plugins are extensions of the OSM editor JOSM,
    2 see http://josm.openstreetmap.de/.
     2see https://josm.openstreetmap.de/.
    33
    44This repository includes the source and the current builds for each plugin:
     
    1313 
    1414  - You need an account for the OSM subversion repository, see
    15     http://wiki.openstreetmap.org/wiki/Accounts#SVN_access_.28OSM_software.29
     15    https://wiki.openstreetmap.org/wiki/Accounts#SVN_access_.28OSM_software.29
    1616 
    1717  - Make sure to check out the tree  http://svn.openstreetmap.org/applications/editors/josm/
     
    1919        svn checkout http://svn.openstreetmap.org/applications/editors/josm/
    2020   
    21     This will also check out the JOSM source from http://josm.openstreetmap.de/svn.
     21    This will also check out the JOSM source from https://josm.openstreetmap.de/svn.
    2222       
    2323    Note that the build environment is not complete if you check out
     
    4747 
    4848  - The manifest of your plugin jar has to include the required meta information,
    49     see http://josm.openstreetmap.de/wiki/DevelopingPlugins.
     49    see https://josm.openstreetmap.de/wiki/DevelopingPlugins.
    5050    'build.xml' copied from '00_plugin_dir_template' will create a compliant manifest
    5151    file for your plugin.
  • applications/editors/josm/plugins/00_plugin_dir_template/README.template

    r29004 r34095  
    6767 ===========================================
    6868 When a plugin jar is checked into SVN a script updates the plugins list on the JOSM wiki:
    69    http://josm.openstreetmap.de/wiki/Plugins
     69   https://josm.openstreetmap.de/wiki/Plugins
    7070 JOSM retrieves the list of available plugins and their build versions from this list.
    7171
     
    8484========
    8585* Developing Plugins
    86   http://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
     86  https://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
    8787 
    8888* List of JOSM Plugins
    89   http://josm.openstreetmap.de/wiki/Plugins
     89  https://josm.openstreetmap.de/wiki/Plugins
    9090 
    9191 
  • applications/editors/josm/plugins/ColumbusCSV/README

    r23784 r34095  
    44This plugin allows to import Columbus V-900 CSV files including audio markers.
    55
    6 Detailed instructions are available at http://wiki.openstreetmap.org/wiki/JOSM/Plugins/ColumbusCSV
     6Detailed instructions are available at https://wiki.openstreetmap.org/wiki/JOSM/Plugins/ColumbusCSV
    77
    88Please report bugs to mailto:oliver.wieland@online.de.
  • applications/editors/josm/plugins/CustomizePublicTransportStop/build.xml

    r34038 r34095  
    8585                <attribute name="Plugin-Description" value="Customization of public public transport stops." />
    8686                <attribute name="Plugin-Icon" value="images/bus.png"/>
    87                 <attribute name="Plugin-Link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/CustomizePublicTransportStop" />
     87                <attribute name="Plugin-Link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/CustomizePublicTransportStop" />
    8888                <attribute name="Plugin-Mainversion" value="${josm.required.version}" />
    8989                <attribute name="Plugin-Version" value="0.4" />
  • applications/editors/josm/plugins/DirectUpload/README

    r20881 r34095  
    11Directly uploads GPX from active layer in JOSM to OpenStreetMap Server.
    22
    3 More Details and FAQ's at : http://wiki.openstreetmap.org/index.php/User:Subhodip/GSoC_Doc#DirectUpload_Plugin_in_JOSM_:
     3More Details and FAQ's at : https://wiki.openstreetmap.org/index.php/User:Subhodip/GSoC_Doc#DirectUpload_Plugin_in_JOSM_:
  • applications/editors/josm/plugins/DirectUpload/src/org/openstreetmap/josm/plugins/DirectUpload/UploadDataGui.java

    r33882 r34095  
    134134        }
    135135        visibilityCombo.setSelectedItem(visibility.valueOf(Main.pref.get("directupload.visibility.last-used", visibility.PRIVATE.name())).description);
    136         UrlLabel visiUrl = new UrlLabel(tr("http://wiki.openstreetmap.org/wiki/Visibility_of_GPS_traces"), tr("(What does that mean?)"), 2);
     136        UrlLabel visiUrl = new UrlLabel(tr("https://wiki.openstreetmap.org/wiki/Visibility_of_GPS_traces"), tr("(What does that mean?)"), 2);
    137137
    138138        // description
  • applications/editors/josm/plugins/ElevationProfile/README

    r30558 r34095  
    44This plugin shows the elevation profile of a GPX track.
    55
    6 For detailed instructions please refer to http://wiki.openstreetmap.org/wiki/JOSM/Plugins/ElevationProfile.
     6For detailed instructions please refer to https://wiki.openstreetmap.org/wiki/JOSM/Plugins/ElevationProfile.
    77
    88SRTM data in test/data is downloaded from http://dds.cr.usgs.gov/srtm/version2_1/SRTM3/Eurasia/
  • applications/editors/josm/plugins/ElevationProfile/src/org/openstreetmap/josm/plugins/elevation/grid/ElevationGridTile.java

    r33551 r34095  
    121121
    122122    /**
    123      * See also <a href="http://wiki.openstreetmap.org/wiki/Slippy_map_tilenames#Tile_bounding_box">OSM Wiki</a>
     123     * See also <a href="https://wiki.openstreetmap.org/wiki/Slippy_map_tilenames#Tile_bounding_box">OSM Wiki</a>
    124124     * @param x the x
    125125     * @param y the y
  • applications/editors/josm/plugins/FixAddresses/src/org/openstreetmap/josm/plugins/fixAddresses/TagConstants.java

    r32970 r34095  
    130130    /* Relation keys */
    131131
    132     // Associated street: See http://wiki.openstreetmap.org/wiki/Proposed_features/De:Hausnummern
     132    // Associated street: See https://wiki.openstreetmap.org/wiki/Proposed_features/De:Hausnummern
    133133    public static final String RELATION_TYPE = "type";
    134134    public static final String ASSOCIATEDSTREET_RELATION_TYPE = "associatedStreet";
  • applications/editors/josm/plugins/OpeningHoursEditor/README.txt

    r22751 r34095  
    22======
    33
    4 for a complete Description see http://wiki.openstreetmap.org/wiki/JOSM/Plugins/OpeningHoursEditor
     4for a complete Description see https://wiki.openstreetmap.org/wiki/JOSM/Plugins/OpeningHoursEditor
    55
    66The Parser was generated with javacc.
  • applications/editors/josm/plugins/OsmInspectorPlugin/README

    r28935 r34095  
    55
    66
    7 *Download and install JOSM from http://josm.openstreetmap.de/
     7*Download and install JOSM from https://josm.openstreetmap.de/
    88*svn co http://svn.telenav.com/map/JavaProjects/OSMInspectorPlugin/trunk/ OSMInspectorPlugin
    99*cd OsmInspectorPlugin
  • applications/editors/josm/plugins/addrinterpolation/README

    r17721 r34095  
    1212
    1313For more information, refer to the Wiki page at
    14 http://wiki.openstreetmap.org/wiki/JOSM/Plugins/AddrInterpolation
     14https://wiki.openstreetmap.org/wiki/JOSM/Plugins/AddrInterpolation
    1515
  • applications/editors/josm/plugins/addrinterpolation/src/org/openstreetmap/josm/plugins/AddrInterpolation/AddrInterpolationDialog.java

    r34061 r34095  
    285285        }
    286286
    287         editControlsPane.add(new UrlLabel("http://wiki.openstreetmap.org/wiki/JOSM/Plugins/AddrInterpolation",
     287        editControlsPane.add(new UrlLabel("https://wiki.openstreetmap.org/wiki/JOSM/Plugins/AddrInterpolation",
    288288                tr("More information about this feature"), 2), c);
    289289
  • applications/editors/josm/plugins/alignways/src/com/tilusnet/josm/plugins/alignways/AlignWaysWhatsNewPanel.java

    r32920 r34095  
    133133        if (Desktop.isDesktopSupported()) {
    134134          try {
    135             URI uri = new URI("http://wiki.openstreetmap.org/wiki/JOSM/Plugins/AlignWayS#Preserving_angles");
     135            URI uri = new URI("https://wiki.openstreetmap.org/wiki/JOSM/Plugins/AlignWayS#Preserving_angles");
    136136            Desktop.getDesktop().browse(uri);
    137137          } catch (URISyntaxException ex) {
  • applications/editors/josm/plugins/colorscheme/src/at/dallermassl/josm/plugin/colorscheme/ColorSchemePreference.java

    r34091 r34095  
    102102        schemesList.setVisibleRowCount(3);
    103103
    104         //schemesList.setToolTipText(tr("The sources (url or filename) of annotation preset definition files. See http://josm.eigenheimstrasse.de/wiki/AnnotationPresets for help."));
    105104        useScheme.setToolTipText(tr("Use the selected scheme from the list."));
    106105        addScheme.setToolTipText(tr("Use the current colors as a new color scheme."));
  • applications/editors/josm/plugins/epci-fr/README

    r26281 r34095  
    1010by recognizing them at such in the Relations window.
    1111
    12 See http://wiki.openstreetmap.org/wiki/WikiProject_France/Tracer_les_limites_administratives/Mise_au_point_du_modele_des_EPCI
     12See https://wiki.openstreetmap.org/wiki/WikiProject_France/Tracer_les_limites_administratives/Mise_au_point_du_modele_des_EPCI
  • applications/editors/josm/plugins/gpsblam/README

    r28741 r34095  
    44This is the GPSBlam Plugin for JOSM.
    55
    6 For details see http://wiki.openstreetmap.org/wiki/JOSM/Plugins/GPSBlam
     6For details see https://wiki.openstreetmap.org/wiki/JOSM/Plugins/GPSBlam
    77
    88License:
  • applications/editors/josm/plugins/imagery-xml-bounds/README

    r28998 r34095  
    99This plugin allows to generate textual Imagery boundaries in XML format from a multipolygon, compatible with JOSM Maps wiki page.
    1010
    11 See http://josm.openstreetmap.de/wiki/Maps
     11See https://josm.openstreetmap.de/wiki/Maps
    1212
    1313The 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:
  • applications/editors/josm/plugins/imagery_offset_db/src/iodb/OffsetDialog.java

    r33774 r34095  
    332332        @Override
    333333        public void actionPerformed(ActionEvent e) {
    334             String base = Main.pref.get("url.openstreetmap-wiki", "http://wiki.openstreetmap.org/wiki/");
     334            String base = Main.pref.get("url.openstreetmap-wiki", "https://wiki.openstreetmap.org/wiki/");
    335335            String lang = LanguageInfo.getWikiLanguagePrefix();
    336336            String page = "Imagery_Offset_Database";
  • applications/editors/josm/plugins/indoorhelper/build.xml

    r33997 r34095  
    88
    99    <!-- Configure these properties (replace "..." accordingly).
    10          See http://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
     10         See https://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
    1111    -->
    1212    <property name="plugin.author" value="Erik Gruschka, Rebecca Schmidt"/>
     
    1515    <property name="de_plugin.description" value="Plug-In zur Hilfe bei der Erstellung von Innenraumdaten. Beinhaltet einen Validator für die erstellten Daten und einen Renderstil um diese übersichtlich darzustellen."/>     
    1616    <property name="plugin.icon" value="images/dialogs/indoorhelper.png"/>
    17     <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/indoorhelper"/>
     17    <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/indoorhelper"/>
    1818    <property name="plugin.early" value="true"/>
    1919    <!-- <property name="plugin.requires" value="PicLayer"/> -->
  • applications/editors/josm/plugins/mapdust/conf/mapdust.properties

    r32787 r34095  
    99
    1010#the Mapdust wiki page
    11 mapdust.wiki=http://wiki.openstreetmap.org/wiki/JOSM/Plugins/MapDust
     11mapdust.wiki=https://wiki.openstreetmap.org/wiki/JOSM/Plugins/MapDust
  • applications/editors/josm/plugins/o5m/README

    r32833 r34095  
    66    * Author: Gerd Petermann 
    77    * License: GPL v3 (see GPL-v3.0.txt) (all sources)
    8     * the o5m format is described at http://wiki.openstreetmap.org/wiki/O5m
     8    * the o5m format is described at https://wiki.openstreetmap.org/wiki/O5m
    99    * the source contains ported parts of the osmconvert tool written by
    1010      Markus Weber. He allows to use his code for reading or writing
  • applications/editors/josm/plugins/o5m/README.template

    r32833 r34095  
    6767 ===========================================
    6868 When a plugin jar is checked into SVN a script updates the plugins list on the JOSM wiki:
    69    http://josm.openstreetmap.de/wiki/Plugins
     69   https://josm.openstreetmap.de/wiki/Plugins
    7070 JOSM retrieves the list of available plugins and their build versions from this list.
    7171
     
    8484========
    8585* Developing Plugins
    86   http://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
     86  https://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
    8787 
    8888* List of JOSM Plugins
    89   http://josm.openstreetmap.de/wiki/Plugins
     89  https://josm.openstreetmap.de/wiki/Plugins
    9090 
    9191 
  • applications/editors/josm/plugins/o5m/build.xml

    r33566 r34095  
    1515    <property name="plugin.description" value="Import OSM data in o5m format"/>
    1616    <!--<property name="plugin.icon" value="..."/>-->
    17     <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/o5m"/>
     17    <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/o5m"/>
    1818    <!--<property name="plugin.early" value="..."/>-->
    1919    <!--<property name="plugin.requires" value="..."/>-->
  • applications/editors/josm/plugins/opendata/README

    r31942 r34095  
    99-------------------------------- DOCUMENTATION --------------------------------
    1010
    11 See http://wiki.openstreetmap.org/wiki/JOSM/Plugins/OpenData
     11See https://wiki.openstreetmap.org/wiki/JOSM/Plugins/OpenData
    1212
    1313----------------------------------- LICENSE -----------------------------------
  • applications/editors/josm/plugins/opendata/modules/fr.datagouvfr/README

    r28000 r34095  
    99-------------------------------- DOCUMENTATION --------------------------------
    1010
    11 See http://wiki.openstreetmap.org/wiki/JOSM/Plugins/OpenData/Data.gouv.fr
     11See https://wiki.openstreetmap.org/wiki/JOSM/Plugins/OpenData/Data.gouv.fr
  • applications/editors/josm/plugins/opendata/modules/fr.datagouvfr/src/org/openstreetmap/josm/plugins/opendata/modules/fr/datagouvfr/DataGouvFrConstants.java

    r30731 r34095  
    99     * Wiki
    1010     */
    11     public static final String WIKI = "http://wiki.openstreetmap.org/wiki/WikiProject_France/data.gouv.fr";
     11    public static final String WIKI = "https://wiki.openstreetmap.org/wiki/WikiProject_France/data.gouv.fr";
    1212
    1313    /**
  • applications/editors/josm/plugins/opendata/modules/fr.paris/README

    r28000 r34095  
    99-------------------------------- DOCUMENTATION --------------------------------
    1010
    11 See http://wiki.openstreetmap.org/wiki/JOSM/Plugins/OpenData/Paris
     11See https://wiki.openstreetmap.org/wiki/JOSM/Plugins/OpenData/Paris
  • applications/editors/josm/plugins/opendata/modules/fr.toulouse/README

    r30080 r34095  
    99-------------------------------- DOCUMENTATION --------------------------------
    1010
    11 See http://wiki.openstreetmap.org/wiki/JOSM/Plugins/OpenData/Toulouse
    12 and http://wiki.openstreetmap.org/wiki/Toulouse/ToulouseMetropoleData
     11See https://wiki.openstreetmap.org/wiki/JOSM/Plugins/OpenData/Toulouse
     12and https://wiki.openstreetmap.org/wiki/Toulouse/ToulouseMetropoleData
  • applications/editors/josm/plugins/opendata/modules/fr.toulouse/src/org/openstreetmap/josm/plugins/opendata/modules/fr/toulouse/ToulouseConstants.java

    r30340 r34095  
    1717     * Wiki
    1818     */
    19     public static final String WIKI = "http://wiki.openstreetmap.org/wiki/Toulouse/ToulouseMetropoleData";
     19    public static final String WIKI = "https://wiki.openstreetmap.org/wiki/Toulouse/ToulouseMetropoleData";
    2020
    2121    /**
  • applications/editors/josm/plugins/opendata/modules/fr.toulouse/src/org/openstreetmap/josm/plugins/opendata/modules/fr/toulouse/datasets/transport/ReseauTisseoHandler.java

    r30563 r34095  
    4343    public URL getWikiURL() {
    4444        try {
    45             return new URL("http://wiki.openstreetmap.org/wiki/Toulouse/Transports_en_commun#Réseau_Tisséo");
     45            return new URL("https://wiki.openstreetmap.org/wiki/Toulouse/Transports_en_commun#Réseau_Tisséo");
    4646        } catch (MalformedURLException e) {
    4747            e.printStackTrace();
  • applications/editors/josm/plugins/pbf/README

    r28997 r34095  
    1010This plugin allows to import OSM data in PBF format.
    1111
    12 See http://wiki.openstreetmap.org/wiki/PBF
     12See https://wiki.openstreetmap.org/wiki/PBF
    1313
    1414The source code in package crosby.binary has been copied from https://github.com/scrosby/OSM-binary.
  • applications/editors/josm/plugins/pdfimport/README

    r32520 r34095  
    5353 ===========================================
    5454 When a plugin jar is checked into SVN a script updates the plugins list on the JOSM wiki:
    55    http://josm.openstreetmap.de/wiki/Plugins
     55   https://josm.openstreetmap.de/wiki/Plugins
    5656 JOSM retrieves the list of available plugins and their build versions from this list.
    5757
     
    7070========
    7171* Developing Plugins
    72   http://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
     72  https://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
    7373 
    7474* List of JOSM Plugins
    75   http://josm.openstreetmap.de/wiki/Plugins
     75  https://josm.openstreetmap.de/wiki/Plugins
  • applications/editors/josm/plugins/pointInfo/README.md

    r33131 r34095  
    2727###The RUIAN module
    2828
    29  * Shows data about building, addresses, streets,  parcels and cadastral area from Czech RUIAN registry (http://wiki.openstreetmap.org/wiki/RUIAN)
     29 * Shows data about building, addresses, streets,  parcels and cadastral area from Czech RUIAN registry (https://wiki.openstreetmap.org/wiki/RUIAN)
    3030
    3131 * Additional actions are available :
  • applications/editors/josm/plugins/pt_assistant/test/data/route-with-platform-as-way.osm

    r32218 r34095  
    235235    <tag k='note' v='Großbaustelle L 433. Quelle: http://velbert.de/aktuelles/presse/pressemeldungen/default.asp?details=1&amp;Id=9146' />
    236236    <tag k='ref' v='L 433' />
    237     <tag k='source' v='http://wiki.openstreetmap.org/wiki/Import/Catalogue/Strassen_NRW' />
     237    <tag k='source' v='https://wiki.openstreetmap.org/wiki/Import/Catalogue/Strassen_NRW' />
    238238    <tag k='surface' v='asphalt' />
    239239    <tag k='turn:lanes:backward' v='left|through;right' />
     
    249249    <tag k='ref' v='L 107' />
    250250    <tag k='sidewalk' v='both' />
    251     <tag k='source' v='http://wiki.openstreetmap.org/wiki/Import/Catalogue/Strassen_NRW' />
     251    <tag k='source' v='https://wiki.openstreetmap.org/wiki/Import/Catalogue/Strassen_NRW' />
    252252    <tag k='strassen-nrw:abs' v='4608038O4608035O' />
    253253    <tag k='surface' v='asphalt' />
     
    322322    <tag k='ref' v='L 107' />
    323323    <tag k='sidewalk' v='both' />
    324     <tag k='source' v='http://wiki.openstreetmap.org/wiki/Import/Catalogue/Strassen_NRW' />
     324    <tag k='source' v='https://wiki.openstreetmap.org/wiki/Import/Catalogue/Strassen_NRW' />
    325325    <tag k='strassen-nrw:abs' v='4608035O4608044O' />
    326326    <tag k='surface' v='asphalt' />
     
    347347    <tag k='ref' v='L 107' />
    348348    <tag k='sidewalk' v='both' />
    349     <tag k='source' v='http://wiki.openstreetmap.org/wiki/Import/Catalogue/Strassen_NRW' />
     349    <tag k='source' v='https://wiki.openstreetmap.org/wiki/Import/Catalogue/Strassen_NRW' />
    350350    <tag k='strassen-nrw:abs' v='4608035O4608044O' />
    351351    <tag k='surface' v='asphalt' />
     
    407407    <tag k='name' v='Donnerstraße' />
    408408    <tag k='ref' v='L 433' />
    409     <tag k='source' v='http://wiki.openstreetmap.org/wiki/Import/Catalogue/Strassen_NRW' />
     409    <tag k='source' v='https://wiki.openstreetmap.org/wiki/Import/Catalogue/Strassen_NRW' />
    410410  </way>
    411411  <way id='41965630' timestamp='2015-01-14T12:16:24Z' uid='16314' user='mighty_eighty' visible='true' version='6' changeset='28133035'>
     
    502502    <tag k='ref' v='L 107' />
    503503    <tag k='sidewalk' v='both' />
    504     <tag k='source' v='http://wiki.openstreetmap.org/wiki/Import/Catalogue/Strassen_NRW' />
     504    <tag k='source' v='https://wiki.openstreetmap.org/wiki/Import/Catalogue/Strassen_NRW' />
    505505    <tag k='strassen-nrw:abs' v='4608038O4608035O' />
    506506    <tag k='surface' v='asphalt' />
     
    521521    <tag k='ref' v='L 107' />
    522522    <tag k='sidewalk' v='both' />
    523     <tag k='source' v='http://wiki.openstreetmap.org/wiki/Import/Catalogue/Strassen_NRW' />
     523    <tag k='source' v='https://wiki.openstreetmap.org/wiki/Import/Catalogue/Strassen_NRW' />
    524524    <tag k='strassen-nrw:abs' v='4608038O4608035O' />
    525525    <tag k='surface' v='asphalt' />
     
    535535    <tag k='ref' v='L 107' />
    536536    <tag k='sidewalk' v='both' />
    537     <tag k='source' v='http://wiki.openstreetmap.org/wiki/Import/Catalogue/Strassen_NRW' />
     537    <tag k='source' v='https://wiki.openstreetmap.org/wiki/Import/Catalogue/Strassen_NRW' />
    538538    <tag k='strassen-nrw:abs' v='4608035O4608044O' />
    539539    <tag k='surface' v='asphalt' />
     
    562562    <tag k='note' v='Großbaustelle L 433. Quelle: http://velbert.de/aktuelles/presse/pressemeldungen/default.asp?details=1&amp;Id=9146' />
    563563    <tag k='ref' v='L 433' />
    564     <tag k='source' v='http://wiki.openstreetmap.org/wiki/Import/Catalogue/Strassen_NRW' />
     564    <tag k='source' v='https://wiki.openstreetmap.org/wiki/Import/Catalogue/Strassen_NRW' />
    565565  </way>
    566566  <way id='302370902' timestamp='2015-12-02T19:25:27Z' uid='16314' user='mighty_eighty' visible='true' version='3' changeset='35712982'>
     
    576576    <tag k='name' v='Donnerstraße' />
    577577    <tag k='ref' v='L 433' />
    578     <tag k='source' v='http://wiki.openstreetmap.org/wiki/Import/Catalogue/Strassen_NRW' />
     578    <tag k='source' v='https://wiki.openstreetmap.org/wiki/Import/Catalogue/Strassen_NRW' />
    579579    <tag k='turn:lanes:forward' v='left|none' />
    580580  </way>
  • applications/editors/josm/plugins/public_transport/README

    r19968 r34095  
    4545
    4646...
    47 http://wiki.openstreetmap.org/wiki/User:Oxomoa/Public_transport_schema#Network_information_.28lines_and_routes.29
     47https://wiki.openstreetmap.org/wiki/User:Oxomoa/Public_transport_schema#Network_information_.28lines_and_routes.29
    4848
    4949
  • applications/editors/josm/plugins/public_transport/resources/public_transport.html

    r20908 r34095  
    288288<a id="notion.oxmoa"/>
    289289<strong>Oxmoa scheme</strong>
    290 - see <a href="http://wiki.openstreetmap.org/wiki/User:Oxomoa/Public_transport_schema">http://wiki.openstreetmap.org/wiki/User:Oxomoa/Public_transport_schema</a>.
     290- see <a href="https://wiki.openstreetmap.org/wiki/User:Oxomoa/Public_transport_schema">https://wiki.openstreetmap.org/wiki/User:Oxomoa/Public_transport_schema</a>.
    291291This plug-in implements a subset of the Oxmoa scheme. We implement in particular here the splitting of <a href="#notion.line">bus lines</a> into <a href="#notion.bus_route">bus routes</a>. 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 <em>stop_position</em> has not been implemented as it causes ambiguities: if it is placed on a non-oneway, the direction of the stop_position is unclear.
    292292</p>
  • applications/editors/josm/plugins/reltoolbox/src/relcontext/actions/PublicTransportHelper.java

    r32398 r34095  
    88/**
    99 * @author freeExec
    10  * @see http://wiki.openstreetmap.org/wiki/Key:public_transport
     10 * @see https://wiki.openstreetmap.org/wiki/Key:public_transport
    1111 */
    1212public final class PublicTransportHelper {
  • applications/editors/josm/plugins/reltoolbox/src/relcontext/actions/RelationHelpAction.java

    r34086 r34095  
    4343            return;
    4444        try {
    45             String base = Main.pref.get("url.openstreetmap-wiki", "http://wiki.openstreetmap.org/wiki/");
     45            String base = Main.pref.get("url.openstreetmap-wiki", "https://wiki.openstreetmap.org/wiki/");
    4646            String lang = LanguageInfo.getWikiLanguagePrefix();
    4747            final List<URI> uris = HelpAction.getRelationURIs(base, lang, rel.get());
  • applications/editors/josm/plugins/reltoolbox/src/relcontext/relationfix/BoundaryFixer.java

    r33708 r34095  
    1414
    1515/**
    16  * @see http://wiki.openstreetmap.org/wiki/Relation:boundary
     16 * @see https://wiki.openstreetmap.org/wiki/Relation:boundary
    1717 */
    1818public class BoundaryFixer extends MultipolygonFixer {
     
    2525     * For boundary relations both "boundary" and "multipolygon" types are applicable, but
    2626     * it should also have key boundary=administrative to be fully boundary.
    27      * @see http://wiki.openstreetmap.org/wiki/Relation:boundary
     27     * @see https://wiki.openstreetmap.org/wiki/Relation:boundary
    2828     */
    2929    @Override
  • applications/editors/josm/plugins/reltoolbox/src/relcontext/relationfix/MultipolygonFixer.java

    r33694 r34095  
    2020
    2121/**
    22  * @see http://wiki.openstreetmap.org/wiki/Relation:multipolygon
     22 * @see https://wiki.openstreetmap.org/wiki/Relation:multipolygon
    2323 */
    2424public class MultipolygonFixer extends RelationFixer {
  • applications/editors/josm/plugins/reltoolbox/src/relcontext/relationfix/PublicTransportFixer.java

    r33708 r34095  
    1414
    1515/**
    16  * @see http://wiki.openstreetmap.org/wiki/Key:public_transport
     16 * @see https://wiki.openstreetmap.org/wiki/Key:public_transport
    1717 */
    1818
  • applications/editors/josm/plugins/roadsigns/src/org/openstreetmap/josm/plugins/roadsigns/RoadSignInputDialog.java

    r33798 r34095  
    816816
    817817            if (sign.wiki != null || sign.loc_wiki != null) {
    818                 String wikiPrefix = Main.pref.get("plugin.roadsigns.wikiprefix", "http://wiki.openstreetmap.org/wiki/");
     818                String wikiPrefix = Main.pref.get("plugin.roadsigns.wikiprefix", "https://wiki.openstreetmap.org/wiki/");
    819819                txt.append("<p>");
    820820                if (sign.loc_wiki != null) {
  • applications/editors/josm/plugins/tag2link/README

    r28994 r34095  
    99This plugin allows to launch browser to a Web resource about a selected object having known tags, such as Wikipedia.
    1010
    11 See http://wiki.openstreetmap.org/wiki/JOSM/Plugins/Tag2Link
     11See https://wiki.openstreetmap.org/wiki/JOSM/Plugins/Tag2Link
    1212 
  • applications/editors/josm/plugins/turnrestrictions/README

    r20745 r34095  
    99SEE ALSO
    1010========
    11 * <http://josm.openstreetmap.de/wiki/Plugins/turnrestrictions>
     11* <https://josm.openstreetmap.de/wiki/Plugins/turnrestrictions>
    1212  Information about the plugin in the OSM wiki.
    1313   
    14 * <http://wiki.openstreetmap.org/wiki/JOSM/Plugins/turnrestrictions>
     14* <https://wiki.openstreetmap.org/wiki/JOSM/Plugins/turnrestrictions>
    1515  Online help for the plugin, maintained on the JOSM wiki.
    1616                         
  • applications/editors/josm/plugins/turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/editor/TurnRestrictionType.java

    r33537 r34095  
    66/**
    77 * This is the enumeration of turn restriction types, see
    8  * <a href="http://wiki.openstreetmap.org/wiki/Turn_restriction">OSM Wiki</a>
     8 * <a href="https://wiki.openstreetmap.org/wiki/Turn_restriction">OSM Wiki</a>
    99 *
    1010 */
  • applications/editors/josm/plugins/utilsplugin2/README

    r28551 r34095  
    1717 
    1818 
    19 more info: http://wiki.openstreetmap.org/wiki/JOSM/Plugins/UtilsPlugin2
     19more info: https://wiki.openstreetmap.org/wiki/JOSM/Plugins/UtilsPlugin2
  • applications/editors/josm/plugins/wikipedia/src/org/wikipedia/gui/WikidataItemSearchDialog.java

    r33673 r34095  
    8181        }
    8282        final Collection<AutoCompletionItem> keys = new TreeSet<>();
    83         // from http://wiki.openstreetmap.org/wiki/Proposed_features/Wikidata#Tagging
     83        // from https://wiki.openstreetmap.org/wiki/Proposed_features/Wikidata#Tagging
    8484        keys.add(new AutoCompletionItem("wikidata"));
    8585        keys.add(new AutoCompletionItem("operator:wikidata"));
Note: See TracChangeset for help on using the changeset viewer.