Skip to content

Commit

Permalink
Add landmarks in geo for pl_PL (#2048)
Browse files Browse the repository at this point in the history
* Add addition geo for pl_PL

* Update __init__.py
  • Loading branch information
george0st authored Jun 3, 2024
1 parent 6e88854 commit 705b9e8
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions faker/providers/geo/pl_PL/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,25 @@ class Provider(GeoProvider):
("50.29761", "18.67658", "Gliwice", "PL", "Europe/Warsaw"),
("50.32492", "18.78576", "Zabrze", "PL", "Europe/Warsaw"),
("50.34802", "18.93282", "Bytom", "PL", "Europe/Warsaw"),
("52.24424", "21.08545", "Praga Południe", "PL", "Europe/Warsaw"),
("49.82245", "19.04686", "Bielsko-Biala", "PL", "Europe/Warsaw"),
("53.77995", "20.49416", "Olsztyn", "PL", "Europe/Warsaw"),
("50.04132", "21.99901", "Rzeszów", "PL", "Europe/Warsaw"),
("52.15051", "21.05041", "Ursynów", "PL", "Europe/Warsaw"),
("50.2584", "18.85632", "Ruda Śląska", "PL", "Europe/Warsaw"),
("52.2401", "20.98869", "Wola", "PL", "Europe/Warsaw"),
("50.09713", "18.54179", "Rybnik", "PL", "Europe/Warsaw"),
("52.29242", "20.93531", "Bielany", "PL", "Europe/Warsaw"),
("52.22904", "21.01644", "Śródmieście", "PL", "Europe/Warsaw"),
("50.31818", "19.2374", "Dąbrowa Górnicza", "PL", "Europe/Warsaw"),
("50.13717", "18.96641", "Tychy", "PL", "Europe/Warsaw"),
("50.67211", "17.92533", "Opole", "PL", "Europe/Warsaw"),
("54.1522", "19.40884", "Elblag", "PL", "Europe/Warsaw"),
("52.54682", "19.70638", "Płock", "PL", "Europe/Warsaw"),
("50.77141", "16.28432", "Wałbrzych", "PL", "Europe/Warsaw"),
("52.73679", "15.22878", "Gorzów Wielkopolski", "PL", "Europe/Warsaw"),
("52.29185", "21.04845", "Targówek", "PL", "Europe/Warsaw"),
("52.64817", "19.0678", "Włocławek", "PL", "Europe/Warsaw"),
("51.93548", "15.50643", "Zielona Góra", "PL", "Europe/Warsaw"),
("50.01381", "20.98698", "Tarnów", "PL", "Europe/Warsaw"),
)

0 comments on commit 705b9e8

Please sign in to comment.