{"id":16356513,"url":"https://github.com/symbioquine/ol-side-panel","last_synced_at":"2025-03-23T01:31:47.479Z","repository":{"id":57314091,"uuid":"378188610","full_name":"symbioquine/ol-side-panel","owner":"symbioquine","description":"A responsive tabbed side panel for OpenLayers","archived":false,"fork":false,"pushed_at":"2022-05-05T19:13:59.000Z","size":1419,"stargazers_count":7,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-18T10:51:43.583Z","etag":null,"topics":["openlayers","openlayers6"],"latest_commit_sha":null,"homepage":"https://symbioquine.github.io/ol-side-panel/latest/docs/","language":"JavaScript","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/symbioquine.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}},"created_at":"2021-06-18T15:12:53.000Z","updated_at":"2024-07-26T11:25:27.000Z","dependencies_parsed_at":"2022-09-20T23:20:37.725Z","dependency_job_id":null,"html_url":"https://github.com/symbioquine/ol-side-panel","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/symbioquine%2Fol-side-panel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/symbioquine%2Fol-side-panel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/symbioquine%2Fol-side-panel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/symbioquine%2Fol-side-panel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/symbioquine","download_url":"https://codeload.github.com/symbioquine/ol-side-panel/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244868638,"owners_count":20523588,"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":["openlayers","openlayers6"],"created_at":"2024-10-11T01:43:44.841Z","updated_at":"2025-03-23T01:31:47.144Z","avatar_url":"https://github.com/symbioquine.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ol-side-panel\n\nA responsive tabbed left side panel for OpenLayers.\n\n* Docs: [https://symbioquine.github.io/ol-side-panel/latest/docs/](https://symbioquine.github.io/ol-side-panel/latest/docs/)\n* Example: [https://symbioquine.github.io/ol-side-panel/latest/](https://symbioquine.github.io/ol-side-panel/latest/)\n\n![image](https://user-images.githubusercontent.com/30754460/123520513-faa39e80-d665-11eb-9b39-394a5cff2464.png)\n\n## Inspiration / Credit\n\nol-side-panel is inspired by and originally based on the code of [Turbo87/sidebar-v2](https://github.com/Turbo87/sidebar-v2) - also MIT licensed.\n\n## Getting started\n\n```sh\nnpm i ol-side-panel\n```\n\n```javascript\nimport { SidePanel } from 'ol-side-panel';\n\nconst sidePanel = new SidePanel();\n\nmap.addControl(sidePanel);\n\nconst layersPane = sidePanel.definePane({\n  paneId: 'layers',\n  name: \"Layers\",\n  icon: '\u003ci class=\"bi bi-layers-half\"\u003e\u003c/i\u003e'\n});\n\nconst layersGreeting = document.createElement('p');\nlayersGreeting.innerHTML = \"Hi there layers!\";\n\nlayersPane.addWidgetElement(layersGreeting);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsymbioquine%2Fol-side-panel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsymbioquine%2Fol-side-panel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsymbioquine%2Fol-side-panel/lists"}