[talk-au] Street Abbv. patch for validator plugin

John Smith delta_foxtrot at yahoo.com
Tue Jul 7 05:33:45 BST 2009


--- On Tue, 7/7/09, Darrin Smith <beldin at beldin.org> wrote:

> How about Tce for Terrace Also, and Drv for Drive, Cct for
> Circuit - I've seen these around the place.
> 
> Wy for Way, Mw for Mews I've also seen on signs but never
> anyone use.

If people might enter them, then it would be worth entering I guess, people can always ignore these errors individually or as groups.

Also I updated the list to check for a fullstop at the end of the abbv as well.

way  : W : highway == * && name == /.* Ave(|\.)$/i             # abbreviated street name (Ave)
way  : W : highway == * && name == /.* Cct(|\.)$/i             # abbreviated street name (Cct)
way  : W : highway == * && name == /.* Cir(|\.)$/i             # abbreviated street name (Cir)
way  : W : highway == * && name == /.* Cl(|\.)$/i              # abbreviated street name (Cl)
way  : W : highway == * && name == /.* Cr(|\.)$/i              # abbreviated street name (Cr)
way  : W : highway == * && name == /.* Crct(|\.)$/i            # abbreviated street name (Crct)
way  : W : highway == * && name == /.* Cres(|\.)$/i            # abbreviated street name (Cres)
way  : W : highway == * && name == /.* Crt(|\.)$/i             # abbreviated street name (Crt)
way  : W : highway == * && name == /.* Ct(|\.)$/i              # abbreviated street name (Ct)
way  : W : highway == * && name == /.* Dr(|\.)$/i              # abbreviated street name (Dr)
way  : W : highway == * && name == /.* Drv(|\.)$/i             # abbreviated street name (Drv)
way  : W : highway == * && name == /.* Ln(|\.)$/i              # abbreviated street name (Ln)
way  : W : highway == * && name == /.* Mw(|\.)$/i              # abbreviated street name (Mw)
way  : W : highway == * && name == /.* Pl(|\.)$/i              # abbreviated street name (Pl)
way  : W : highway == * && name == /.* Rd(|\.)$/i              # abbreviated street name (Rd)
way  : W : highway == * && name == /.* Sq(|\.)$/i              # abbreviated street name (Sq)
way  : W : highway == * && name == /.* St(|\.)$/i              # abbreviated street name (St)
way  : W : highway == * && name == /.* Ter(|\.)$/i             # abbreviated street name (Ter)
way  : W : highway == * && name == /.* Tce(|\.)$/i             # abbreviated street name (Tce)
way  : W : highway == * && name == /.* Tr(|\.)$/i              # abbreviated street name (Tr)
way  : W : highway == * && name == /.* Wy(|\.)$/i              # abbreviated street name (Wy)


      




More information about the Talk-au mailing list