osingla / RouteView

Use GoogleMaps and StreetView to play a route ("Virtual Street View").
https://github.com/osingla/RouteView
BSD 3-Clause "New" or "Revised" License
74 stars 18 forks source link

Feature Request: Change mapTypeId #31

Open enkah opened 11 months ago

enkah commented 11 months ago

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 be manually modified to any of the above values.

The ability to select mapTypeId within the Configuration Dialog on RouteView.html would allow for users to change between their perfered Map Types.