{"id":21612062,"url":"https://github.com/lockblock-dev/react-leaflet-heat-layer","last_synced_at":"2025-04-11T05:35:13.006Z","repository":{"id":250772215,"uuid":"835267191","full_name":"LockBlock-dev/react-leaflet-heat-layer","owner":"LockBlock-dev","description":"React-leaflet-heat-layer is a plugin for react-leaflet. A wrapper component of Leaflet.heat.","archived":false,"fork":false,"pushed_at":"2024-07-30T15:14:54.000Z","size":6,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-04T18:03:50.595Z","etag":null,"topics":["heat","heatmap","leaflet","react","react-leaflet-v4"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/react-leaflet-heat-layer","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LockBlock-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"ko_fi":"lockblock"}},"created_at":"2024-07-29T13:42:30.000Z","updated_at":"2025-01-24T05:18:46.000Z","dependencies_parsed_at":"2024-07-30T02:44:48.162Z","dependency_job_id":null,"html_url":"https://github.com/LockBlock-dev/react-leaflet-heat-layer","commit_stats":null,"previous_names":["lockblock-dev/react-leaflet-heat-layer"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LockBlock-dev%2Freact-leaflet-heat-layer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LockBlock-dev%2Freact-leaflet-heat-layer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LockBlock-dev%2Freact-leaflet-heat-layer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LockBlock-dev%2Freact-leaflet-heat-layer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LockBlock-dev","download_url":"https://codeload.github.com/LockBlock-dev/react-leaflet-heat-layer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248348525,"owners_count":21088874,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["heat","heatmap","leaflet","react","react-leaflet-v4"],"created_at":"2024-11-24T21:16:32.253Z","updated_at":"2025-04-11T05:35:12.986Z","avatar_url":"https://github.com/LockBlock-dev.png","language":"TypeScript","readme":"# react-leaflet-heat-layer [![npm version](https://img.shields.io/npm/v/react-leaflet-heat-layer.svg)](https://www.npmjs.com/package/react-leaflet-heat-layer)\n\n-   React-leaflet v4 support\n-   Typescript support\n\nReact-leaflet-heat-layer is a plugin for react-leaflet. A wrapper component of Leaflet.heat.\n\n## Installation\n\n-   Install [NodeJS](https://nodejs.org)\n-   Run `react-leaflet-heat-layer`\n\n## Prerequisites\n\nMake sure that you haveve installed `react`, `react-leaflet` and `leaflet`.\n\n## Example usage\n\n```tsx\nimport { MapContainer } from \"react-leaflet\";\nimport HeatmapLayer from \"react-leaflet-heat-layer\";\nimport { addressPoints } from \"./realworld\";\nimport \"leaflet/dist/leaflet.css\";\n\nconst Demo = () =\u003e {\n    return (\n        \u003cMapContainer center={[51.505, -0.09]} zoom={13}\u003e\n            \u003cHeatmapLayer latlngs={addressPoints.map((p) =\u003e [p[0], p[1]])} /\u003e\n        \u003c/MapContainer\u003e\n    );\n};\n```\n\n## Reference\n\nSee: https://leaflet.github.io/Leaflet.heat/#reference\n\n## Copyright\n\nSee the [license](/LICENSE)\n","funding_links":["https://ko-fi.com/lockblock"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flockblock-dev%2Freact-leaflet-heat-layer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flockblock-dev%2Freact-leaflet-heat-layer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flockblock-dev%2Freact-leaflet-heat-layer/lists"}