Skip to content

Commit

Permalink
updated mappings of teryt street types
Browse files Browse the repository at this point in the history
  • Loading branch information
ttomasz committed Aug 22, 2021
1 parent 03b0df1 commit c18c538
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions processing/sql/ddl/teryt_cecha_mapping.sql
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@ create table if not exists teryt.cecha_mapping (
-- m column is going to be either text mapping or empty string for further ease of processing
insert into teryt.cecha_mapping values
('ul.', ''),
('al.', 'aleja'),
('pl.', 'plac'),
('skwer', 'skwer'),
('bulw.', 'bulwar'),
('rondo', 'rondo'),
('park', 'park'),
('rynek', 'rynek'),
('al.', 'Aleja'),
('pl.', 'Plac'),
('skwer', 'Skwer'),
('bulw.', 'Bulwar'),
('rondo', 'Rondo'),
('park', 'Park'),
('rynek', 'Rynek'),
('szosa', ''),
('droga', ''),
('os.', 'osiedle'),
('wyspa', 'wyspa'),
('wyb.', 'wybrzeże'),
('os.', 'Osiedle'),
('wyspa', 'Wyspa'),
('wyb.', 'Wybrzeże'),
('inne', '')
on conflict do nothing
;

0 comments on commit c18c538

Please sign in to comment.