Compare commits
2
Commits
4102dd29ef
...
ad61508b3c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ad61508b3c | ||
|
|
95ed0e339f |
@@ -370,7 +370,7 @@ export default defineComponent({
|
|||||||
link.click()
|
link.click()
|
||||||
}
|
}
|
||||||
|
|
||||||
function loopPoints(origin: LngLat, radiusDeg = 0.4, steps = 48): LngLat[] {
|
function loopPoints(origin: LngLat, radiusDeg = 0.2, steps = 48): LngLat[] {
|
||||||
const [lng, lat] = origin
|
const [lng, lat] = origin
|
||||||
|
|
||||||
// Widen the longitude radius to compensate for mercator distortion at this latitude
|
// Widen the longitude radius to compensate for mercator distortion at this latitude
|
||||||
|
|||||||
Reference in New Issue
Block a user