{"id":15366527,"url":"https://github.com/sakitam-fdd/ol-extent","last_synced_at":"2025-04-15T12:23:20.489Z","repository":{"id":81407872,"uuid":"101963647","full_name":"sakitam-fdd/ol-extent","owner":"sakitam-fdd","description":":lollipop: :tophat: :ghost: | a JavaScript library for openlayers extent","archived":false,"fork":false,"pushed_at":"2018-03-25T07:24:27.000Z","size":987,"stargazers_count":13,"open_issues_count":0,"forks_count":8,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-23T09:51:20.865Z","etag":null,"topics":["es6","geojs","javascript","ol-extent","openlayers","openlayers-extent","rollup","webpack"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sakitam-fdd.png","metadata":{"files":{"readme":"README-CN.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING-CN.md","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,"publiccode":null,"codemeta":null}},"created_at":"2017-08-31T05:41:10.000Z","updated_at":"2023-04-15T05:43:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"e6f87666-7337-4439-9dcc-db71039a141b","html_url":"https://github.com/sakitam-fdd/ol-extent","commit_stats":{"total_commits":76,"total_committers":5,"mean_commits":15.2,"dds":0.4078947368421053,"last_synced_commit":"ead8bf717895d00406ac63db495bafb476ec76b6"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sakitam-fdd%2Fol-extent","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sakitam-fdd%2Fol-extent/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sakitam-fdd%2Fol-extent/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sakitam-fdd%2Fol-extent/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sakitam-fdd","download_url":"https://codeload.github.com/sakitam-fdd/ol-extent/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241018432,"owners_count":19895077,"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":["es6","geojs","javascript","ol-extent","openlayers","openlayers-extent","rollup","webpack"],"created_at":"2024-10-01T13:19:02.412Z","updated_at":"2025-02-27T13:31:14.090Z","avatar_url":"https://github.com/sakitam-fdd.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ol-extent\n\n\u003e openlayers扩展插件, 当前版本已经经过重构，变化较大，你需要查看相关示例或者文档。\n\n[![Build Status](https://travis-ci.org/sakitam-fdd/ol-extent.svg?branch=master)](https://www.travis-ci.org/sakitam-fdd/ol-extent)\n![JS gzip size](http://img.badgesize.io/https://unpkg.com/ol-extent/dist/ol-extent.js?compression=gzip\u0026label=gzip%20size:%20JS)\n[![Npm package](https://img.shields.io/npm/v/ol-extent.svg)](https://www.npmjs.org/package/ol-extent)\n[![GitHub stars](https://img.shields.io/github/stars/sakitam-fdd/ol-extent.svg)](https://github.com/sakitam-fdd/ol-extent/stargazers)\n[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/sakitam-fdd/ol-extent/master/LICENSE)\n\n## build\n\n\u003e 重要: Github 仓库的 /dist 文件夹只有在新版本发布时才会更新。如果想要使用 Github 上最新的源码，你需要自己构建。\n\n---\n\n```bash\ngit clone https://github.com/sakitam-fdd/ol-extent.git\nnpm install // or yarn\nnpm run dev\nnpm run build\n```\n\n## Install\n\n### CDN\n\n现在你可以使用 \n* [unpkg.com](https://unpkg.com/ol-extent/dist/ol-extent.js) / \n* [jsdelivr](https://cdn.jsdelivr.net/npm/ol-extent/dist/ol-extent.js) \n获取最新版本。\n\n```bash\n// jsdelivr (最好锁定版本号)\nhttps://cdn.jsdelivr.net/npm/ol-extent/dist/ol-extent.js\nhttps://cdn.jsdelivr.net/npm/ol-extent/dist/ol-extent.css\nhttps://cdn.jsdelivr.net/npm/ol-extent/dist/ol-extent.min.js\nhttps://cdn.jsdelivr.net/npm/ol-extent/dist/ol-extent.min.css\n// npm\nhttps://unpkg.com/ol-extent/dist/ol-extent.js\nhttps://unpkg.com/ol-extent/dist/ol-extent.css\nhttps://unpkg.com/ol-extent/dist/ol-extent.min.js\nhttps://unpkg.com/ol-extent/dist/ol-extent.min.css\n```\n\n### NPM\n\n```bash\nnpm install ol-extent --save\nimport ole 'ol-extent'\n```\n\n## Examples\n\n查看 `examples` 文件夹。\n\n## extent\n\n### Control\n\n| 控件 | 简介 | 文档 |\n| --- | --- | --- |\n| ZoomMenu | 放大缩小控件 | [ZoomMenu]() |\n| ContextMenu | 右键控件 | [ContextMenu]() |\n| CompareLayer | 图层对比控件 | [CompareLayer]() |\n| RotateControl | 旋转控件 | [RotateControl]() |\n| Loading | 图层加载进度控件 | [Loading]() |\n| ZoomSlider | 图层平移缩放控件 | [ZoomSlider]() |\n| FullScreen | 全屏控件 | [FullScreen]() |\n| LayerSwitcher | 图层切换控件 | [LayerSwitcher]() |\n| ScaleLine | 比例尺控件 | [ScaleLine]() |\n| MousePosition | 鼠标位置显示控件 | [MousePosition]() |\n| OverviewMap | 鹰眼控件 | [OverviewMap]() |\n\n### Interaction\n\n| 控件 | 简介 | 文档 |\n| --- | --- | --- |\n| MeasureTool | 测量工具 | [MeasureTool]() |\n| FreeHandCircle | 自由圆（主要用于周边搜索） | [FreeHandCircle]() |\n| LayerMagnify | 地图放大镜功能 | [LayerMagnify]() |\n| layerSpyglass | 图层滤镜功能 | [layerSpyglass]() |\n\n### Layer\n\n| 控件 | 简介 | 文档 |\n| --- | --- | --- |\n| CanvasLayer | 基于 `Image` layer 扩展出的 `canvas` 图层，可以用于扩展其他自定义渲染图层 | [CanvasLayer]() |\n| DozensLayer | 用于渲染大量数据的 `canvas` 图层 | [DozensLayer]() |\n\n### Source\n\n| 控件 | 简介 | 文档 |\n| --- | --- | --- |\n| Baidu | 百度数据源 | [Baidu]() |\n| Gaode | 高德数据源 | [Gaode]() |\n| Google | 谷歌数据源 | [Google]() |\n\n### Overlay\n\n| 控件 | 简介 | 文档 |\n| --- | --- | --- |\n| Popover | 气泡（支持标记和最小化） | [Popover]() |\n\n### Tools\n\n| 工具 | 简介 | 文档 |\n| --- | --- | --- |\n| StyleFactory | 样式处理工具（可解析 json 存储样式信息） | [StyleFactory]() |\n| layerUtils | 图层处理工具（相关图层操作工具） | [layerUtils]() |\n| utils | 相关  `dom` 事件等工具 | [utils]() |\n\n## Resources\n\n* [openlayers](https://github.com/openlayers/openlayers)\n\n# changelog\n\n[detail](./CHANGELOG.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsakitam-fdd%2Fol-extent","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsakitam-fdd%2Fol-extent","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsakitam-fdd%2Fol-extent/lists"}