Accessible Map Viewer

This is a demo application of the accessible GIS application available at https://github.com/Isaac-leonard/accessible_gis.

How to use

You can use the following default settings or change them to suit your preferences. The vector and raster settings must be left clear or be links to geojson and geo tiff files respectively.

To use this application you must disable any currently active screen readers as this page reacts to direct touch events which screen readers traditionally intercept to prevent unintentionally clicking the wrong thing. To view the map, simply place one finger on the screen and move it about, the names of locations you are touching will be announced. If your finger moves out of a feature on the map, it will announce that you have left that location. Along with this, if you have loaded in a raster file then the values of the pixels under your finger will be turned into sound. The current default sound produced is a simple sine wave with the frequency being modulated by the value of the pixel being touched. In simple terms, this means that a darker pixel will produce a lower pitched sound and a higher valued pixel will produce a higher pitched sound. This will only occur if your finger is touching within the area covered by the loaded raster file, so if it covers only a small region you will likely have to zoom in to view it properly.

You are able to zoom out by performing a pinching gesture on the screen with two fingers. Zooming in is done by reversing this gesture, place two fingers next to each other on the screen and then spread them apart. To move the visable area of the map, perform a two finger swipe in the direction you want to drag the map. Zooming out and swiping are only possible if doing so won't move the map off screen.

You are also able to have the latitude and longitude of the current location you are touching spoken outloud by performing a double tap.