Weidenstetten
Weidenstetten is a town in the district of Alb-Donau in Baden-Württemberg in Germany.
Weidenstetten | |
---|---|
![]() Coat of arms | |
Location of Weidenstetten within Alb-Donau-Kreis district ![]() ![]() | |
![]() ![]() Weidenstetten ![]() ![]() Weidenstetten | |
Coordinates: 48°33′5″N 9°59′39″E | |
Country | Germany |
State | Baden-Württemberg |
Admin. region | Tübingen |
District | Alb-Donau-Kreis |
Government | |
• Mayor | Georg Engler |
Area | |
• Total | 17.21 km2 (6.64 sq mi) |
Elevation | 585 m (1,919 ft) |
Population (2018-12-31)[1] | |
• Total | 1,370 |
• Density | 80/km2 (210/sq mi) |
Time zone | CET/CEST (UTC+1/+2) |
Postal codes | 89197 |
Dialling codes | 07340 |
Vehicle registration | UL |
Website | www.weidenstetten.de |

Weidenstetten Alb-Donau-district
Geography
Weidenstetten lies about 20 km (12 mi) north of the city of Ulm.
Politics
Mayor
- 1999-today: Georg Engler, Freie Wähler
Notable people
- Hieronymus Emser (1478–1527), catholic theologian and opponent of Martin Luther
- Eberhard Kölsch (1944–2015), German diplomat and embassador
Towns twinned with Weidenstetten
Roisel (France)
gollark: Well, it's poorly designed, more so than JS in my opinion.
gollark: PHP is maaaaybe easy for simple stuff, but also very evil.
gollark: There are many languages you can use for web*server*y stuff, but you can only really use HTML/CSS/JS for frontends.
gollark: With Express.js the server thing would look *very roughly* like this:```javascriptconst express = require("express")const multer = require("multer")const app = express()const upload = multer({ storage: multer.memoryStorage(), limits: { fileSize: 2**22 // 4MiB maximum filesize }})app.get("/image", (req, res) => { res.send(loadImageFromSomewhere())})// send upload form HTML - you would need to write this tooapp.get("/upload", (req, res) => res.sendFile("upload.html"))app.post("/upload", upload.single("file"), (req, res) => { saveImageSomewhere(req.file.buffer)})app.listen(8700, () => console.log("listening")) // listen on port 8700```
gollark: I mean, you could use PHP too. I don't like it. But you could.
References
![]() |
Wikimedia Commons has media related to Weidenstetten. |
- "Bevölkerung nach Nationalität und Geschlecht am 31. Dezember 2018". Statistisches Landesamt Baden-Württemberg (in German). July 2019.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.