| 
									
										
										
										
											2020-07-15 14:03:44 +02:00
										 |  |  | import { Layout } from "../Layout"; | 
					
						
							| 
									
										
										
										
											2020-07-17 17:21:07 +02:00
										 |  |  | import { DrinkingWater } from "../Layers/DrinkingWater"; | 
					
						
							| 
									
										
										
										
											2020-07-15 15:55:08 +02:00
										 |  |  | import { NatureReserves } from "../Layers/NatureReserves"; | 
					
						
							|  |  |  | import { Park } from "../Layers/Park"; | 
					
						
							| 
									
										
										
										
											2020-07-15 14:03:44 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-15 15:55:08 +02:00
										 |  |  | export class WalkByBrussels extends Layout { | 
					
						
							| 
									
										
										
										
											2020-07-15 14:03:44 +02:00
										 |  |  |     constructor() { | 
					
						
							| 
									
										
										
										
											2020-07-15 15:55:08 +02:00
										 |  |  |         super("walkbybrussels", | 
					
						
							| 
									
										
										
										
											2020-07-21 00:07:04 +02:00
										 |  |  |             ["en","fr","nl"], | 
					
						
							| 
									
										
										
										
											2020-07-15 14:03:44 +02:00
										 |  |  |             "Drinking Water Spots", | 
					
						
							| 
									
										
										
										
											2020-07-17 17:21:07 +02:00
										 |  |  |             [new DrinkingWater(), new Park(), new NatureReserves()], | 
					
						
							| 
									
										
										
										
											2020-07-15 14:03:44 +02:00
										 |  |  |             10, | 
					
						
							|  |  |  |             50.8435, | 
					
						
							|  |  |  |             4.3688, | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |             "        <h3>Drinking water</h3>\n" + | 
					
						
							|  |  |  |             "\n" + | 
					
						
							|  |  |  |             "<p>" + | 
					
						
							|  |  |  |             "Help with creating a map of drinking water points!" | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |             , | 
					
						
							|  |  |  |             "  <p>Start by <a href=\"https://www.openstreetmap.org/user/new\" target=\"_blank\">creating an account\n" + | 
					
						
							|  |  |  |             "            </a> or by " + | 
					
						
							|  |  |  |             "            <span onclick=\"authOsm()\" class=\"activate-osm-authentication\">logging in</span>.</p>", | 
					
						
							|  |  |  |             "Start by clicking a pin and answering the questions"); | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | } |