Cesium documentation links broken to sandcastle

Hey devs,

When reading the documentation on this page GeoJsonDataSource - Cesium Documentation

The links to the examples in sandcastle appear to be broken :frowning:

Could not find Sandcastle gallery item with ID "GeoJSON%20simplestyle.html".

Nothing urgent just something to note and maybe check the other links in the documentation :slight_smile:

Cheers

Riley

Hi @rileyhowley, thanks for pointing this out! I opened an issue to track it.

1 Like

Hey @rileyhowley, just wanted to follow up on this in case you aren’t following the Github discussion.

It seems these were a problem of a “double encoded” URL id. We have some PRs to fix this in sandcastle and in the docs which should be out next month. In the meantime if you, or anyone else, come across any more links like this you should be able to modify the URL by replacing %2520 with just %20 or a pure space character and it will hopefully load correctly.

Thanks for letting us know!

1 Like

Excellent! Thankyou