The Rails application that powers OpenStreetMap
Find a file
2025-03-12 16:58:11 +03:00
.github Switch to using annotaterb for annotations 2025-02-28 17:22:54 +00:00
.rubocop Use a custom cop to check controller action names 2025-01-22 13:35:21 +00:00
.vscode Migrate eslint config to esmodules 2025-02-19 09:54:07 +01:00
app Drop redundant parameters from user list form 2025-03-12 08:34:27 +00:00
assets Merge branch 'pull/4793' 2024-07-06 14:18:50 +03:00
bin Update minimum ruby version to 3.2 2025-02-21 19:48:23 +00:00
config Merge remote-tracking branch 'upstream/pull/5402' 2025-03-11 18:47:18 +00:00
db add note table user_id, created_at index for non-anonymus notes 2025-03-07 05:07:54 +01:00
docker Use postgres 14 for docker 2023-11-02 08:59:57 +00:00
lib Switch to using annotaterb for annotations 2025-02-28 17:22:54 +00:00
public Drop crossdomain policy for OAuth 1 API methods 2024-09-03 17:47:35 +01:00
script Switch vagrant to use Debian 12 2024-11-13 16:53:52 +00:00
storage Update to rails 5.2.0 2018-06-19 00:16:24 +01:00
test Preserve username and edit filters over bulk user updates 2025-03-12 08:34:27 +00:00
vendor/assets Update to iD v2.32.0 2025-03-05 13:37:12 +01:00
.annotaterb.yml Drop explicit lengths from bigint columns 2025-02-28 17:22:56 +00:00
.dockerignore Added new parallel test job for docker-compose 2021-01-28 12:03:58 -08:00
.editorconfig Add .editorconfig 2021-09-07 10:46:02 +01:00
.erb_lint.yml Move html_safe declaration for user_mailer from layout to helper 2024-11-27 18:04:32 +00:00
.gitattributes Use autodetection for text files 2021-09-12 18:51:51 +01:00
.gitignore Add overcommit to manage git hooks 2024-08-21 08:20:10 +01:00
.mailmap Update mailmap 2018-10-29 12:48:32 +00:00
.overcommit.yml Migrate eslint config to esmodules 2025-02-19 09:54:07 +01:00
.rubocop.yml Move remaining rubocop plugins to new plugins clause 2025-03-11 18:10:56 +00:00
.rubocop_todo.yml Drop workaround for #2472 that is no longer required 2025-02-18 18:21:22 +00:00
config.ru Update to rails 6.1.3.2 2021-05-12 18:49:21 +01:00
CONFIGURE.md Add yaml syntax highlighting to code blocks 2024-11-13 12:14:01 +00:00
CONTRIBUTING.md Set the environment variable in teaspoon example 2025-03-01 12:20:14 +03:00
Dangerfile Added new Danger labeling rule 2024-11-04 18:47:26 +01:00
docker-compose.yml Remove obsolete element from docker-compose.yml 2025-03-03 01:31:34 +01:00
DOCKER.md Fix spelling of the word available in DOCKER md 2025-02-12 02:04:44 +01:00
Dockerfile Update minimum ruby version to 3.2 2025-02-21 19:48:23 +00:00
FAQ.md Merge remote-tracking branch 'upstream/pull/5319' 2024-11-13 18:40:02 +00:00
Gemfile Switch to using annotaterb for annotations 2025-02-28 17:22:54 +00:00
Gemfile.lock Update bundle 2025-03-11 18:09:25 +00:00
INSTALL.md Update minimum ruby version to 3.2 2025-02-21 19:48:23 +00:00
LICENSE Add GPLv2 license file and mention in README 2012-02-23 18:55:39 +00:00
package.json Merge remote-tracking branch 'upstream/pull/5402' 2025-03-11 18:47:18 +00:00
Rakefile Update to rails 5.0.4 2017-06-27 08:26:44 +01:00
README.md Add Anton as a maintainer 2024-06-19 15:02:51 +01:00
SECURITY.md Add a basic security policy. 2022-08-03 17:06:18 +01:00
VAGRANT.md Switch to using 'rails test:all' in documentation and CI 2021-05-19 13:39:37 +01:00
Vagrantfile Switch vagrant to use Debian 12 2024-11-13 16:53:52 +00:00
Vendorfile Drop compromised polyfill.io from upstream vendors 2024-06-26 08:36:14 +01:00
yarn.lock Merge remote-tracking branch 'upstream/pull/5402' 2025-03-11 18:47:18 +00:00

openstreetmap-website

Lint Tests Coverage Status

This is openstreetmap-website, the Ruby on Rails application that powers the OpenStreetMap website and API.

This repository consists of:

  • The web site, including user accounts, diary entries, user-to-user messaging.
  • The XML- and JSON-based editing API.
  • The integrated version of the iD editor.
  • The Browse pages - a web front-end to the OpenStreetMap data.
  • The GPX uploads, browsing and API.

A fully-functional openstreetmap-website installation depends on other services, including map tile servers and geocoding services, that are provided by other software. The default installation uses publicly-available services to help with development and testing.

License

This software is licensed under the GNU General Public License 2.0, a copy of which can be found in the LICENSE file.

Installation

openstreetmap-website is a Ruby on Rails application that uses PostgreSQL as its database, and has a large number of dependencies for installation. For full details please see INSTALL.md.

Development

We're always keen to have more developers! Pull requests are very welcome.

More details on contributing to the code are in the CONTRIBUTING.md file.

Maintainers