Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Italian application added. Minor bugs corrected. #147

Closed
wants to merge 12 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@
.venv

.DS_Store
django_mapit.egg-info
20 changes: 17 additions & 3 deletions mapit_gb/templates/mapit/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,28 @@

{% block content %}

<h2>Current status</h2>
<ul>
<li><strong>Code-Point:</strong> November 2014 edition.

<li><strong>Boundary-Line:</strong> October 2014 edition.

<li><strong>Super Output Areas:</strong> The 2001 Super Output Areas for
England and Wales from ONS, both full and generalised; the 2001 NI Output
Areas and Super Output Areas from NISRA.

<li><strong>Welsh community wards:</strong> A one-off import from October
2012, not updated since.

</ul>

<h2>Changelog</h2>
<p>Changes to MapIt UK's data</p>
<p>Changes to MapIt UKs data</p>

<h3>2014-12-05 - October 2014 Boundary-Line import</h3>

<em>Generation 23</em>, containing the import of the October 2014
Boundary-Line. This edition reverted all the Torfaen changes from May 2014, not
just articles 5, 6 and 10, and so we have revoked those additional changes too,
Boundary-Line. This edition reverted all the Torfaen changes from May 2014,
returning the Torfaen communities and electoral districts to as they were in
the October 2013 edition.

Expand Down
1 change: 0 additions & 1 deletion mapit_it/countries.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
# SRID to also output area geometry information in
area_geometry_srid = 32632


# Italian postcodes are five digits.
def is_valid_postcode(pc):
if re.match('\d{5}$', pc):
Expand Down
1 change: 1 addition & 0 deletions mapit_it/management/commands/mapit_IT_find_parents.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ class Command(FindParentsCommand):
# A Province's parent is a Regione:
'PRO': 'REG',
}