{"id":28637713,"url":"https://github.com/visgl/react-maplibre","last_synced_at":"2025-06-12T18:32:27.734Z","repository":{"id":257806165,"uuid":"865653465","full_name":"visgl/react-maplibre","owner":"visgl","description":"React wrapper for Maplibre GL JS","archived":false,"fork":false,"pushed_at":"2024-12-14T08:39:21.000Z","size":9927,"stargazers_count":52,"open_issues_count":15,"forks_count":4,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-01-27T10:16:24.078Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/visgl.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"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}},"created_at":"2024-09-30T22:24:46.000Z","updated_at":"2025-01-21T10:18:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"67c7d6ef-de95-49df-8e69-70b949f57a1a","html_url":"https://github.com/visgl/react-maplibre","commit_stats":null,"previous_names":["visgl/react-maplibre"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/visgl/react-maplibre","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/visgl%2Freact-maplibre","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/visgl%2Freact-maplibre/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/visgl%2Freact-maplibre/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/visgl%2Freact-maplibre/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/visgl","download_url":"https://codeload.github.com/visgl/react-maplibre/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/visgl%2Freact-maplibre/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259519177,"owners_count":22870324,"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":[],"created_at":"2025-06-12T18:30:50.190Z","updated_at":"2025-06-12T18:32:27.706Z","avatar_url":"https://github.com/visgl.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003e The source code of this module has been consolidated into the [react-map-gl](https://github.com/visgl/react-map-gl) repo, where the latest release are published from. Please report issues and open PRs there.\n\n\u003ch1 align=\"center\"\u003ereact-maplibre | \u003ca href=\"https://visgl.github.io/react-maplibre\"\u003eDocs\u003c/a\u003e\u003c/h1\u003e\n\n`@vis.gl/react-maplibre` is a suite of [React](http://facebook.github.io/react/) components designed to provide a React API for [maplibre-gl](https://maplibre.org/maplibre-gl-js-docs/api/). More information in the online documentation.\n\nSee our [Design Philosophy](docs/README.md#design-philosophy).\n\n### Installation\n\nUsing this package requires `react \u003e= 16.3` and `maplibre-gl \u003e= 4.0.0`.\n\n```sh\nnpm install @vis.gl/react-maplibre maplibre-gl\n```\n\n### Example\n\n```js\nimport * as React from 'react';\nimport {Map} from '@vis.gl/react-maplibre';\nimport 'maplibre-gl/dist/maplibre-gl.css';\n\nfunction App() {\n  return \u003cMap\n    initialViewState={{\n      longitude: -100,\n      latitude: 40,\n      zoom: 3.5\n    }}\n    style={{width: 600, height: 400}}\n    mapStyle=\"https://demotiles.maplibre.org/style.json\"\n  /\u003e;\n}\n```\n\n### Contribute\n\nSee [contribution guide](/CONTRIBUTING.md).\n\n\n### Attributions\n\nreact-maplibre is part of vis.gl, an [OpenJS Foundation](https://openjsf.org) project.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvisgl%2Freact-maplibre","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvisgl%2Freact-maplibre","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvisgl%2Freact-maplibre/lists"}