iTowns / itowns

A Three.js-based framework written in Javascript/WebGL for visualizing 3D geospatial data
http://www.itowns-project.org
Other
1.07k stars 290 forks source link

chore: replace the CDN from unpkg to jsdelivr #2314

Closed Desplandis closed 3 months ago

Desplandis commented 3 months ago

Description

This PR changes the CDN from unpkg to jsDelivr.

Motivation and Context

It seems that unpkg is no longer reliable (huge latency and slow...). This may cause some examples to take up to 20 seconds to load and lead to the timeout of functional tests. This observation is shared by mrdoob/three.js#28002 which already did this change.