Skip to content

Commit

Permalink
Prepare layer MRN High Zoom
Browse files Browse the repository at this point in the history
The Major Road Network High Zoom layer does not seem to appear in the app at the highest zoom level, where it seems we transition from the Major Road Network layer. It looks like the MRN High Zoom layer is not loading.

This change updates the index page to call prepareLayer() for the MRN High Zoom Layer in addition to the existing call to prepare the MRN layer.
  • Loading branch information
michaelpnelson authored Nov 17, 2023
1 parent eb317b0 commit b6f8906
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,7 @@
prepareLayer( 'industrial-area' )
prepareLayer( 'inspection-station' )
prepareLayer( 'major-road-network' )
prepareLayer( 'major-road-network-high-zoom' )
prepareLayer( 'metro-vancouver-boundary' )

function isSign( prop ) {
Expand Down

0 comments on commit b6f8906

Please sign in to comment.