react-leaflet-google icon indicating copy to clipboard operation
react-leaflet-google copied to clipboard

GoogleMaps layer as React component for Leaflet | This repo is obsolete. Plz, use https://github.com/TA-Geoforce/react-leaflet-google

Results 12 react-leaflet-google issues
Sort by recently updated
recently updated
newest added

Hi, i have a blinking problem on test server using `this.map.fitBounds(boundCoords)` in `componentDidUpdate`: ``` TypeError: Cannot read property 'setCenter' of undefined at n._handleZoomAnim (react-leaflet-google.js:1635) at n.fire (leaflet-src.js:593) at n._moveEnd (leaflet-src.js:4193)...

Greetings, I have the following working code which works fine: ``` import { Map, ZoomControl } from 'react-leaflet' import { GoogleLayer} from 'react-leaflet-google'; export class MapContainer extends React.Component { (...)...