Technologies used in Creating this Map

This web map was created using Leaflet which is an an open-source JavaScript library for mobile-friendly interactive maps.This map shows water resources that are present in the city of Salzburg, Austria.

Leaflet

Data

The data used in this map was downloaded from Open data Austria. A platform to collect, search, distribute and download open source data of Austria.Open data means that information is available in an open format and can be freely used, re-used and passed on by everyone for any purpose.Following datasets were downloaded and used as Feature layers in the web map

Leaflet API's and Functions

Leaflet provide API's , functions and plugins for making interactive and user friendly maps.Following are the different functionalities that are used in this map.

Basemaps

Leaflet-providers plugin allow loading different maps and provide functionality to tile , image layers and Ready-to-go basemaps, with little or no configuration at all.This plugin contains configurations for various free tile providers — OSM, OpenCycleMap, Stamen, Esri, etc.

Layer Control Leaflet

Leaflet has a nice little control that allows users to control which layers they see on map. The layers were grouped into two layer groups base layers and faeture layers. Base layer group contains three types of basemaps 1)Austria High dpi Basemap 2)Austria Orthophoto 3)OpenstreetMap.Feature layers group contains Overlay layers of Fountains, waster water treatment plant, water wheels, water ways and lakes. Due to large number of features in Fountains and Waste water treatment plant layers they were turned off by default and needs to be turned on by the user by checking these layers in the Layer control.

Interactive Functions

Leaflet provides event handling methods to make layers interactive.When user interacts with such layers like mouse click or mouseover different functions are performed.

Following interactive functions and mouse events are used in creating this map