@@ -604,7 +604,7 @@
// const h = uni.upx2px(54)
const icon = new T.Icon({
iconUrl: locationPath,
- iconSize: new T.Point(54, 54)
+ iconSize: new T.Point(30, 30)
});
const marker = new T.Marker(new T.LngLat(longitude, latitude), {
icon