Introduction

Wheelmap - a map for wheelchair-accessible places is an initiative of the Sozialhelden, a grassroots organisation from Berlin, Germany. On WheelmapFootnote 1 everyone from all over the world can find and add places and rate them by using a traffic light system. The map, which is available since 2010, shall help wheelchair users and people with mobility impairments to plan their day more effectively. Currently, more than 800,000 cafés, libraries, swimming pools, and many more public places have been captured. While the majority of the places which have been added so far are located in Germany, the mapping platform works globally, as it is based on OpenStreetMap (OSM). The Wheelmap interface is available in Arabic, Danish, German, Greek, English, Spanish, French, Icelandic, Italian, Japanese, Swedish, Turkish, Korean, and Polish.

Wheelchairs or purpose-built cars on the one hand, elevators and ramps on the other allow people with mobility impairments to plan their day independently to a great extent. But frequently, the last meters decide whether the trip to the cinema, beer garden or supermarket was worth the effort. Just one single step at the entrance can be an insurmountable obstacle, and this is where Wheelmap comes into play. Users provide information for other users on how accessible a destination is. Thereby, the map contributes to an active and diversified lifestyle for wheelchair users. People with rollators or buggies benefit from this tool as well. Furthermore, the aim of Wheelmap is to make owners of wheelchair-inaccessible public places aware of the problem. They should be encouraged to reflect on and improve the accessibility of their premises.

As mentioned earlier, Wheelmap is based on OpenStreetMap, an open, editable map of the digital open source map of the world. Everyone can search for places and – provided they have been tagged – get information about how easily accessible the places are. Those who sign up as a user are able to add and rate new places. An easy traffic light system marks the wheelchair accessibility of a place: Green signifies an unrestricted access – e.g. because there are no steps or there is a permanent ramp, an elevator or other tools which allow the entrance. Places which are orange-colored have no toilets but might have a foldable ramp for example. Places which are red-colored are not accessible for wheelchair users. In general, the more people join Wheelmap and add places the more precise and informative the map gets.

Sozialhelden is an incorporated, not for profit society, located in Berlin, Germany. In addition to a small paid staff, it comprises a network of volunteers engaging in various activities regarding social justice. It is financed by taking part in contests, by receiving donations from public and private sponsors, and by supporting Wheelmap-related activities of social engagement.

The main objective is to gather information about the accessibility of public places (points of interest, POI). Everyone is invited to participate and provide their own tagging of places on an OSM-based map at the Wheelmap website.

Background

In the past decade, OpenStreetMap in particular, and Volunteered Geographic Information (VGI) in general, have gained special attention in various research projects. Such free and open datasets have been used in several application domains including routing and navigation [1,2,3,4], transportation studies [5, 6], urban and environmental challenges [7, 8], as well as disaster management [9].

So far, several efforts have been done regarding research studies specifically addressing accessibility issues using crowdsourced datasets. This is while there are still research gaps in developing an efficient framework for accessible transportation. For instance, in one of the early works, Prandi et al., [10] explored the potentials of the crowdsourcing communities in improving data access and services in the field of disable pedestrian mobility. Similar works have been followed by [11,12,13,14,15,16,17,18,19]. Among those, mPASS [19] presents a valuable mobile pervasive accessibility social sensing framework. mPASS collects data about urban and building accessibility to provide personalized paths. Their framework is similar to Wheelmap, besides the fact that Wheelmap only focuses on accessible points of interests (building, toilets, etc.), while mPASS also considers accessible routes. In another study, Salomoni et, al. [16] present the results of field trials with mobile applications that employing different gamification mechanisms. The authors conclude that some of the apps are able to drive users to provide more contributions. Further discussions on their study can be found at [16].

A main concern regarding using crowdsourced datasets such as OpenStreetMap is the level of quality they carry [20]. Several methods exists in assessing VGI data quality [21]. Among the studies carried out on using VGI data for urban accessibility, some of them evaluate, argue and enrich the fitness for purpose of this data source [22,23,24]. For instance, Mobasheri et, al. [23] evaluates the completeness of sidewalk information (as well as other relevant data for accessibility) in OpenStreetMap database and discusses the lack of data completeness with applying extrinsic and intrinsic data analysis. Wheelmap, among other possibilities, can be used by volunteers to enrich accessibility information in OpenStreetMap. Wheelmap has had a great influence in research projects. Several studies have used or cited Wheelmap as one of the main crowdsourcing platforms in the accessibility domain [18, 19, 25,26,27,28,29,30,31]. Hence, this study aims to introduce this platform for a better understanding and usage in future studies.

Implementation

Wheelmap architecture

Technically, Wheelmap currently comprises two major applications (Fig. 1). One is the publicly available platform for collaborative tagging, and the other is a platform for developers so that they can test new functionality and quality-check new data sources (e.g. sponsored data) before applying it to the live server.

Fig. 1
figure 1

The two Wheelmap applications with the Sandbox Developers’ Playground (left), and the live operational platform (right)

Wheelmap provides a RESTful API to access and maintain the Wheelmap relevant data within OSM. The REST requests are to be authorized by an api_key, which can be obtained for a Wheelmap account. Such an account is based on a valid OSM account. Registration for Wheelmap is offered at Wheelmap’s login website.Footnote 2

Resources at GitHub

Public applications and components of Wheelmap are hosted as open source at GitHub.

Besides the standard web interface, the main applications for the mobile collaborative crowd-sourcing process are (Fig. 2):

  • Wheelmap-android – An android app for Wheelmap, with full editing and search capabilities, direction pointers as well as a tablet version.

  • Wheelmap-iPhone – An iOS version of Wheelmap

Fig. 2
figure 2

Android app for tablet (left), iPhone app (right)

Recently added functionality includes helpful services such as:

  • Users can add images to a place. Images can be added from either the camera or from the photo album.

  • The “Get engaged” function shows unmarked places nearby.

  • Users can share the link to any place on Wheelmap.org via Facebook, Twitter, email and SMS.

  • Users can ask their network and friends via Facebook, Twitter and email if they know the wheelchair accessibility of an unmarked place and can tag it accordingly.

  • The “Route” function shows users a route from their current position to a certain place on Wheelmap.org. In the list view, a user can see how far away a place is from the current position of the user.

Technologies

Wheelmap, as well as OSM, is a Ruby on RailsFootnote 3 application. Wheelmap therefore has created a ruby gemFootnote 4 client, named Rosemary, to easily access the current OpenStreetMap API. Furthermore, MakiFootnote 5 is a point of interest icon set made especially for use with MapBox maps. Each icon is designed 3 times for 12, 18, and 24 pixels wide/tall. Style filesFootnote 6 for ArcGIS 10.1+ are available, including both Desktop and Server versions, and standard and high-resolution versions of the PNG renders.

The RESTful API

The publicly documented RESTful API of Wheelmap is the most appropriate component to integrate Wheelmap data and facilities into new or foreign applications (Table 1).

Table 1 Overview of the resources of the RESTful API

Development and testing of applications is done against a sandbox branch of OSM, which is accessed by the RESTful Wheelmap API at http://staging.wheelmap.org/api/. Requests have to be authenticated and thus authorized by a valid api_key. Changes made by the staging API at least appear in the recommended OSM sandbox for editing, which is accessible at http://api06.dev.openstreetmap.org/api. The effects of test runs appear at this site in the same way as they will appear in production at live OSM.

Results and discussion

The tagging process

Wheelmap’s tagging process works similar to other crowdsourced tagging platforms [31,32,33,34]. When viewing a map, users will be shown all available POIs from a set of 12 categories (Fig. 3). Users may deselect those that they are not interested in and may contribute their own information by clicking on one of the icons. Clicking on a gray icon, i.e. one that has not yet received an accessibility value, results in a pop-up window where they can immediately choose one of the three presented options resulting in a subsequent green, orange or red colouring of the icon. Wheelmap users may only provide a new accessibility tag (colouring) without any constraints (e.g. no registration required) only when providing further information (via the “Details” button) Fig. 4a and c. This free process of tagging and re-tagging is proof of the high trust of the providers in the responsibility of the Wheelmap user community and would ease the process of data entry.

Fig. 3
figure 3

A map showing POIs in four different colours

Fig. 4
figure 4

a Tagging a new point (POI). b Selectable POI categories. c Further describe an already tagged point

Clicking on an already tagged non-gray icon returns a pop-up window as shown in Fig. 4 (c). This window shows the existing value for the tag, but allows the user to change it. This ease of changing tags will possibly have repercussions in later debates in the project about possible means of securing data quality and integrity. Interesting in this respect is also the button in the lower right corner of pictures (a) and (c) in Fig. 4. This is used in order to explicitly object to the existent assessment of a place, and to suggest another one. Geographical areas or particular users with exceptionally high rates of changes or change requests should give rise to major concerns and possibly actions to be taken from the provider’s side.

Clicking on the “Details” button in the windows (a) and (c) in Figure triggers a window as depicted in Fig. 5. The photos of the tagged barbershop demonstrates why the shop is only “partially” accessible, e.g. because one has to take a small step in the entry passage (“there is a comment in red font by another user that the place is *not* accessible”). The right column of this window shows the location of the place on a map, its address, and a list of nearby alternative barbershops.

Fig. 5
figure 5

Wheelmap tag info for a barbershop (category “partially accessible”), after selecting “Details” button in the menu of Fig. 4a

Conclusion

This article presents the framework and functionalities of Wheelmap – one of the promising existing platforms for the mobility impaired. Since its first release, Wheelmap has gained great interest and attention by the accessibility communities. Nowadays, Wheelmap has become the world’s most extensive database on wheelchair accessible places; a database with more than 800,000 points of interest which have been rated by an active community gathered around the project. The Wheelmap project is one of several projects being run by a team at the non-profit organisation Sozialhelden. In order to ensure that this ambitious idea could grow into a successful project, Wheelmap’s activity was designed for scalability from the very beginning. The Wheelmap team has won numerous national and international prizes. Among those are the Deutscher Bürgerpreis 2010 and World Summit Award Mobile 2012 by United Nations. It also received the Vodafone Accessibility Award 2011 from Neelie Kroes, formerly European Commissioner for Digital Agenda.