Adjust dimensions of sites-layer innarrative mode

This commit is contained in:
Franc Camps-Febrer
2018-12-19 11:41:42 +01:00
parent 301891e143
commit c416c12698
4 changed files with 31 additions and 72 deletions

View File

@@ -42,7 +42,7 @@ class MapEvents extends React.Component {
<circle
className="location-event-marker"
r={(counts) ? Math.sqrt(16 * counts) + 3 : 0}
style={{ fill: this.props.getCategoryColor(events), fillOpacity: 0.2 }}
style={{ fill: 'yellow'/*this.props.getCategoryColor(events[0])*/, fillOpacity: 0.2 }}
onClick={() => this.props.onSelect(events)}
>
</circle>