Put event locations on top of narrative arrows in map

This commit is contained in:
Franc Camps-Febrer
2019-02-08 11:27:10 -05:00
parent 2a8087cc5e
commit ca941f4bd7
3 changed files with 13 additions and 5 deletions

View File

@@ -108,7 +108,9 @@ function MapEvents ({ getCategoryColor, categories, projectPoint, styleLocation,
return (
<Portal node={svg}>
{locations.map(renderLocation)}
<g className='event-locations'>
{locations.map(renderLocation)}
</g>
</Portal>
)
}