|
@@ -22,7 +22,7 @@ var sgMvRelRel = "Move from relation <a onmouseover='grHl(${oid})' onmouseout='g
|
22
|
22
|
var sgMvOutRel = "Move out of relation <a onmouseover='grHl(${oid})' onmouseout='grUnHl(${oid})' href=\"" + osmUrl + "relation/${ooid}\" target=\"_blank\">${ooid}</a>";
|
23
|
23
|
var sgFixAttr = "Fix attribute <tt>${attr}</tt>.";
|
24
|
24
|
var sgAddName = "Consider adding a <tt><a target='_blank' href='https://wiki.openstreetmap.org/wiki/Key:name'>name</a></tt> attribute.";
|
25
|
|
-var sgAttrTr = "Attribute <tt>${attr}</tt> seems to be a track number. Use <tt>ref</tt> for this and set <tt>${attr}</tt> to the station name.";
|
|
25
|
+var sgAttrTr = "Attribute <tt>${attr}</tt> seems to be a track/platform number. Use <tt>ref</tt> for this and set <tt>${attr}</tt> to the station name.";
|
26
|
26
|
var sgMergeRel = "Merge parent relation <a onmouseover='grHl(${oid})' onmouseout='grUnHl(${oid})' href=\"" + osmUrl + "relation/${ooid}\" target=\"_blank\">${ooid}</a> with relation <a onmouseover='grHl(${tid})' onmouseout='grUnHl(${tid})' href=\"" + osmUrl + "relation/${toid}\" target=\"_blank\">${toid}</a>, or move them into a new relation <tt>public_transport=stop_area_group</tt>";
|
27
|
27
|
var sgMergeMetaGr = "Move parent relation <a onmouseover='grHl(${oid})' onmouseout='grUnHl(${oid})' href=\"" + osmUrl + "relation/${ooid}\" target=\"_blank\">${ooid}</a> into meta <tt>public_transport=stop_area_group</tt> relation <a onmouseover='mGrHl(${tid})' onmouseout='mGrUnHl(${tid})' href=\"" + osmUrl + "relation/${toid}\" target=\"_blank\">${toid}</a>";
|
28
|
28
|
|
|
@@ -31,7 +31,7 @@ var suggsMsg = [sgMvOrNew, sgMvOrEx, sgMvRelNew, sgMvRelRel, sgMvOutRel, sgFixAt
|
31
|
31
|
// group sugg messages
|
32
|
32
|
var sgGrFixAttr = "Fix attribute <tt>${attr}</tt>.";
|
33
|
33
|
var sgGrAddName = "Consider adding a <tt><a target='_blank' href='https://wiki.openstreetmap.org/wiki/Key:name'>name</a></tt> attribute.";
|
34
|
|
-var sgGrAttrTr = "Attribute <tt>${attr}</tt> seems to be a track number. Use <tt>ref</tt> for this and set <tt>${attr}</tt> to the station name.";
|
|
34
|
+var sgGrAttrTr = "Attribute <tt>${attr}</tt> seems to be a track/platform number. Use <tt>ref</tt> for this and set <tt>${attr}</tt> to the station name.";
|
35
|
35
|
var sgGrMergeRel = "Merge with relation <a onmouseover='grHl(${tid})' onmouseout='grUnHl(${tid})' href=\"" + osmUrl + "relation/${toid}\" target=\"_blank\">${toid}</a>, or move both into a new relation <tt>public_transport=stop_area_group</tt>";
|
36
|
36
|
var sgGrMergeMeta = "Move relation into <tt>public_transport=stop_area_group</tt> relation <a onmouseover='mGrHl(${tid})' onmouseout='mGrUnHl(${tid})' href=\"" + osmUrl + "relation/${toid}\" target=\"_blank\">${toid}</a>";
|
37
|
37
|
|