digidem / mapeo-webmaps-public

Publicly shared webmaps from Mapeo
2 stars 0 forks source link

Geometry exceeds allowed extent, reduce your vector tile buffer size #20

Open arky opened 2 years ago

arky commented 2 years ago

When loading a webmap, you get multiple console messages about extents and buffer sizes


260e6786-762d-4d66-b360-d564e84ea564:1 Geometry exceeds allowed extent, reduce your vector tile buffer size
lt @ 260e6786-762d-4d66-b360-d564e84ea564:1
260e6786-762d-4d66-b360-d564e84ea564:1 Geometry exceeds allowed extent, reduce your vector tile buffer size
lt @ 260e6786-762d-4d66-b360-d564e84ea564:1
Sa @ 260e6786-762d-4d66-b360-d564e84ea564:1
au.populate @ 260e6786-762d-4d66-b360-d564e84ea564:1
e.parse @ 260e6786-762d-4d66-b360-d564e84ea564:1
(anonymous) @ 260e6786-762d-4d66-b360-d564e84ea564:1
(anonymous) @ 260e6786-762d-4d66-b360-d564e84ea564:1
(anonymous) @ 260e6786-762d-4d66-b360-d564e84ea564:1
Promise.then (async)
c @ 260e6786-762d-4d66-b360-d564e84ea564:1
r @ 260e6786-762d-4d66-b360-d564e84ea564:1
(anonymous) @ 260e6786-762d-4d66-b360-d564e84ea564:1
Promise.then (async)
(anonymous) @ 260e6786-762d-4d66-b360-d564e84ea564:1
Promise.then (async)
(anonymous) @ 260e6786-762d-4d66-b360-d564e84ea564:1
(anonymous) @ 260e6786-762d-4d66-b360-d564e84ea564:1
vt @ 260e6786-762d-4d66-b360-d564e84ea564:1
_t @ 260e6786-762d-4d66-b360-d564e84ea564:1
n @ 260e6786-762d-4d66-b360-d564e84ea564:1
o.loadTile @ 260e6786-762d-4d66-b360-d564e84ea564:1
It.loadTile @ 260e6786-762d-4d66-b360-d564e84ea564:1
oc.process @ 260e6786-762d-4d66-b360-d564e84ea564:1
MessageChannel._channel.port2.onmessage @ 260e6786-762d-4d66-b360-d564e84ea564:1
260e6786-762d-4d66-b360-d564e84ea564:1 Geometry exceeds allowed extent, reduce your vector tile buffer size
lt @ 260e6786-762d-4d66-b360-d564e84ea564:1
Sa @ 260e6786-762d-4d66-b360-d564e84ea564:1
au.populate @ 260e6786-762d-4d66-b360-d564e84ea564:1
e.parse @ 260e6786-762d-4d66-b360-d564e84ea564:1
(anonymous) @ 260e6786-762d-4d66-b360-d564e84ea564:1
(anonymous) @ 260e6786-762d-4d66-b360-d564e84ea564:1
(anonymous) @ 260e6786-762d-4d66-b360-d564e84ea564:1
Promise.then (async)
c @ 260e6786-762d-4d66-b360-d564e84ea564:1
r @ 260e6786-762d-4d66-b360-d564e84ea564:1
(anonymous) @ 260e6786-762d-4d66-b360-d564e84ea564:1
Promise.then (async)
(anonymous) @ 260e6786-762d-4d66-b360-d564e84ea564:1
Promise.then (async)
(anonymous) @ 260e6786-762d-4d66-b360-d564e84ea564:1
(anonymous) @ 260e6786-762d-4d66-b360-d564e84ea564:1
vt @ 260e6786-762d-4d66-b360-d564e84ea564:1
_t @ 260e6786-762d-4d66-b360-d564e84ea564:1
n @ 260e6786-762d-4d66-b360-d564e84ea564:1
o.loadTile @ 260e6786-762d-4d66-b360-d564e84ea564:1
It.loadTile @ 260e6786-762d-4d66-b360-d564e84ea564:1
oc.process @ 260e6786-762d-4d66-b360-d564e84ea564:1
MessageChannel._channel.port2.onmessage @ 260e6786-762d-4d66-b360-d564e84ea564:1
images%2FmEyYERsz9MS6bhRmpKPdC60BOqD3%2Foriginal%2F4a59f15caefc7d292362d16d2e5b5e01.jpg:1          
260e6786-762d-4d66-b360-d564e84ea564:1 Geometry exceeds allowed extent, reduce your vector tile buffer size

``
gmaclennan commented 2 years ago

This is a mapbox warning (I don't think it's an error, just a warning). Will need to investigate more to find out the cause. I found this: https://github.com/mapbox/mapbox-gl-js/issues/8639 We are using v1.13.2 of mapbox-gl in the current deployment I think.