Bréau

Bréau is a commune in the Seine-et-Marne department in the Île-de-France region in north-central France.

Bréau
The church in Bréau
Location of Bréau
Bréau
Bréau
Coordinates: 48°33′44″N 2°52′45″E
CountryFrance
RegionÎle-de-France
DepartmentSeine-et-Marne
ArrondissementProvins
CantonNangis
IntercommunalityCC Brie Nangissienne
Government
  Mayor (20082014) Bernard Frisinghelli
Area
1
1.35 km2 (0.52 sq mi)
Population
 (2017-01-01)[1]
327
  Density240/km2 (630/sq mi)
Time zoneUTC+01:00 (CET)
  Summer (DST)UTC+02:00 (CEST)
INSEE/Postal code
77052 /77720
Elevation87–113 m (285–371 ft)
1 French Land Register data, which excludes lakes, ponds, glaciers > 1 km2 (0.386 sq mi or 247 acres) and river estuaries.

Demographics

The inhabitants are called Bréautins.

gollark: If the rendering was efficient the server load would be fine, though.
gollark: It's not very efficient. It was, as I said, basically a port of EWO to Node with networking and multiplayer hacked on top.
gollark: If it had a list of "visible entities" the rendering would be much faster. There isn't one.
gollark: You can't just trust clients.
gollark: ```javascriptconst getEnemy = (x, y) => { for (let i = 0; i < enemies.length; i++) { let other = enemies[i] if (other.x == x && other.y == y) return i } return -1}const getPlayer = (x, y) => { for (let i = 0; i < active_players.length; i++) { if (active_players[i]) { if (players[i].x == x && players[i].y == y) return i } } return -1}const getBonus = (x, y) => { for (let i = 0; i < bonuses.length; i++) { if (x == bonuses[i].x && y == bonuses[i].y) return i } return -1}```

See also

References

  1. "Populations légales 2017". INSEE. Retrieved 6 January 2020.


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