Merge branch 'develop' of https://github.com/forensic-architecture/timemap into feature/refactor-filters-and-narratives-to-associations

This commit is contained in:
efarooqui
2020-09-22 10:26:10 -07:00
7 changed files with 254 additions and 1 deletions

View File

@@ -92,6 +92,7 @@ class Map extends React.Component {
firstLayer.addTo(map)
map.keyboard.disable()
map.zoomControl.remove()
map.on('move zoomend viewreset moveend', () => this.alignLayers())
map.on('zoomstart', () => { if (this.svgRef.current !== null) this.svgRef.current.classList.add('hide') })