Skip to content

Commit

Permalink
Fix for classification of CA:ON:primary (openmaptiles#1564)
Browse files Browse the repository at this point in the history
This PR changes classification of `CA:ON:primary`: "all else" should be `ca-provincial`.
  • Loading branch information
phanecak-maptiler authored Jul 11, 2023
1 parent a8e6573 commit 0ca0969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layers/transportation/update_route_member.sql
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ SELECT CASE
CASE
WHEN ref LIKE '4__' THEN 'ca-provincial-arterial'::route_network_type
WHEN ref = 'QEW' THEN 'ca-provincial-arterial'::route_network_type
ELSE 'ca-provincial-arterial'::route_network_type
ELSE 'ca-provincial'::route_network_type
END
WHEN network = 'CA:MB:PTH' AND ref = '75' THEN 'ca-provincial-arterial'::route_network_type
WHEN network = 'CA:AB:primary' AND ref IN ('2','3','4') THEN 'ca-provincial-arterial'::route_network_type
Expand Down

0 comments on commit 0ca0969

Please sign in to comment.