ozanyerli / turkeyvisited

Mark the cities you have visited in Turkey and share the map!
https://ozanyerli.github.io/turkeyvisited/
MIT License
197 stars 41 forks source link

Firefox Support #1

Closed boratanrikulu closed 2 years ago

boratanrikulu commented 2 years ago

The map is not loaded in Firefox (93).

Screenshot_2021-10-18_00-51-13

ozanyerli commented 2 years ago

The issue was weirdly caused by using d3 function .style({ 'attrName1' : 'attrValue1', 'attrName2' : 'attrValue2' (and so on...) }) instead of .attr('attrName', 'attrValue'). It's fixed now.