{"id":13807374,"url":"https://github.com/lets-fiware/maplibre-gl-widget","last_synced_at":"2026-01-20T17:55:59.282Z","repository":{"id":45200753,"uuid":"355874179","full_name":"lets-fiware/maplibre-gl-widget","owner":"lets-fiware","description":"Map Viewer for WireCloud made using MapLibre GL","archived":false,"fork":false,"pushed_at":"2024-01-01T07:31:52.000Z","size":709,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"main","last_synced_at":"2024-02-15T13:32:08.376Z","etag":null,"topics":["fiware-wirecloud","maplibre","maplibre-gl-js","wirecloud-component","wirecloud-widget"],"latest_commit_sha":null,"homepage":"https://www.letsfiware.jp/dev/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lets-fiware.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}},"created_at":"2021-04-08T11:10:14.000Z","updated_at":"2024-08-04T01:09:03.470Z","dependencies_parsed_at":"2024-08-04T01:07:26.662Z","dependency_job_id":"ee9617d6-620c-4922-a4e6-cae8df68d700","html_url":"https://github.com/lets-fiware/maplibre-gl-widget","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lets-fiware%2Fmaplibre-gl-widget","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lets-fiware%2Fmaplibre-gl-widget/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lets-fiware%2Fmaplibre-gl-widget/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lets-fiware%2Fmaplibre-gl-widget/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lets-fiware","download_url":"https://codeload.github.com/lets-fiware/maplibre-gl-widget/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254046289,"owners_count":22005569,"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":["fiware-wirecloud","maplibre","maplibre-gl-js","wirecloud-component","wirecloud-widget"],"created_at":"2024-08-04T01:01:24.799Z","updated_at":"2026-01-20T17:55:59.271Z","avatar_url":"https://github.com/lets-fiware.png","language":"JavaScript","readme":"# MapLibre GL widget\n\n[![](https://nexus.lab.fiware.org/repository/raw/public/badges/chapters/visualization.svg)](https://www.fiware.org/developers/catalogue/)\n[![License: BSD-3-Clause](https://img.shields.io/github/license/lets-fiware/maplibre-gl-widget.svg)](https://opensource.org/licenses/BSD-3-Clause)\u003cbr/\u003e\n![Build](https://github.com/lets-fiware/maplibre-gl-widget/workflows/Build/badge.svg)\n![GitHub all releases](https://img.shields.io/github/downloads/lets-fiware/maplibre-gl-widget/total)\n\nThis is a map viewer widget uses MapLibre GL. It can receive Layers or Point of Interest data and display them on the map.\n\nBuild\n-----\n\nBe sure to have installed [Node.js](http://node.js) in your system. For example, you can install it on Ubuntu and Debian running the following commands:\n\n```bash\ncurl -sL https://deb.nodesource.com/setup | sudo bash -\nsudo apt-get install nodejs\nsudo apt-get install npm\n```\n\nInstall other npm dependencies by running:\n\n```bash\nnpm install\n```\n\nIn order to build this widget, you can use npm :\n\n```bash\nnpm run build\n```\n\nor\n\n```bash\nnpm run dev\n```\n\nIf everything goes well, you will find a wgt file in the `dist` folder.\n\n## Documentation\n\nDocumentation about how to use this widget is available on the\n[User Guide](src/doc/userguide.md). Anyway, you can find general information\nabout how to use widgets on the\n[WireCloud's User Guide](https://wirecloud.readthedocs.io/en/stable/user_guide/)\navailable on Read the Docs.\n\n## Third party libraries\n\nThe Maplibre GL widget makes use of the following libraries:\n\n| Libraries                                                                                 | OSS License          |\n| ----------------------------------------------------------------------------------------- | -------------------- |\n| [maplibre/maplibre-gl-js](https://github.com/maplibre/maplibre-gl-js)                     | 3-Clause BSD License |\n| [lets-fiware/mapbox-3dtiles](https://github.com/lets-fiware/mapbox-3dtiles)               | 3-Clause BSD License |\n| [mrdoob/three.js](https://github.com/mrdoob/three.js/)                                    | MIT License          |\n| [Turfjs/turf](https://github.com/Turfjs/turf)                                             | MIT License          |\n| [visgl/deck.gl](https://github.com/visgl/deck.gl)                                         | MIT License          |\n| [visgl/loaders.gl](https://github.com/visgl/loaders.gl)                                   | MIT License          |\n| [uber-web/math.gl](https://github.com/uber-web/math.gl)                                   | MIT License          |\n| [Kanahiro/deckgl-gsi-terrain-layer](https://github.com/Kanahiro/deckgl-gsi-terrain-layer) | MIT License          |\n\nThe dependencies of dependencies have been omitted from the list.\n\n## Copyright and License\n\nCopyright (c) 2021-2024 Kazuhito Suda\u003cbr\u003e\nLicensed under the [3-Clause BSD License](./LICENSE).\n","funding_links":[],"categories":["WireCloud Widget"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flets-fiware%2Fmaplibre-gl-widget","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flets-fiware%2Fmaplibre-gl-widget","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flets-fiware%2Fmaplibre-gl-widget/lists"}