From 2340d4a393a96aa5d766dd7a5ea3448b6f43d031 Mon Sep 17 00:00:00 2001 From: Nemael <100dragons@gmail.com> Date: Thu, 8 Oct 2020 15:12:14 +0200 Subject: Map added but no dynamic points placed, the current points are hand-picked from the data --- app/views/welcome/index.html.erb | 48 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) diff --git a/app/views/welcome/index.html.erb b/app/views/welcome/index.html.erb index d1f15c7..a1cc88b 100644 --- a/app/views/welcome/index.html.erb +++ b/app/views/welcome/index.html.erb @@ -1,2 +1,50 @@ + + + + + + +

Bienvenue à l'atelier carto d'IN COMMON

+
+
+ +

Premier élément de la liste:

+

<%= res.feature["properties"]["name"] %>

+

<%= res.feature["geometry"]["coordinates"] %>

-- cgit v1.2.3