{"id":15755368,"url":"https://github.com/r17x/rescript-mapbox-gl","last_synced_at":"2026-01-08T20:03:28.826Z","repository":{"id":53132160,"uuid":"352096790","full_name":"r17x/rescript-mapbox-gl","owner":"r17x","description":"(WIP) ReScript bind for mapbox-gl","archived":false,"fork":false,"pushed_at":"2021-04-05T13:26:54.000Z","size":62,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-05T04:36:06.534Z","etag":null,"topics":["mapbox-gl-js","rescript","rescript-bindings"],"latest_commit_sha":null,"homepage":"","language":"ReScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/r17x.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-03-27T14:42:52.000Z","updated_at":"2021-04-05T13:26:57.000Z","dependencies_parsed_at":"2022-08-26T16:11:32.514Z","dependency_job_id":null,"html_url":"https://github.com/r17x/rescript-mapbox-gl","commit_stats":null,"previous_names":["ri7nz/rescript-mapbox-gl"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r17x%2Frescript-mapbox-gl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r17x%2Frescript-mapbox-gl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r17x%2Frescript-mapbox-gl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r17x%2Frescript-mapbox-gl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/r17x","download_url":"https://codeload.github.com/r17x/rescript-mapbox-gl/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246436380,"owners_count":20776995,"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":["mapbox-gl-js","rescript","rescript-bindings"],"created_at":"2024-10-04T08:21:33.226Z","updated_at":"2026-01-08T20:03:23.789Z","avatar_url":"https://github.com/r17x.png","language":"ReScript","readme":"# rescript-mapbox-gl\n\u003e 🚧 binding for [mapbox-gl-js](https://github.com/mapbox/mapbox-gl-js)\n\n## Table of Content\n\n\u003c!-- vim-markdown-toc GFM --\u003e\n\n* [Installation](#installation)\n* [TODO](#todo)\n* [Example](#example)\n* [API](#api)\n* [Contribution](#contribution)\n* [License](#license)\n\n\u003c!-- vim-markdown-toc --\u003e\n## Installation\nRun the following in your favorit console: \n```console\n\u003e yarn add rescript-mapbox-gl\n```\n## TODO\n\u003e Legend: 🏗 WIP,  🚧 Isn't implemented\n   \n- [ ] [**Map**](https://docs.mapbox.com/mapbox-gl-js/api/map/) (🏗)\n  - [x] instance member (addControl,addControlWithOptions)\n- [ ] [**Properties and Options**](https://docs.mapbox.com/mapbox-gl-js/api/properties/) (🏗)\n- [ ] [**Markers and Control**](https://docs.mapbox.com/mapbox-gl-js/api/markers/) (🚧)\n  - [x] Marker instance member \n  - [ ] Marker Event\n  - [x] Popup instance member \n  - [ ] Popup Event\n- [x] [**Geography and Geometry**](https://docs.mapbox.com/mapbox-gl-js/api/geography/) (🏗)\n  - [x] LngLat instance member\n  - [x] LngLat static member\n  - [x] LngLatBounds instance member\n  - [x] LngLatBounds static member\n  - [x] LngLatLike \n  - [x] LngLatBoundsLike\n  - [x] Point\n  - [x] PointLike\n  - [x] MercatorCoordinate instance member\n  - [x] MercatorCoordinate static member\n  - [x] EdgeInsets static member (1/3)\n- [ ] [**User interaction handlers**](https://docs.mapbox.com/mapbox-gl-js/api/handlers/) (🚧)\n- [ ] [**Sources**](https://docs.mapbox.com/mapbox-gl-js/api/sources/) (🚧)\n- [ ] [**Events**](https://docs.mapbox.com/mapbox-gl-js/api/events/) (🚧)\n\n\n## Example\n\n```rescript\nopen Mapbox\n// create Map\nlet map = Map.make() // new Map.map()\n// create Map with Options\nlet mapWithOpt = Map.makeOptions(~container=Map.id(\"app-hash-in-dom\"), ())-\u003eMap.makeWithOption\n```\n\nOr you can check this [**example**](tree/main/example).\n\n## API\nThe API closely match with [mapbox-gl-js](https://github.com/mapbox/mapbox-gl-js). You can refer to the [mapbox-gl-js documentation](https://docs.mapbox.com/mapbox-gl-js)\n## Contribution\nFeel Free\n## License\nMIT\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fr17x%2Frescript-mapbox-gl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fr17x%2Frescript-mapbox-gl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fr17x%2Frescript-mapbox-gl/lists"}