Skip to content

Commit

Permalink
fix: Merge pull request #120 from pelias/add-adm3
Browse files Browse the repository at this point in the history
fix: add missing ADM3 tag to layer mapping
  • Loading branch information
Diana Shkolnikov authored and dianashk committed Sep 1, 2016
2 parents 294cc55 + 05b9a23 commit 391cb8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/streams/layerMappingStream.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ function featureCodeToLayerDefault(featureCode) {
return 'county';
case 'ADMD':
return 'localadmin';
case 'ADM3':
case 'PPL':
case 'PPLA':
case 'PPLA2':
Expand Down

0 comments on commit 391cb8a

Please sign in to comment.