1
votes

Using leaflet I'm getting 404 error when trying to add a marker. The URL it trying to get is "https://Host.com/Application.nsf/xsp/.ibmmodres/.css/images/marker-icon.png"
It's on IBM Domino 9.0.1 FP8 system, using XPages. Not sure how to change the ICON url to point to different correct location ?

Thanks Bob

1
Pal, there are tutorials for this. - IvanSanchez
The URL you've written reply with a 404 error by the way - Thecave3
Possible duplicate of change leaflet marker icon - IvanSanchez
Thank you all for your responses. - Bob Yesenskiy

1 Answers

0
votes

What solved the problem as where to locate or the correct URL to images from a LeafLet while using IBM Domino XPages. Is to defined a virtual folder for the images in the Resource/Images. Then reference that folder as the Icon.default.ImagePath.
Thanks to Tommy Valand who posted originally on virtual folder.