Skip to content
This repository has been archived by the owner on May 11, 2020. It is now read-only.

Custom markers are not postioned exactly on the point #889

Open
MartiniHenry1988 opened this issue Nov 6, 2019 · 0 comments
Open

Custom markers are not postioned exactly on the point #889

MartiniHenry1988 opened this issue Nov 6, 2019 · 0 comments

Comments

@MartiniHenry1988
Copy link

I have to draw a route between 2 points.
I used custom markers.
But these markers are not exactly placed on the point, they are placed a bit above or below the point.
Here is the code:

<map zoom="14" center="48.8753925,2.3495081">
    <directions
     draggable="true"
     panel="directions-panel"
     travel-mode=""
     origin="48.8753925,2.3495081"
     destination="48.8759562,2.3462943">
    </directions>
    <custom-marker position="48.8753925,2.3495081">
         <img src="assets/images/common/icons/general/marker-loading.png">
    </custom-marker>
    <custom-marker position="48.8759562,2.3462943">
         <img src="assets/images/common/icons/general/marker-delivery.png">
    </custom-marker>
</map>

Is there any fix for this?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant