import {Layout} from "../Layout"; import {Artwork} from "../Layers/Artwork"; export class Statues extends Layout{ constructor() { super( "statues", "Open Artwork Map", [new Artwork()], 10, 50.8435, 4.3688, "

Open Statue Map

\n" + "\n" + "

" + "Help with creating a map of all statues all over the world!" , "

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

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