Skip to content

Releases: hyundotio/next-ts-pagerouter-cesium-example

New examples added!

19 May 23:04
Compare
Choose a tag to compare

Here's an update for y'all:

  1. Instead of using the default Cesium Ion token, you now need to add your own in an .env.local or .env file (thus your Vercel/Next.JS deployment)
  2. A user has emailed me about a Cesium Sandcastle demo not working properly (https://sandcastle.cesium.com/?src=3D%20Tiles%20Feature%20Styling.html) and I added an example on how to integrate this. In NextJS 13.4+ React strct mode is turned on by default; the consequence of this is that adding new layers without cleanup will add it twice only in dev mode this can result in really wonky results. You can either turn off strict mode, or add in a cleanup capability. The example now includes a cleanup example!
  3. Some housekeeping.

First Release

29 Mar 02:11
Compare
Choose a tag to compare

Ahh sh** here we go again...
This is the first release of the Next.js (page router) example project with TypeScript that utilizes Cesium.