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

Enhancement: Add Common Oceania Countrys to Auto-Complete Country Restriction List #32

Open enkah opened 11 months ago

enkah commented 11 months ago

In RouteView.html add the following code between lines 498 & 499

<optgroup label="Oceania"> 
    <option value="AU">Australia</option>
    <option value="NZ">New Zealand</option>
</optgroup>