Skip to content

Commit

Permalink
wip: Cannot access terrain data with latest CesiumJS (1.118) (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
claustres committed Jun 12, 2024
1 parent d80447b commit b63b4df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ new MBTiles(terrainFile, (err, mbtiles) => {
res.set('Content-Type', 'application/json')
data['tiles'] = ['{z}/{x}/{y}.terrain'] // add valid "tiles" URLs
data['format'] = 'quantized-mesh-1.0'
data['scheme'] = 'tms'
res.send(data)
})
})
Expand Down

0 comments on commit b63b4df

Please sign in to comment.