{"id":13426329,"url":"https://github.com/openlayers/openlayers","last_synced_at":"2025-12-12T02:56:03.048Z","repository":{"id":3655153,"uuid":"4723248","full_name":"openlayers/openlayers","owner":"openlayers","description":"OpenLayers","archived":false,"fork":false,"pushed_at":"2025-05-12T14:29:03.000Z","size":138360,"stargazers_count":11836,"open_issues_count":782,"forks_count":3081,"subscribers_count":388,"default_branch":"main","last_synced_at":"2025-05-12T14:44:40.382Z","etag":null,"topics":["javascript","maps","openlayers"],"latest_commit_sha":null,"homepage":"https://openlayers.org","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/openlayers.png","metadata":{"files":{"readme":"README.md","changelog":"changelog/upgrade-notes.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE.md","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,"zenodo":null},"funding":{"github":["openlayers"],"patreon":null,"open_collective":"openlayers","ko_fi":null,"tidelift":null,"custom":null}},"created_at":"2012-06-20T06:53:59.000Z","updated_at":"2025-05-12T13:22:00.000Z","dependencies_parsed_at":"2023-07-05T18:18:07.349Z","dependency_job_id":"f03eaa54-d6c9-4304-b168-e8286cef533e","html_url":"https://github.com/openlayers/openlayers","commit_stats":{"total_commits":25453,"total_committers":519,"mean_commits":"49.042389210019266","dds":0.8507837975877107,"last_synced_commit":"38845b778d2c054bf192f6d6b7bac39918d44b1b"},"previous_names":["openlayers/ol3"],"tags_count":264,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openlayers%2Fopenlayers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openlayers%2Fopenlayers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openlayers%2Fopenlayers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openlayers%2Fopenlayers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/openlayers","download_url":"https://codeload.github.com/openlayers/openlayers/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253759735,"owners_count":21959811,"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":["javascript","maps","openlayers"],"created_at":"2024-07-31T00:01:32.023Z","updated_at":"2025-12-12T02:56:02.639Z","avatar_url":"https://github.com/openlayers.png","language":"JavaScript","readme":"# OpenLayers\n\n[OpenLayers](https://openlayers.org/) is a high-performance, feature-packed library for creating interactive maps on the web. It can display map tiles, vector data and markers loaded from any source on any web page. OpenLayers has been developed to further the use of geographic information of all kinds. It is completely free, Open Source JavaScript, released under the [BSD 2-Clause License](https://opensource.org/licenses/BSD-2-Clause).\n\n## Getting Started\n\nInstall the [`ol` package](https://www.npmjs.com/package/ol):\n\n```\nnpm install ol\n```\n\nImport just what you need for your application:\n\n```js\nimport Map from 'ol/Map';\nimport View from 'ol/View';\nimport TileLayer from 'ol/layer/Tile';\nimport XYZ from 'ol/source/XYZ';\n\nnew Map({\n  target: 'map',\n  layers: [\n    new TileLayer({\n      source: new XYZ({\n        url: 'https://tile.openstreetmap.org/{z}/{x}/{y}.png'\n      })\n    })\n  ],\n  view: new View({\n    center: [0, 0],\n    zoom: 2\n  })\n});\n```\n\nSee the following examples for more detail on bundling OpenLayers with your application:\n\n * Using [Vite](https://github.com/openlayers/ol-vite)\n * Using [Rollup](https://github.com/openlayers/ol-rollup)\n * Using [webpack](https://github.com/openlayers/ol-webpack)\n * Using [Parcel](https://github.com/openlayers/ol-parcel)\n\nFor more detail on quick prototyping without the use of a Node.js based setup, see the [Skypack](https://github.com/openlayers/ol-skypack) example.\n\n## Sponsors\n\nOpenLayers appreciates contributions of all kinds.  We especially want to thank our fiscal sponsors who contribute to ongoing project maintenance.\n\n\u003cbr\u003e\n\n[![Pozi logo](./sponsor-logos/pozi.png)](https://pozi.com/)\n\n\u003e Pozi helps connect communities through spatial thinking.\n\u003e We love Openlayers and it forms a core part of our platform.\n\u003e https://pozi.com/ https://app.pozi.com/\n\n\u003cbr\u003e\n\n[![yey'maps logo](./sponsor-logos/yeymaps.png)](https://www.yeymaps.io/)\n\n\u003e yey'maps is a scalable cloud GIS suite that is developed with the\n\u003e powerful Openlayers API and the GDAL library.\n\u003e https://www.yeymaps.io/\n\n\u003cbr\u003e\n\n[![ela-compil logo](./sponsor-logos/ela-compil.png)](https://ela.pl/)\n\n\u003e We develop leading Physical Security Information Management (PSIM) software.\n\u003e OpenLayers is the core of our map engine and we love it! \n\u003e https://ela.pl/\n\n\u003cbr\u003e\n\n[![Ubigu Oy logo](./sponsor-logos/ubigu-oy.svg)](https://www.ubigu.fi/)\n\n\u003e We advance holistic utilization and availability of spatial information,\n\u003e for a better planned, built and managed society.\n\u003e https://www.ubigu.fi/\n\n\u003cbr\u003e\n\n[![Scribble Maps logo](./sponsor-logos/scribble-maps.png)](https://www.scribblemaps.com/)\n\n\u003e Build custom maps and identify insights across real estate, engineering, research, business, exploration, construction, manufacturing - and so much more.\n\u003e https://www.scribblemaps.com/\n\n\u003cbr\u003e\n\nSee our [GitHub sponsors page](https://github.com/sponsors/openlayers) or [Open Collective](https://opencollective.com/openlayers/contribute/sponsors-214/checkout) if you too are interested in becoming a regular sponsor.\n\n## TypeScript support\n\nThe [ol package](https://npmjs.com/package/ol) includes auto-generated TypeScript declarations as `*.d.ts` files.\n\n## Supported Browsers\n\nOpenLayers runs on all modern browsers (with greater than 1% global usage).  This includes Chrome, Firefox, Safari and Edge. For older browsers, polyfills ([Fastly](https://polyfill-fastly.io) or [Cloudflare](https://cdnjs.cloudflare.com/polyfill)) will likely need to be added.\n\n## Documentation\n\nCheck out the [hosted examples](https://openlayers.org/en/latest/examples/), the [workshop](https://openlayers.org/workshop/) or the [API documentation](https://openlayers.org/en/latest/apidoc/).\n\n## Bugs\n\nPlease use the [GitHub issue tracker](https://github.com/openlayers/openlayers/issues) for all bugs and feature requests. Before creating a new issue, do a quick search to see if the problem has been reported already.\n\n## Contributing\n\nPlease see our guide on [contributing](CONTRIBUTING.md) if you're interested in getting involved.\n\n## Community\n\n- Need help? Find it on [Stack Overflow using the tag 'openlayers'](https://stackoverflow.com/questions/tagged/openlayers)\n- Follow [@openlayers](https://twitter.com/openlayers) on Twitter\n\n![Test Status](https://github.com/openlayers/openlayers/workflows/Test/badge.svg)\n","funding_links":["https://github.com/sponsors/openlayers","https://opencollective.com/openlayers","https://opencollective.com/openlayers/contribute/sponsors-214/checkout"],"categories":["JavaScript","Uncategorized","javascript","👨‍💻 JavaScript Libraries","Repository"],"sub_categories":["Uncategorized","Mapping","Data Visualization"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenlayers%2Fopenlayers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopenlayers%2Fopenlayers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenlayers%2Fopenlayers/lists"}