Fintel

Fintel is a municipality in the district of Rotenburg, in Lower Saxony, Germany and has about 3,000 inhabitants. It is located on the rivers Fintau and Ruschwede.

Fintel
Coat of arms
Location of Fintel within Rotenburg (Wümme) district
AlfstedtEbersdorfHipstedtOerelBremervördeBasdahlFarvenDeinstedtSandbostelSelsingenGnarrenburgAnderlingenSeedorfRhadeZevenHeeslingenWohnsteKlein MeckelsenVierdenSittensenLengenbostelKalbeTisteGroß MeckelsenHemslingenBrockelRotenburg an der WümmeHemsbündeBothelScheeßelVisselhövedeKirchwalsedeWesterwalsedeAhausenHellwegeElsdorfHamersenHelvesiekStemmenVahldeVahldeLauenbrückFintelRotenburg (district)Lower SaxonyBremenVerden (district)Nienburg (district)OsterholzCuxhaven (district)Stade (district)HeidekreisHarburgOstereistedtBreddorfHepstedtTarmstedtWestertimkeKirchtimkeBülstedtWilstedtVorwerkHorstedtGyhumReeßumSottrumHassendorfBötersen
Fintel
Fintel
Coordinates: 53°10′27″N 9°40′7″E
CountryGermany
StateLower Saxony
DistrictRotenburg (Wümme)
Municipal assoc.Fintel
Government
  MayorRüdiger Bruns (SPD)
Area
  Total36.08 km2 (13.93 sq mi)
Elevation
43 m (141 ft)
Population
 (2018-12-31)[1]
  Total2,885
  Density80/km2 (210/sq mi)
Time zoneCET/CEST (UTC+1/+2)
Postal codes
27389
Dialling codes04180, 04265
Vehicle registrationROW
Websitewww.fintel.de

History

Fintel belonged to the Prince-Bishopric of Verden, established in 1180. In 1648 the Prince-Bishopric was transformed into the Principality of Verden, which was first ruled in personal union by the Swedish Crown - interrupted by a Danish occupation (1712–1715) - and from 1715 on by the Hanoverian Crown. In 1807 the ephemeric Kingdom of Westphalia annexed the Principality, before France annexed it in 1810. In 1813 the Principality was restored to the Electorate of Hanover, which - after its upgrade to the Kingdom of Hanover in 1814 - incorporated the Principality in a real union and the Princely territory, including Fintel, became part of the new Stade Region, established in 1823.

Politics

Fintel is part of the Samtgemeinde ("collective municipality") Fintel, population about 7,000.

Parish council

PartySeats
SPD7
CDU6
gollark: My "fix" is this:```lua--[["Fix" for bug PS#E9DCC81BSummary: `pcall(getfenv, -1)` seemingly returned the environment outside the sandbox.Based on some testing, this seems like some bizarre optimization-type feature gone wrong.It seems that something is simplifying `pcall(getfenv)` to just directly calling `getfenv` and ignoring the environment... as well as, *somehow*, `function() return getfenv() end` and such.The initial attempt at making this work did `return (fn(...))` instead of `return fn(...)` in an attempt to make it not do this, but of course that somehow broke horribly. I don't know what's going on at this point.This is probably a bit of a performance hit, and more problematically liable to go away if this is actually some bizarre interpreter feature and the fix gets optimized away.Unfortunately I don't have any better ideas. Also, I haven't tried this with xpcall, but it's probably possible, so I'm attempting to fix that too.]]local real_pcall = pcallfunction _G.pcall(fn, ...) return real_pcall(function(...) local ret = {fn(...)} return unpack(ret) end, ...)end local real_xpcall = xpcallfunction _G.xpcall(fn, handler) return real_xpcall(function() local ret = {fn()} return unpack(ret) end, handler)end```which appears to work at least?
gollark: Fixed, but I don't really know how or why.
gollark: ... should I create a bug report?
gollark: It returns two, actually. The second one. I don't know *what* the first one is doing.
gollark: Is this some weird implementation thing or is Lua actually defined/specified to work like this?!

References


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