Gmina Borowa
Gmina Borowa is a rural gmina (administrative district) in Mielec County, Subcarpathian Voivodeship, in south-eastern Poland. Its seat is the village of Borowa, which lies approximately 13 kilometres (8 mi) north-west of Mielec and 61 km (38 mi) north-west of the regional capital Rzeszów.
Gmina Borowa Borowa Commune | |
---|---|
Coat of arms | |
Coordinates (Borowa): 50°23′11″N 21°21′21″E | |
Country | |
Voivodeship | Subcarpathian |
County | Mielec |
Seat | Borowa |
Area | |
• Total | 55.47 km2 (21.42 sq mi) |
Population (2006) | |
• Total | 5,588 |
• Density | 100/km2 (260/sq mi) |
Website | http://www.borowa.pl |
The gmina covers an area of 55.47 square kilometres (21.4 sq mi), and as of 2006 its total population is 5,588.
Villages
Gmina Borowa contains the villages and settlements of Borowa, Gliny Małe, Gliny Wielkie, Górki, Łysakówek, Orłów, Pławo, Sadkowa Góra, Surowa and Wola Pławska.
Neighbouring gminas
Gmina Borowa is bordered by the gminas of Czermin, Gawłuszowice, Mielec and Połaniec.
gollark: You can use luadash.
gollark: ```rust#[macro_use] extern crate serenity;extern crate dotenv;use serenity::client::{Client, EventHandler};use serenity::framework::standard::StandardFramework;use std::env;struct Handler;impl EventHandler for Handler {}pub fn main() { dotenv::dotenv().ok(); // Load bot token from environment, let mut client = Client::new(&env::var("DISCORD_TOKEN").expect("token unavailable"), Handler) .expect("Error creating client"); client.with_framework(StandardFramework::new() .configure(|c| c.prefix("~")) .cmd("ping", ping)); if let Err(why) = client.start() { eprintln!("An error occured: {:?}", why); }}command!(ping(_context, message) { let _ = message.reply("Pong!");});```Fun with discord bots, and yes this is literally the example code.
gollark: t r a i t o r
gollark: f i b o n a c c i
gollark: ???
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.