enkah
enkah
In RouteView.html add the following code between lines 498 & 499 ``` Australia New Zealand ```
Modify line 3294 in RouteView.js `dijit.byId('id_btn_pause').set( 'label', "Pase" );` to `dijit.byId('id_btn_pause').set( 'label', "Pause" );`
Google Maps supports the following mapTypeId's as per https://developers.google.com/maps/documentation/javascript/maptypes 1. roadmap 2. satellite 3. hybrid 4. terrian mapTypeId is declared within var map_options on line 1637 of RouteView.js, it can...