Skip to content

Commit

Permalink
Changed OpenStreetMap to CycleStreet for the route calculations.
Browse files Browse the repository at this point in the history
  • Loading branch information
usr110 committed May 13, 2015
1 parent 3e990ac commit 081d9f8
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions master/ui.R
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ shinyUI(
plotOutput("legendCyclingPotential", width = "100%"),
bsTooltip("legendCyclingPotential", "", placement = "right", options = list(container = "body"))
),

absolutePanel(
cursor = "default",
id = "credits",
Expand All @@ -80,13 +79,13 @@ shinyUI(
right = 20,
width = 250,
bsCollapse(id = "credits",
bsCollapsePanel("Route Information", HTML("We are using an API from OpenStreetMap to calculate routes.
Please see more information:
<a target='_blank' href = \"https://wiki.openstreetmap.org/wiki/Relation:route#Cycle_routes_.28also_mountain_bike.29\">Cycle Route</a>"),
bsCollapsePanel("Route Information", HTML("We are using an API from
<a target='_blank' href = \"https://www.cyclestreets.net\">CycleStreets</a> to calculate routes.
Please follow the link for more information:
<a target='_blank' href = \"https://www.cyclestreets.net/api/v1/journey/\">Cycle Route</a>"),
style = "success")
)
),

conditionalPanel(
condition = "input.advanced",
absolutePanel(
Expand Down

0 comments on commit 081d9f8

Please sign in to comment.