{"id":19593341,"url":"https://github.com/livebook-dev/maplibre","last_synced_at":"2025-10-29T13:32:20.718Z","repository":{"id":37050642,"uuid":"488678410","full_name":"livebook-dev/maplibre","owner":"livebook-dev","description":"Elixir bindings to MapLibre Style Specification","archived":false,"fork":false,"pushed_at":"2024-03-14T10:20:53.000Z","size":123,"stargazers_count":60,"open_issues_count":3,"forks_count":10,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-04-09T20:11:31.254Z","etag":null,"topics":["elixir","livebook","maplibre"],"latest_commit_sha":null,"homepage":"","language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/livebook-dev.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"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}},"created_at":"2022-05-04T17:14:28.000Z","updated_at":"2025-02-13T11:40:24.000Z","dependencies_parsed_at":"2023-12-19T10:46:28.176Z","dependency_job_id":"63edadac-b070-4619-a2dc-083c42a7587a","html_url":"https://github.com/livebook-dev/maplibre","commit_stats":{"total_commits":35,"total_committers":7,"mean_commits":5.0,"dds":0.2857142857142857,"last_synced_commit":"ae7a2853488d7f67bc0b85627fd9c948ab4632f2"},"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/livebook-dev%2Fmaplibre","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/livebook-dev%2Fmaplibre/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/livebook-dev%2Fmaplibre/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/livebook-dev%2Fmaplibre/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/livebook-dev","download_url":"https://codeload.github.com/livebook-dev/maplibre/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248103872,"owners_count":21048245,"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":["elixir","livebook","maplibre"],"created_at":"2024-11-11T08:39:10.507Z","updated_at":"2025-10-29T13:32:20.623Z","avatar_url":"https://github.com/livebook-dev.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MapLibre\n\nElixir bindings to [MapLibre Style\nSpecification](https://maplibre.org/maplibre-gl-js/docs/style-spec/).\n\n## Installation\n\n### Inside Livebook\n\nYou most likely want to use MapLibre in [Livebook](https://github.com/livebook-dev/livebook), in\nwhich case you can call `Mix.install/2`:\n\n```elixir\nMix.install([\n  {:maplibre, \"~\u003e 0.1.6\"},\n  {:kino_maplibre, \"~\u003e 0.1.6\"}\n])\n```\n\n`:kino_maplibre` is necessary to ensure Livebook renders the maps nicely\n\n### In Mix projects\n\nYou can add the `:maplibre` dependency to your `mix.exs`.  `:req` is needed if you plan to load styles from an external URL (e.g. from maptiler.com):\n\n```elixir\ndef deps do\n  [\n    {:maplibre, \"~\u003e 0.1.9\"},\n    {:req, \"~\u003e 0.4 or ~\u003e 1.0\"}\n  ]\nend\n```\n\n## License\n\nCopyright (C) 2022 Dashbit\n\n    Licensed under the Apache License, Version 2.0 (the \"License\");\n    you may not use this file except in compliance with the License.\n    You may obtain a copy of the License at [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)\n\n    Unless required by applicable law or agreed to in writing, software\n    distributed under the License is distributed on an \"AS IS\" BASIS,\n    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n    See the License for the specific language governing permissions and\n    limitations under the License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flivebook-dev%2Fmaplibre","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flivebook-dev%2Fmaplibre","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flivebook-dev%2Fmaplibre/lists"}