Spuhlja

Spuhlja (pronounced [ˈspuːxlja]) is a settlement in the Municipality of Ptuj in northeastern Slovenia. It lies east of the town of Ptuj, just north of Lake Ptuj (a reservoir on the Drava River). The area is part of the traditional region of Styria. It is now included with the rest of the municipality in the Drava Statistical Region.[2]

Spuhlja
Spuhlja
Location in Slovenia
Coordinates: 46°24′42.08″N 15°54′32.32″E
Country Slovenia
Traditional regionStyria
Statistical regionDrava
MunicipalityPtuj
Area
  Total4.61 km2 (1.78 sq mi)
Elevation
218.6 m (717.2 ft)
Population
 (2002)
  Total809
[1]

Name

Spuhlja was attested in written sources in 1294 as ze Puhel (and as Puͤhel in 1299 and Puhel in 1320). The name comes from the Bavarian Middle High German prepositional phrase ze puhel 'at the hill' (cf. MHG büchel 'hill'), referring to the local terrain.[3] For similar Slovene geographical names based on foreign-language prepositional phrases of location, compare Cmurek, Crngrob, Cven, Dragonja, and Sostro.

gollark: Unrelated: slowly, my reactor efficiency goes up... soon, it shall reach a slightly higher percentage.
gollark: It simulates injuries to individual bodyparts.
gollark: Dwarf Fortress!
gollark: We need some sort of Rust-based RPG, because Rust is good, all Hail Rust Rust Rust, Rust Rust, Rust... Rust.
gollark: ```rustuse wasm_bindgen::prelude::*;#[derive(Default)]pub struct Counter { value: i32,}pub enum Message { Increment, Decrement, Reset,}impl draco::App for Counter { type Message = Message; fn update(&mut self, _: &draco::Mailbox<Message>, message: Self::Message) { use self::Message::*; match message { Increment => self.value += 1, Decrement => self.value -= 1, Reset => self.value = 0, } } fn render(&self) -> draco::Node<Self::Message> { use draco::html as h; h::div() .push(h::button().push("-").on("click", |_| Message::Decrement)) .push(self.value) .push(h::button().push("+").on("click", |_| Message::Increment)) .push(h::button().push("Reset").on("click", |_| Message::Reset)) .into() }}#[wasm_bindgen]pub fn start() { draco::start( Counter::default(), draco::select("main").expect("main").into(), );}pub fn main() {}```RUSTRUSTRUSTRUST

References

  1. Statistical Office of the Republic of Slovenia
  2. Ptuj municipal site
  3. Snoj, Marko (2009). Etimološki slovar slovenskih zemljepisnih imen. Ljubljana: Modrijan. p. 391.


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