R284 road (Ireland)

The R284 road is a regional road in Ireland linking Sligo to Leitrim village in County Leitrim. En route it passes through Ballygawley, Ballyfarnan, Geevagh and Keadue. The road is 46 km (29 mi) long.

R284 at Coola crossroads

R284 road
The R284 leaving Leitrim village
Route information
Length46 km (29 mi)
Location
Primary
destinations
Road network

Official description

The official description of the R284 from the Roads Act 1993 (Classification of Regional Roads) Order 2006 [1] reads:

Carrowroe, County Sligo - Leitrim, County Leitrim
Between its junction with N4 at Tonaforte and its junction with R287 at Carraroe all in the county of Sligo
- and -
between its junction with R287 at Carrowroe in the county of Sligo and its junction with R280 at Leitrim in the county of Leitrim via Drumaskibbole, Ballygawley, Sooey, Conway's Cross and Geevagh in the county of Sligo: Ballyfarnan, Keadew West Keadew and Drumboylan in the county of Roscommon: and Drumhierny in the county of Leitrim.[1]
gollark: Praise the __flying__ spaghetti **monster**.
gollark: I dislike how browsers made CSRF a thing, it is total bees.
gollark: One of these days I really ought to add login and CSRF prevention.
gollark: ```javascriptimport m = require("mithril")import * as RPCTypes from "../common/rpc"export const sendMessage = (msg: RPCTypes.Message): Promise<RPCTypes.MessageResponse> => { return m.request( { method: "POST", url: "./rpc/", body: msg, }).then(res => { const [ type, p1, p2 ] = res if (type === "error") { throw new RPCTypes.RPCError(p2, p1) } else if (type === "ok") { return p1 } else { throw new Error("Invalid RPC response") } })}const handler = { get: (target, prop) => (...args) => sendMessage([prop, ...args])}export const serverProxy = new Proxy({}, handler)```
gollark: The RPC thing and some JS hax on the client mean I can basically just call any function the server provides as if it's a local one (except asynchronously).

See also

References

  1. Statutory Instrument 188 of 2006 — Roads Act 1993 (Classification of Regional Roads) Order 2006, Irish Statute Book (irishstatutebook.ie). Retrieved 2010-08-02.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.