Moursund, Texas

Moursund is an unincorporated community in Victoria County, Texas, United States.

History

On early maps of Victoria County, Moursund appears as Craig, Texas.

Moursund is entered in the USGS Geographic Names Information System (GNIS) as a "Populated Place" in Victoria County.

Geography

Moursund is situated North on U.S. Highway 87 approximately 8.5 miles North of downtown Victoria, or approximately 2.5 miles south of Nursery, Texas.

Moursund is located at 28°53′11″N 97°03′28″W (28.8863749, -97.0577653).

gollark: ```rust#[derive(Serialize, Deserialize, Debug, PartialEq, Eq, Hash, Clone)]#[serde(untagged)]pub enum Channel { Numeric(i64), Named(String)}#[derive(Serialize, Deserialize, Debug, Clone, Message)]pub struct RawMsg { pub channel: Channel, #[serde(flatten)] pub meta: HashMap<String, Value>, pub message: Value}#[derive(Serialize, Deserialize, Debug, Clone, Message)]pub struct Msg { pub channel: Channel, #[serde(flatten)] pub meta: HashMap<String, Value>, pub message: Value, pub timestamp: chrono::DateTime<chrono::Utc>}#[derive(Serialize, Deserialize, Debug)]#[serde(tag = "type")]enum MessageFromClient { #[serde(rename = "open")] Open { channel: skynet::Channel }, #[serde(rename = "close")] Close { channel: skynet::Channel }, #[serde(rename = "message")] Message(skynet::RawMsg)}#[derive(Serialize)]#[serde(tag = "type")]enum MessageToClient<'a> { #[serde(rename = "message")] Message(skynet::Msg), #[serde(rename = "channels")] OpenChannels { channels: &'a HashSet<skynet::Channel> }}```WIP Rust notreallyconversion of the Skynet protocol.
gollark: ```goconst( zero = iota; /* iota starts as zero */ one = iota; /* ...and is incremented every semicolon */ two; /* the last expression is repeated if you omit it */ three;)```
gollark: ```govar numbers map[string]int;numbers["One"] = 1;numbers["Two"] = 2;numbers["Three"] = 3;print(numbers["Four"]);```A small example of wrong.
gollark: Slightly sane*r*.
gollark: Ah, but Lua is slightly sane.
  1. U.S. Geological Survey Geographic Names Information System: Moursund, Texas (https://geonames.usgs.gov/apex/f?p=138:3:0::NO:3:P3_FID,P3_TITLE:1380223,Moursund)
  2. Texas Home Town Locator: Moursund, Texas (http://texas.hometownlocator.com/tx/victoria/moursund.cfm)
  3. Roadside Thoughts: Moursund (Victoria County, Texas) (http://roadsidethoughts.com/tx/moursund-xx-victoria-profile.htm)


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.