import {Layout} from "../Layout"; import * as Layer from "../Layers/Toilets"; export class Toilets extends Layout{ constructor() { super( "toilets", ["en"], "Open Toilet Map", [new Layer.Toilets()], 12, 51.2, 3.2, "

Open Toilet Map

\n" + "\n" + "

Help us to create the most complete map about all the toilets in the world, based on openStreetMap." + "One can answer questions here, which help users all over the world to find an accessible toilet, close to them.

" , "

Start by creating an account\n" + " or by " + " logging in.

", "Start by clicking a pin and answering the questions"); } }