Gathering detailed insights and metrics for react-leaflet-google
Gathering detailed insights and metrics for react-leaflet-google
Gathering detailed insights and metrics for react-leaflet-google
Gathering detailed insights and metrics for react-leaflet-google
react-leaflet-google-layer
React leaflet wrapper of leaflet.gridlayer.googlemutant
canex-react-leaflet-google-layer
React leaflet wrapper of leaflet.gridlayer.googlemutant
react-leaflet-google-v2
google layer as React compoment for Leaflet
@entur/react-leaflet-google
google layer as React compoment for Leaflet
GoogleMaps layer as React component for Leaflet | This repo is obsolete. Plz, use https://github.com/TA-Geoforce/react-leaflet-google
npm install react-leaflet-google
Typescript
Module System
Node Version
NPM Version
69.5
Supply Chain
76.3
Quality
74.9
Maintenance
100
Vulnerability
100
License
JavaScript (96.75%)
HTML (3.25%)
Total Downloads
361,924
Last Day
16
Last Week
307
Last Month
1,397
Last Year
31,625
MIT License
30 Stars
76 Commits
60 Forks
7 Watchers
3 Branches
12 Contributors
Updated on Jan 19, 2025
Minified
Minified + Gzipped
Latest Version
4.0.0
Package Id
react-leaflet-google@4.0.0
Unpacked Size
7.05 MB
Size
6.92 MB
File Count
22
NPM Version
6.1.0
Node Version
8.10.0
Cumulative downloads
Total Downloads
Last Day
1,500%
16
Compared to previous day
Last Week
7%
307
Compared to previous week
Last Month
-18.2%
1,397
Compared to previous month
Last Year
-12.6%
31,625
Compared to previous year
6
GoogleMaps layer as React component for Leaflet build on top of React-Leaflet.
The google maps layer is using the plugin from Leaflet.GridLayer.GoogleMutant
Also it uses google-maps, a wrapper for asynchronously download Google Maps API in the browser.
import { Map, TileLayer, LayersControl } from 'react-leaflet'
import {GoogleLayer} from '../src'
const { BaseLayer } = LayersControl;
const key = 'Your Key goes here';
const terrain = 'TERRAIN';
const road = 'ROADMAP';
....
<BaseLayer checked name='Google Maps Roads'>
<GoogleLayer googlekey={key} maptype={road}/>
</BaseLayer>
<BaseLayer name='Google Maps Terrain'>
<GoogleLayer googlekey={key} maptype={terrain} />
</BaseLayer>
For more details on how to use this plugin check the example.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 6/21 approved changesets -- score normalized to 2
Reason
project is archived
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
73 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-05-12
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More