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");
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
========
-*