And i was trying to add a custom-wayspot on the map using longitude and latitude by adding it on world-map.html like this.
<custom-wayspot
title="My Custom Point in Surabaya"
image-url=".././assets/map-assets/clouds.jpg"
name="my-custom-spot">
</custom-wayspot>
</lightship-map-point>
But the waypoint, didnβt appear at all. Can someone help me?
Do you see any errors in the console? Your code appears mostly correct, but I donβt see the opening <lightship-map-point> tag so itβs hard to be sure. Hereβs a working example: