We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d31987 commit 451a765Copy full SHA for 451a765
api/issues_utils.py
@@ -239,7 +239,7 @@ def kml(
239
E.IconStyle(
240
E.Icon(
241
E.href(
242
- "https://osmose.openstreetmap.fr/images/markers/marker-b-1070.png"
+ "https://osmose.openstreetmap.fr/api/0.3/assets/markers/marker-b-1070.png"
243
)
244
),
245
web/src/components/issues-list.vue
@@ -304,7 +304,7 @@ export default VueParent.extend({
304
},
305
306
getMakerImgSrc(issue: Issue) {
307
- return API_URL + `/images/markers/marker-l-${issue.item}.png`
+ return API_URL + `/api/0.3/assets/markers/marker-l-${issue.item}.png`
308
309
310
issue_action(event: MouseEvent) {
0 commit comments