Make map events as slices based on categories

This commit is contained in:
Franc Camps-Febrer
2019-01-31 18:06:03 -05:00
parent 5bf306453d
commit 4e000c8137
3 changed files with 77 additions and 33 deletions

View File

@@ -192,6 +192,7 @@ class Map extends React.Component {
*/
styleLocation (location) {
const noEvents = location.events.length
return [
null,
() => noEvents > 1 ? <text className='location-count' dx='-3' dy='4'>{noEvents}</text> : null