react-leaflet-google
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
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.10 to 4.17.15. Commits - [`ddfd9b1`](https://github.com/lodash/lodash/commit/ddfd9b11a0126db2302cb70ec9973b66baec0975) Bump to v4.17.15. - [`b185fce`](https://github.com/lodash/lodash/commit/b185fcee26b2133bd071f4aaca14b455c2ed1008) Rebuild lodash and docs. - [`be87d30`](https://github.com/lodash/lodash/commit/be87d303941222b97c482755afc0f4a77ce46c30) Bump to v4.17.14. - [`a6fe6b1`](https://github.com/lodash/lodash/commit/a6fe6b1e174fd02b5e60eb2664405f4c1262c300) Rebuild lodash and docs. -...
maxNativeZoom was changed to 18 from 21 in one of the releases of this module, which breaks React Leaftlet's ability to display Google Maps tiles in the 21 zoom level,...
This lib is required, not work without her, so need install it
3.32 is producing a console warning as being retired. Unfortunately this also triggers an error warning for my codebase as there's an exception thrown (Sentry). Do you need a PR...
On the following page: https://developers.google.com/maps/documentation/javascript/maptypes You can see the method: ``` map.setMapTypeId('terrain'); ``` How do I access that method or dynamically change the map type? Note: The setting state is...
Google Maps JavaScript API warning: RetiredVersion ```js import React from 'react'; import { Consumer } from './../base/Provider'; import { Map } from 'react-leaflet'; import { GoogleLayer } from 'react-leaflet-google'; /**...
Add possibility to pass map version as option.
I'm creating an issue, but it is the same as https://github.com/Charmatzis/react-leaflet-google/issues/15 . There is a similar problem in line: https://github.com/Charmatzis/react-leaflet-google/blob/00bc05fe34c5bca5253aee0f00ade356363a8361/src/leaflet.google.js#L91 The same fix should be applied: https://github.com/Charmatzis/react-leaflet-google/blob/00bc05fe34c5bca5253aee0f00ade356363a8361/src/leaflet.google.js#L109
Hi, I am currious if you would be willing to support v3 in a separate branch, we have run into retired version warning for google maps, and i am willing...
When react-leaflet's zoomSnap is, say, 0.5, Google tile layers often (presumably at half-level zooms) do not cover the entire view (see screenshot). For now, my solution is, of course, to...