From b6742365266344d0122b477cf2af1bdd02bf6f61 Mon Sep 17 00:00:00 2001 From: Luc Donnet Date: Wed, 15 Oct 2014 15:04:20 +0200 Subject: Add stop area type to map on hover stop area Refs #0029232 --- app/views/stop_areas/index.kml.erb | 1 + 1 file changed, 1 insertion(+) (limited to 'app/views/stop_areas') diff --git a/app/views/stop_areas/index.kml.erb b/app/views/stop_areas/index.kml.erb index 69a31db32..f43f130b6 100644 --- a/app/views/stop_areas/index.kml.erb +++ b/app/views/stop_areas/index.kml.erb @@ -5,6 +5,7 @@ <%= stop_area.name %> <%= stop_area.stop_area_type %> + <%= t("area_types.label.#{stop_area.stop_area_type}") %> <%= stop_area.geometry.kml_representation.html_safe %> <% end %> -- cgit v1.2.3