Skip to content

Commit

Permalink
fixes bug with voting district and site going behind imagery
Browse files Browse the repository at this point in the history
  • Loading branch information
ajrothwell committed Jan 30, 2025
1 parent 5876e3f commit f942c48
Showing 1 changed file with 33 additions and 33 deletions.
66 changes: 33 additions & 33 deletions src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -855,39 +855,6 @@ const votingDrawnMapStyle = mergeDeep(imageryInfo,{
source: 'pwdLabels',
type: 'raster',
},
{
id: 'votingDivision',
type: 'fill',
source: 'votingDivision',
layout: {},
paint: {
'fill-color': '#9e9ac8',
'fill-opacity': 0.4,
'fill-outline-color': '#9e9ac8',
}
},
{
id: 'votingDivisionLine',
type: 'line',
source: 'votingDivision',
layout: {},
paint: {
'line-color': '#9e9ac8',
'line-width': 2
}
},
{
id: 'buildingColumnsMarker',
source: 'buildingColumnsMarker',
type: 'symbol',
layout: {
'icon-image': 'building-columns-solid',
'icon-anchor' : 'bottom',
'icon-size': .05,
"icon-allow-overlap" : true,
"text-allow-overlap": true,
},
},
{
id: 'cyclomediaRecordings',
source: 'cyclomediaRecordings',
Expand Down Expand Up @@ -924,6 +891,39 @@ const votingDrawnMapStyle = mergeDeep(imageryInfo,{
'fill-opacity': 0.2,
},
},
{
id: 'votingDivision',
type: 'fill',
source: 'votingDivision',
layout: {},
paint: {
'fill-color': '#9e9ac8',
'fill-opacity': 0.4,
'fill-outline-color': '#9e9ac8',
}
},
{
id: 'votingDivisionLine',
type: 'line',
source: 'votingDivision',
layout: {},
paint: {
'line-color': '#9e9ac8',
'line-width': 2
}
},
{
id: 'buildingColumnsMarker',
source: 'buildingColumnsMarker',
type: 'symbol',
layout: {
'icon-image': 'building-columns-solid',
'icon-anchor' : 'bottom',
'icon-size': .05,
"icon-allow-overlap" : true,
"text-allow-overlap": true,
},
},
{
id: 'addressMarker',
source: 'addressMarker',
Expand Down

0 comments on commit f942c48

Please sign in to comment.