Changeset 34095 in osm for applications/editors
- Timestamp:
- 2018-03-24T18:17:57+01:00 (7 years ago)
- Location:
- applications/editors/josm/plugins
- Files:
-
- 48 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/00_README
r14432 r34095 1 1 This is the SVN repository for JOSM plugins. JOSM plugins are extensions of the OSM editor JOSM, 2 see http://josm.openstreetmap.de/. 2 see https://josm.openstreetmap.de/. 3 3 4 4 This repository includes the source and the current builds for each plugin: … … 13 13 14 14 - 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 16 16 17 17 - Make sure to check out the tree http://svn.openstreetmap.org/applications/editors/josm/ … … 19 19 svn checkout http://svn.openstreetmap.org/applications/editors/josm/ 20 20 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. 22 22 23 23 Note that the build environment is not complete if you check out … … 47 47 48 48 - 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. 50 50 'build.xml' copied from '00_plugin_dir_template' will create a compliant manifest 51 51 file for your plugin. -
applications/editors/josm/plugins/00_plugin_dir_template/README.template
r29004 r34095 67 67 =========================================== 68 68 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 70 70 JOSM retrieves the list of available plugins and their build versions from this list. 71 71 … … 84 84 ======== 85 85 * Developing Plugins 86 http://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins 86 https://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins 87 87 88 88 * List of JOSM Plugins 89 http://josm.openstreetmap.de/wiki/Plugins 89 https://josm.openstreetmap.de/wiki/Plugins 90 90 91 91 -
applications/editors/josm/plugins/ColumbusCSV/README
r23784 r34095 4 4 This plugin allows to import Columbus V-900 CSV files including audio markers. 5 5 6 Detailed instructions are available at http://wiki.openstreetmap.org/wiki/JOSM/Plugins/ColumbusCSV 6 Detailed instructions are available at https://wiki.openstreetmap.org/wiki/JOSM/Plugins/ColumbusCSV 7 7 8 8 Please report bugs to mailto:oliver.wieland@online.de. -
applications/editors/josm/plugins/CustomizePublicTransportStop/build.xml
r34038 r34095 85 85 <attribute name="Plugin-Description" value="Customization of public public transport stops." /> 86 86 <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" /> 88 88 <attribute name="Plugin-Mainversion" value="${josm.required.version}" /> 89 89 <attribute name="Plugin-Version" value="0.4" /> -
applications/editors/josm/plugins/DirectUpload/README
r20881 r34095 1 1 Directly uploads GPX from active layer in JOSM to OpenStreetMap Server. 2 2 3 More Details and FAQ's at : http://wiki.openstreetmap.org/index.php/User:Subhodip/GSoC_Doc#DirectUpload_Plugin_in_JOSM_: 3 More 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 134 134 } 135 135 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); 137 137 138 138 // description -
applications/editors/josm/plugins/ElevationProfile/README
r30558 r34095 4 4 This plugin shows the elevation profile of a GPX track. 5 5 6 For detailed instructions please refer to http://wiki.openstreetmap.org/wiki/JOSM/Plugins/ElevationProfile. 6 For detailed instructions please refer to https://wiki.openstreetmap.org/wiki/JOSM/Plugins/ElevationProfile. 7 7 8 8 SRTM 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 121 121 122 122 /** 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> 124 124 * @param x the x 125 125 * @param y the y -
applications/editors/josm/plugins/FixAddresses/src/org/openstreetmap/josm/plugins/fixAddresses/TagConstants.java
r32970 r34095 130 130 /* Relation keys */ 131 131 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 133 133 public static final String RELATION_TYPE = "type"; 134 134 public static final String ASSOCIATEDSTREET_RELATION_TYPE = "associatedStreet"; -
applications/editors/josm/plugins/OpeningHoursEditor/README.txt
r22751 r34095 2 2 ====== 3 3 4 for a complete Description see http://wiki.openstreetmap.org/wiki/JOSM/Plugins/OpeningHoursEditor 4 for a complete Description see https://wiki.openstreetmap.org/wiki/JOSM/Plugins/OpeningHoursEditor 5 5 6 6 The Parser was generated with javacc. -
applications/editors/josm/plugins/OsmInspectorPlugin/README
r28935 r34095 5 5 6 6 7 *Download and install JOSM from http://josm.openstreetmap.de/ 7 *Download and install JOSM from https://josm.openstreetmap.de/ 8 8 *svn co http://svn.telenav.com/map/JavaProjects/OSMInspectorPlugin/trunk/ OSMInspectorPlugin 9 9 *cd OsmInspectorPlugin -
applications/editors/josm/plugins/addrinterpolation/README
r17721 r34095 12 12 13 13 For more information, refer to the Wiki page at 14 http://wiki.openstreetmap.org/wiki/JOSM/Plugins/AddrInterpolation 14 https://wiki.openstreetmap.org/wiki/JOSM/Plugins/AddrInterpolation 15 15 -
applications/editors/josm/plugins/addrinterpolation/src/org/openstreetmap/josm/plugins/AddrInterpolation/AddrInterpolationDialog.java
r34061 r34095 285 285 } 286 286 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", 288 288 tr("More information about this feature"), 2), c); 289 289 -
applications/editors/josm/plugins/alignways/src/com/tilusnet/josm/plugins/alignways/AlignWaysWhatsNewPanel.java
r32920 r34095 133 133 if (Desktop.isDesktopSupported()) { 134 134 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"); 136 136 Desktop.getDesktop().browse(uri); 137 137 } catch (URISyntaxException ex) { -
applications/editors/josm/plugins/colorscheme/src/at/dallermassl/josm/plugin/colorscheme/ColorSchemePreference.java
r34091 r34095 102 102 schemesList.setVisibleRowCount(3); 103 103 104 //schemesList.setToolTipText(tr("The sources (url or filename) of annotation preset definition files. See http://josm.eigenheimstrasse.de/wiki/AnnotationPresets for help."));105 104 useScheme.setToolTipText(tr("Use the selected scheme from the list.")); 106 105 addScheme.setToolTipText(tr("Use the current colors as a new color scheme.")); -
applications/editors/josm/plugins/epci-fr/README
r26281 r34095 10 10 by recognizing them at such in the Relations window. 11 11 12 See http://wiki.openstreetmap.org/wiki/WikiProject_France/Tracer_les_limites_administratives/Mise_au_point_du_modele_des_EPCI 12 See 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 4 4 This is the GPSBlam Plugin for JOSM. 5 5 6 For details see http://wiki.openstreetmap.org/wiki/JOSM/Plugins/GPSBlam 6 For details see https://wiki.openstreetmap.org/wiki/JOSM/Plugins/GPSBlam 7 7 8 8 License: -
applications/editors/josm/plugins/imagery-xml-bounds/README
r28998 r34095 9 9 This plugin allows to generate textual Imagery boundaries in XML format from a multipolygon, compatible with JOSM Maps wiki page. 10 10 11 See http://josm.openstreetmap.de/wiki/Maps 11 See https://josm.openstreetmap.de/wiki/Maps 12 12 13 13 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: -
applications/editors/josm/plugins/imagery_offset_db/src/iodb/OffsetDialog.java
r33774 r34095 332 332 @Override 333 333 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/"); 335 335 String lang = LanguageInfo.getWikiLanguagePrefix(); 336 336 String page = "Imagery_Offset_Database"; -
applications/editors/josm/plugins/indoorhelper/build.xml
r33997 r34095 8 8 9 9 <!-- Configure these properties (replace "..." accordingly). 10 See http://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins 10 See https://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins 11 11 --> 12 12 <property name="plugin.author" value="Erik Gruschka, Rebecca Schmidt"/> … … 15 15 <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."/> 16 16 <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"/> 18 18 <property name="plugin.early" value="true"/> 19 19 <!-- <property name="plugin.requires" value="PicLayer"/> --> -
applications/editors/josm/plugins/mapdust/conf/mapdust.properties
r32787 r34095 9 9 10 10 #the Mapdust wiki page 11 mapdust.wiki=http://wiki.openstreetmap.org/wiki/JOSM/Plugins/MapDust 11 mapdust.wiki=https://wiki.openstreetmap.org/wiki/JOSM/Plugins/MapDust -
applications/editors/josm/plugins/o5m/README
r32833 r34095 6 6 * Author: Gerd Petermann 7 7 * 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 9 9 * the source contains ported parts of the osmconvert tool written by 10 10 Markus Weber. He allows to use his code for reading or writing -
applications/editors/josm/plugins/o5m/README.template
r32833 r34095 67 67 =========================================== 68 68 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 70 70 JOSM retrieves the list of available plugins and their build versions from this list. 71 71 … … 84 84 ======== 85 85 * Developing Plugins 86 http://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins 86 https://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins 87 87 88 88 * List of JOSM Plugins 89 http://josm.openstreetmap.de/wiki/Plugins 89 https://josm.openstreetmap.de/wiki/Plugins 90 90 91 91 -
applications/editors/josm/plugins/o5m/build.xml
r33566 r34095 15 15 <property name="plugin.description" value="Import OSM data in o5m format"/> 16 16 <!--<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"/> 18 18 <!--<property name="plugin.early" value="..."/>--> 19 19 <!--<property name="plugin.requires" value="..."/>--> -
applications/editors/josm/plugins/opendata/README
r31942 r34095 9 9 -------------------------------- DOCUMENTATION -------------------------------- 10 10 11 See http://wiki.openstreetmap.org/wiki/JOSM/Plugins/OpenData 11 See https://wiki.openstreetmap.org/wiki/JOSM/Plugins/OpenData 12 12 13 13 ----------------------------------- LICENSE ----------------------------------- -
applications/editors/josm/plugins/opendata/modules/fr.datagouvfr/README
r28000 r34095 9 9 -------------------------------- DOCUMENTATION -------------------------------- 10 10 11 See http://wiki.openstreetmap.org/wiki/JOSM/Plugins/OpenData/Data.gouv.fr 11 See 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 9 9 * Wiki 10 10 */ 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"; 12 12 13 13 /** -
applications/editors/josm/plugins/opendata/modules/fr.paris/README
r28000 r34095 9 9 -------------------------------- DOCUMENTATION -------------------------------- 10 10 11 See http://wiki.openstreetmap.org/wiki/JOSM/Plugins/OpenData/Paris 11 See https://wiki.openstreetmap.org/wiki/JOSM/Plugins/OpenData/Paris -
applications/editors/josm/plugins/opendata/modules/fr.toulouse/README
r30080 r34095 9 9 -------------------------------- DOCUMENTATION -------------------------------- 10 10 11 See http://wiki.openstreetmap.org/wiki/JOSM/Plugins/OpenData/Toulouse 12 and http://wiki.openstreetmap.org/wiki/Toulouse/ToulouseMetropoleData 11 See https://wiki.openstreetmap.org/wiki/JOSM/Plugins/OpenData/Toulouse 12 and 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 17 17 * Wiki 18 18 */ 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"; 20 20 21 21 /** -
applications/editors/josm/plugins/opendata/modules/fr.toulouse/src/org/openstreetmap/josm/plugins/opendata/modules/fr/toulouse/datasets/transport/ReseauTisseoHandler.java
r30563 r34095 43 43 public URL getWikiURL() { 44 44 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"); 46 46 } catch (MalformedURLException e) { 47 47 e.printStackTrace(); -
applications/editors/josm/plugins/pbf/README
r28997 r34095 10 10 This plugin allows to import OSM data in PBF format. 11 11 12 See http://wiki.openstreetmap.org/wiki/PBF 12 See https://wiki.openstreetmap.org/wiki/PBF 13 13 14 14 The source code in package crosby.binary has been copied from https://github.com/scrosby/OSM-binary. -
applications/editors/josm/plugins/pdfimport/README
r32520 r34095 53 53 =========================================== 54 54 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 56 56 JOSM retrieves the list of available plugins and their build versions from this list. 57 57 … … 70 70 ======== 71 71 * Developing Plugins 72 http://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins 72 https://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins 73 73 74 74 * 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 27 27 ###The RUIAN module 28 28 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) 30 30 31 31 * Additional actions are available : -
applications/editors/josm/plugins/pt_assistant/test/data/route-with-platform-as-way.osm
r32218 r34095 235 235 <tag k='note' v='Großbaustelle L 433. Quelle: http://velbert.de/aktuelles/presse/pressemeldungen/default.asp?details=1&Id=9146' /> 236 236 <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' /> 238 238 <tag k='surface' v='asphalt' /> 239 239 <tag k='turn:lanes:backward' v='left|through;right' /> … … 249 249 <tag k='ref' v='L 107' /> 250 250 <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' /> 252 252 <tag k='strassen-nrw:abs' v='4608038O4608035O' /> 253 253 <tag k='surface' v='asphalt' /> … … 322 322 <tag k='ref' v='L 107' /> 323 323 <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' /> 325 325 <tag k='strassen-nrw:abs' v='4608035O4608044O' /> 326 326 <tag k='surface' v='asphalt' /> … … 347 347 <tag k='ref' v='L 107' /> 348 348 <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' /> 350 350 <tag k='strassen-nrw:abs' v='4608035O4608044O' /> 351 351 <tag k='surface' v='asphalt' /> … … 407 407 <tag k='name' v='Donnerstraße' /> 408 408 <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' /> 410 410 </way> 411 411 <way id='41965630' timestamp='2015-01-14T12:16:24Z' uid='16314' user='mighty_eighty' visible='true' version='6' changeset='28133035'> … … 502 502 <tag k='ref' v='L 107' /> 503 503 <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' /> 505 505 <tag k='strassen-nrw:abs' v='4608038O4608035O' /> 506 506 <tag k='surface' v='asphalt' /> … … 521 521 <tag k='ref' v='L 107' /> 522 522 <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' /> 524 524 <tag k='strassen-nrw:abs' v='4608038O4608035O' /> 525 525 <tag k='surface' v='asphalt' /> … … 535 535 <tag k='ref' v='L 107' /> 536 536 <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' /> 538 538 <tag k='strassen-nrw:abs' v='4608035O4608044O' /> 539 539 <tag k='surface' v='asphalt' /> … … 562 562 <tag k='note' v='Großbaustelle L 433. Quelle: http://velbert.de/aktuelles/presse/pressemeldungen/default.asp?details=1&Id=9146' /> 563 563 <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' /> 565 565 </way> 566 566 <way id='302370902' timestamp='2015-12-02T19:25:27Z' uid='16314' user='mighty_eighty' visible='true' version='3' changeset='35712982'> … … 576 576 <tag k='name' v='Donnerstraße' /> 577 577 <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' /> 579 579 <tag k='turn:lanes:forward' v='left|none' /> 580 580 </way> -
applications/editors/josm/plugins/public_transport/README
r19968 r34095 45 45 46 46 ... 47 http://wiki.openstreetmap.org/wiki/User:Oxomoa/Public_transport_schema#Network_information_.28lines_and_routes.29 47 https://wiki.openstreetmap.org/wiki/User:Oxomoa/Public_transport_schema#Network_information_.28lines_and_routes.29 48 48 49 49 -
applications/editors/josm/plugins/public_transport/resources/public_transport.html
r20908 r34095 288 288 <a id="notion.oxmoa"/> 289 289 <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>. 291 291 This 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. 292 292 </p> -
applications/editors/josm/plugins/reltoolbox/src/relcontext/actions/PublicTransportHelper.java
r32398 r34095 8 8 /** 9 9 * @author freeExec 10 * @see http://wiki.openstreetmap.org/wiki/Key:public_transport 10 * @see https://wiki.openstreetmap.org/wiki/Key:public_transport 11 11 */ 12 12 public final class PublicTransportHelper { -
applications/editors/josm/plugins/reltoolbox/src/relcontext/actions/RelationHelpAction.java
r34086 r34095 43 43 return; 44 44 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/"); 46 46 String lang = LanguageInfo.getWikiLanguagePrefix(); 47 47 final List<URI> uris = HelpAction.getRelationURIs(base, lang, rel.get()); -
applications/editors/josm/plugins/reltoolbox/src/relcontext/relationfix/BoundaryFixer.java
r33708 r34095 14 14 15 15 /** 16 * @see http://wiki.openstreetmap.org/wiki/Relation:boundary 16 * @see https://wiki.openstreetmap.org/wiki/Relation:boundary 17 17 */ 18 18 public class BoundaryFixer extends MultipolygonFixer { … … 25 25 * For boundary relations both "boundary" and "multipolygon" types are applicable, but 26 26 * 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 28 28 */ 29 29 @Override -
applications/editors/josm/plugins/reltoolbox/src/relcontext/relationfix/MultipolygonFixer.java
r33694 r34095 20 20 21 21 /** 22 * @see http://wiki.openstreetmap.org/wiki/Relation:multipolygon 22 * @see https://wiki.openstreetmap.org/wiki/Relation:multipolygon 23 23 */ 24 24 public class MultipolygonFixer extends RelationFixer { -
applications/editors/josm/plugins/reltoolbox/src/relcontext/relationfix/PublicTransportFixer.java
r33708 r34095 14 14 15 15 /** 16 * @see http://wiki.openstreetmap.org/wiki/Key:public_transport 16 * @see https://wiki.openstreetmap.org/wiki/Key:public_transport 17 17 */ 18 18 -
applications/editors/josm/plugins/roadsigns/src/org/openstreetmap/josm/plugins/roadsigns/RoadSignInputDialog.java
r33798 r34095 816 816 817 817 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/"); 819 819 txt.append("<p>"); 820 820 if (sign.loc_wiki != null) { -
applications/editors/josm/plugins/tag2link/README
r28994 r34095 9 9 This plugin allows to launch browser to a Web resource about a selected object having known tags, such as Wikipedia. 10 10 11 See http://wiki.openstreetmap.org/wiki/JOSM/Plugins/Tag2Link 11 See https://wiki.openstreetmap.org/wiki/JOSM/Plugins/Tag2Link 12 12 -
applications/editors/josm/plugins/turnrestrictions/README
r20745 r34095 9 9 SEE ALSO 10 10 ======== 11 * <http://josm.openstreetmap.de/wiki/Plugins/turnrestrictions> 11 * <https://josm.openstreetmap.de/wiki/Plugins/turnrestrictions> 12 12 Information about the plugin in the OSM wiki. 13 13 14 * <http://wiki.openstreetmap.org/wiki/JOSM/Plugins/turnrestrictions> 14 * <https://wiki.openstreetmap.org/wiki/JOSM/Plugins/turnrestrictions> 15 15 Online help for the plugin, maintained on the JOSM wiki. 16 16 -
applications/editors/josm/plugins/turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/editor/TurnRestrictionType.java
r33537 r34095 6 6 /** 7 7 * 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> 9 9 * 10 10 */ -
applications/editors/josm/plugins/utilsplugin2/README
r28551 r34095 17 17 18 18 19 more info: http://wiki.openstreetmap.org/wiki/JOSM/Plugins/UtilsPlugin2 19 more info: https://wiki.openstreetmap.org/wiki/JOSM/Plugins/UtilsPlugin2 -
applications/editors/josm/plugins/wikipedia/src/org/wikipedia/gui/WikidataItemSearchDialog.java
r33673 r34095 81 81 } 82 82 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 84 84 keys.add(new AutoCompletionItem("wikidata")); 85 85 keys.add(new AutoCompletionItem("operator:wikidata"));
Note:
See TracChangeset
for help on using the changeset viewer.