Releases: hyundotio/nextjs-ts-cesium-example
Releases · hyundotio/nextjs-ts-cesium-example
New examples added!
Here's an update for y'all:
- 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) - 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!
- Some housekeeping.
Better paradigms update
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
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!