diff options
| author | Luc Donnet | 2014-10-15 15:04:20 +0200 |
|---|---|---|
| committer | Luc Donnet | 2014-10-15 15:04:20 +0200 |
| commit | b6742365266344d0122b477cf2af1bdd02bf6f61 (patch) | |
| tree | 39b43841900b2c5aecca3bf3aa9294517e485995 /app/views/stop_areas | |
| parent | 0932dc84aa48aec730b5092f353ecf512e715abc (diff) | |
| download | chouette-core-b6742365266344d0122b477cf2af1bdd02bf6f61.tar.bz2 | |
Add stop area type to map on hover stop area Refs #0029232
Diffstat (limited to 'app/views/stop_areas')
| -rw-r--r-- | app/views/stop_areas/index.kml.erb | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ <Placemark id="<%= stop_area.id %>" > <name><%= stop_area.name %></name> <stop_area_type><%= stop_area.stop_area_type %></stop_area_type> + <stop_area_type_label><%= t("area_types.label.#{stop_area.stop_area_type}") %></stop_area_type_label> <%= stop_area.geometry.kml_representation.html_safe %> </Placemark> <% end %> |
