Skip to content

Releases: hyundotio/nextjs-ts-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.

Better paradigms update

29 Mar 02:05
Compare
Choose a tag to compare

This release + repo now reflects Next.js' App Router paradigm more accurately.
https://github.com/hyundotio/next-ts-pagerouter-cesium-example <- A separate repo has been spun up for page router examples.

First Release

27 Mar 04:06
7cde314
Compare
Choose a tag to compare

Hello world! I hope there won't be too many updates or releases for this project, but here's the first one!
This has been tested in local build and dev environments as well as being deployed without errors on Vercel.

Cheers!