{"id":13401185,"url":"https://github.com/terrestris/react-geo","last_synced_at":"2025-05-14T22:09:34.146Z","repository":{"id":37700925,"uuid":"101977153","full_name":"terrestris/react-geo","owner":"terrestris","description":"A set of geo related modules to use in combination with React, Ant Design and OpenLayers.","archived":false,"fork":false,"pushed_at":"2025-04-29T07:55:05.000Z","size":499467,"stargazers_count":385,"open_issues_count":26,"forks_count":59,"subscribers_count":18,"default_branch":"main","last_synced_at":"2025-05-11T10:59:42.677Z","etag":null,"topics":["ant-design","geo","hacktoberfest","openlayers","react","typescript"],"latest_commit_sha":null,"homepage":"https://terrestris.github.io/react-geo/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/terrestris.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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,"zenodo":null}},"created_at":"2017-08-31T08:18:26.000Z","updated_at":"2025-04-29T07:55:07.000Z","dependencies_parsed_at":"2023-09-23T12:48:55.925Z","dependency_job_id":"e8eafc70-35a7-4811-b800-9cbbf3e15988","html_url":"https://github.com/terrestris/react-geo","commit_stats":{"total_commits":4607,"total_committers":34,"mean_commits":135.5,"dds":0.7603646624701541,"last_synced_commit":"7101c190230a427546c78e74df988d66b8b309fe"},"previous_names":[],"tags_count":263,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/terrestris%2Freact-geo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/terrestris%2Freact-geo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/terrestris%2Freact-geo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/terrestris%2Freact-geo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/terrestris","download_url":"https://codeload.github.com/terrestris/react-geo/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254235701,"owners_count":22036964,"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":["ant-design","geo","hacktoberfest","openlayers","react","typescript"],"created_at":"2024-07-30T19:00:59.606Z","updated_at":"2025-05-14T22:09:29.127Z","avatar_url":"https://github.com/terrestris.png","language":"TypeScript","funding_links":[],"categories":["Uncategorized","TypeScript","React [🔝](#readme)","External plugins and projects using OpenLayers"],"sub_categories":["Uncategorized","Frameworks on top of OpenLayers"],"readme":"# react-geo  \u003ca href=\"https://terrestris.github.io/react-geo/\"\u003e\u003cimg align=\"left\" src=\"./assets/logo.svg\" width=\"70px\" /\u003e\u003c/a\u003e\n\n[![npm version](https://img.shields.io/npm/v/@terrestris/react-geo.svg?style=flat-square)](https://www.npmjs.com/package/@terrestris/react-geo)\n[![GitHub license](https://img.shields.io/github/license/terrestris/react-geo?style=flat-square)](https://github.com/terrestris/react-geo/blob/main/LICENSE)\n[![Coverage Status](https://img.shields.io/coveralls/github/terrestris/react-geo?style=flat-square)](https://coveralls.io/github/terrestris/react-geo?branch=main)\n![GitHub action build](https://img.shields.io/github/actions/workflow/status/terrestris/react-geo/on-push-main.yml?branch=main\u0026style=flat-square)\n[![Known Vulnerabilities](https://snyk.io/test/github/terrestris/react-geo/badge.svg)](https://snyk.io/test/github/terrestris/react-geo)\n[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](https://github.com/terrestris/react-geo/blob/main/CONTRIBUTING.md)\n\n`react-geo` is a JavaScript library providing a large number of components to build modern mapping applications. It is used in combination with [React](https://github.com/facebook/react), [OpenLayers](https://github.com/openlayers/openlayers) and [Ant Design](https://github.com/ant-design/ant-design).\n\n## Installation\n\n```javascript static\nnpm i --save @terrestris/react-geo\n```\n\n## Usage\n\nFor a full list of available components, their properties and examples see [here](https://terrestris.github.io/react-geo/docs/latest/index.html).\n\n### TypeScript\n\nThe `react-geo` package includes TypeScript declarations as `*.d.ts` files. The build itself is included in ESM format (currently ES2022).\n\n### Ant-Design ConfigProvider\n\n`react-geo` supports [dynamic theming](https://ant.design/docs/react/customize-theme) of the Toggle Button via the antd `ConfigProvider`.\n\n```tsx\n\u003cConfigProvider\n  theme={{\n    cssVar: true,\n    Component: {\n      Button: {\n        primaryActive: '#0958d9'\n      }\n    }\n  }}\n\u003e\n  //...\n\u003c/ConfigProvider\u003e\n```\n\n## Workshop\n\nFor a comprehensive introduction into the usage of `react-geo` you might want to have a look at our [tutorial](https://terrestris.github.io/react-geo-ws/).\n\n## Starter application\n\nAlso don't miss the [create-react-geo-app (CRGA)](https://github.com/terrestris/create-react-geo-app) to quickly create a fully working\nweb-mapping application based on `react-geo`.\n\n## Contribution\n\nContributions are much appreciated! 🥳\n\nRead the [hints for developers](https://github.com/terrestris/react-geo/blob/main/CONTRIBUTING.md) to get started. We look forward to your contributions!\n\n## License\n\n`react-geo` is released under the BSD 2-Clause license. Please see the file [LICENSE](https://github.com/terrestris/react-geo/blob/main/LICENSE) in the root of this repository for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fterrestris%2Freact-geo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fterrestris%2Freact-geo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fterrestris%2Freact-geo/lists"}