Skip to content

Commit

Permalink
Use Mapbox-hosted Draco decoder (internal-934)
Browse files Browse the repository at this point in the history
  • Loading branch information
stepankuzmin authored and mourner committed Nov 13, 2023
1 parent c289fa1 commit d1abb3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ const config: Config = {
ACCESS_TOKEN: null,
DEFAULT_STYLE: 'mapbox://styles/mapbox/standard',
MAX_PARALLEL_IMAGE_REQUESTS: 16,
DRACO_URL: 'https://www.gstatic.com/draco/versioned/decoders/1.5.6/draco_decoder_gltf.wasm',
DRACO_URL: 'https://api.mapbox.com/mapbox-gl-js/draco_decoder_gltf_v1.5.6.wasm',
GLYPHS_URL: 'mapbox://fonts/mapbox/{fontstack}/{range}.pbf'
};

Expand Down

0 comments on commit d1abb3a

Please sign in to comment.