{"id":13425846,"url":"https://github.com/origo-map/origo","last_synced_at":"2025-03-15T20:31:30.910Z","repository":{"id":37444982,"uuid":"56663951","full_name":"origo-map/origo","owner":"origo-map","description":"Origo","archived":false,"fork":false,"pushed_at":"2025-03-10T13:18:27.000Z","size":24643,"stargazers_count":52,"open_issues_count":124,"forks_count":56,"subscribers_count":19,"default_branch":"master","last_synced_at":"2025-03-10T14:27:10.529Z","etag":null,"topics":["arcgis","map","openlayers","origo","wfs","wms","wmts"],"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/origo-map.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-04-20T07:06:46.000Z","updated_at":"2025-03-10T13:18:31.000Z","dependencies_parsed_at":"2023-09-23T01:48:56.347Z","dependency_job_id":"b506d1b7-0396-468d-bd29-a09f88d0a897","html_url":"https://github.com/origo-map/origo","commit_stats":null,"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/origo-map%2Forigo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/origo-map%2Forigo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/origo-map%2Forigo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/origo-map%2Forigo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/origo-map","download_url":"https://codeload.github.com/origo-map/origo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243790939,"owners_count":20348378,"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":["arcgis","map","openlayers","origo","wfs","wms","wmts"],"created_at":"2024-07-31T00:01:20.308Z","updated_at":"2025-03-15T20:31:25.902Z","avatar_url":"https://github.com/origo-map.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"[![License](https://img.shields.io/badge/license-BSD2-blue.svg?style=flat-square)](https://github.com/origo-map/origo/blob/master/LICENSE.txt)\n[![Build Status](https://travis-ci.org/origo-map/origo.svg?branch=master)](https://travis-ci.org/origo-map/origo)\n# Origo\n\nAn easy to configure framework for creating your own web mapping applications.\n\n## What is Origo?\n\nOrigo is a web mapping framework. It is based on the [OpenLayers library](https://github.com/openlayers/openlayers). You can use Origo to create your own desktop-like web mapping applications. The project is run and maintained by a number of Swedish municipalities.\n\n## Features\n\n * Responsive design\n * Multiple modules available (among others: an editing interface, geopositioning and map sharing)\n * Ability to read data from multiple different types of sources\n * Very light footprint\n\n## How to get started\n\nDownload the latest [release](https://github.com/origo-map/origo/releases/) and check out the [documentation](https://origo-map.github.io/origo-documentation/latest/#origo-api). Below you will find some live examples and how to get started devoloping with Origo.\n\n## Documentation\n\nLearn more how to use Origo with the [documentation](https://origo-map.github.io/origo-documentation/latest/#origo-api).\n\n## Want to contribute?\nWe happily accept contributions of any kind. Guidelines are available in the [`CONTRIBUTING.md`](https://github.com/origo-map/origo/blob/master/CONTRIBUTING.md) and [`DEVELOPING.md`](https://github.com/origo-map/origo/blob/master/DEVELOPING.md) files.\n\nThank you for considering contributing to Origo.\n\n## Found an issue?\nFor all bugs and feature requests please use [\"Issues\"](https://github.com/origo-map/origo/issues). Have a look at [`CONTRIBUTING.md`](https://github.com/origo-map/origo/blob/master/CONTRIBUTING.md) for some tips on how to write issues.\n\n## Live examples\nNot convinced? Or maybe you need some inspiration? Check out these examples of web maps that have been developed using the Origo framework:\n * [Demo of latest release](http://origo-map.github.io/origo-map-demo/index.html)\n * [Enakartan](http://karta.enkoping.se)\n * [Eskilstunakartan](https://karta.eskilstuna.se)\n * [Hallstakartan](http://karta.hallstahammar.se)\n * [Haninge kommun webbkarta](https://karta.haninge.se/)\n * [Karlstadskartan](http://gi.karlstad.se)\n * [Mälardalskartan](http://www.malardalskartan.se)\n * [Sigtunakartan](https://karta.sigtuna.se)\n * [Strängnäskartan](https://kartor.strangnas.se)\n * [Västerås Stads samlingskarta](https://kartor.vasteras.se/sam)\n\n## Getting started\nSo you have decided to take matters into your own hands and get coding? Great!\n\nJust follow these three steps and you will be up and running in no time.\n\n### Setting up the development environment\nThe minimum requirements are:\n\n  * [Git](https://git-scm.com/)\n  * [Node.js](https://nodejs.org/) (current lts version or higher is recommended to avoid build problems)\n\n 1. To get your own local copy of Origo use git to clone the repository with the command below:\n\n   \t\t  git clone https://github.com/origo-map/origo.git\n\n 2. To install the required node dependencies run the following command from the root directory of Origo:\n\n  \t\t   npm install\n\n 3. To start webpack-dev-server use:\n\n   \t\t  npm start\n\nThe server will be available at \u003chttp://localhost:9966/\u003e. It utilizes LiveReload which means you do not have to refresh the browser page whenever you make a change in your code.\n\n### Creating a bundle\nOnce you are ready to create a minified bundle, you will use:\n\n     npm run build\n\nThis will create a build of Origo in the build folder. Note that you will need to change the path to the Origo javascript file in the `index.html` file, from `origo.js` to `origo.min.js`, if you wish to run the map using the bundled version.\n\nTo further reduce the bundle size of Origo it's recommended to enable gzip on your web server, as in this example for [IIS](https://docs.microsoft.com/en-us/iis/configuration/system.webserver/httpcompression/). This will reduce the file size to approximately a fourth of the original size.\n\n### Notes\nGuidelines for developing in Origo are available in the [`DEVELOPING.md`](https://github.com/origo-map/origo/blob/master/DEVELOPING.md) file.\n\n## Plugins\nMore information about Origo plugins can be found in the [PLUGINS.md](https://github.com/origo-map/origo/blob/master/PLUGINS.md) file.\n\n## Copyright\nThe project is licensed under the BSD 2-clause license. It is specified in the [license file](LICENSE.txt).\n\n## Contact\nIf you want to get in contact with us and other users of Origo then please join our chat on discord using this invitation: [origo.map](https://discord.gg/NWRAkWAXQ3).\n\nOn [https://origo-map.github.io/archive/](https://origo-map.github.io/archive/) you can take part of our newsletter and read about our meetups.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Forigo-map%2Forigo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Forigo-map%2Forigo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Forigo-map%2Forigo/lists"}