Skip to content

Commit

Permalink
Merge pull request #6 from sheela-svmx/UI-2362-denter-icon
Browse files Browse the repository at this point in the history
UI-2362-center icon to map route segment
  • Loading branch information
Shao Fang authored Aug 14, 2018
2 parents df24bba + ac08880 commit 7af74ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion px-map-marker-custom.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
`;
const className = '';
const iconSize = L.point(32, 32);
const iconAnchor = L.point(16, 32);
const iconAnchor = L.point(16, 16);
const popupAnchor = L.point(0, -32);
return L.divIcon({
className,
Expand Down

0 comments on commit 7af74ad

Please sign in to comment.