Skip to content

Commit a06fbdc

Browse files
committed
Merge remote-tracking branch 'upstream/pull/6571'
2 parents 436adec + 84bd3ed commit a06fbdc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/assets/javascripts/index/contextmenu.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ OSM.initializations.push(function (map) {
3434
const contextmenuItems = [
3535
{
3636
id: "menu-action-directions-from",
37-
icon: "bi-geo-alt",
37+
icon: "bi-play",
3838
text: OSM.i18n.t("javascripts.context.directions_from"),
3939
callback: () => {
4040
const params = new URLSearchParams({
@@ -46,7 +46,7 @@ OSM.initializations.push(function (map) {
4646
},
4747
{
4848
id: "menu-action-directions-to",
49-
icon: "bi-flag",
49+
icon: "bi-stop",
5050
text: OSM.i18n.t("javascripts.context.directions_to"),
5151
callback: () => {
5252
const params = new URLSearchParams({
@@ -61,7 +61,7 @@ OSM.initializations.push(function (map) {
6161
},
6262
{
6363
id: "menu-action-add-note",
64-
icon: "bi-pencil",
64+
icon: "bi-chat-text",
6565
text: OSM.i18n.t("javascripts.context.add_note"),
6666
callback: () => routeWithLatLon("/note/new")
6767
},
@@ -76,7 +76,7 @@ OSM.initializations.push(function (map) {
7676
},
7777
{
7878
id: "menu-action-query-features",
79-
icon: "bi-question-circle",
79+
icon: "bi-question",
8080
text: OSM.i18n.t("javascripts.context.query_features"),
8181
callback: () => routeWithLatLon("/query")
8282
},

0 commit comments

Comments
 (0)