visgl / loaders.gl

Loaders for big data visualization. Website:
https://loaders.gl
Other
678 stars 187 forks source link

fix(tile-converter): correct Content-Type for json data #3031

Closed dariaterekhova-actionengine closed 1 month ago

dariaterekhova-actionengine commented 1 month ago

We're trying to parse data as JSON and if we're able to do that - we're calling res.send() with the object and it automatically set Content-Type: application/json.