GIS visualization

cesium3d-geojson-Manya technologies

How to Add Shapefiles (as GeoJSON) in CesiumJS and Control Their Visibility & Opacity

Introduction CesiumJS is a powerful open-source 3D globe and map engine that allows developers to visualize geospatial data in real-time. However, since Cesium doesn’t directly support shapefiles (.shp), we typically convert them to the more web-friendly GeoJSON format. In this tutorial, we’ll see how to: This is particularly useful when building GIS visualization tools, map […]

How to Add Shapefiles (as GeoJSON) in CesiumJS and Control Their Visibility & Opacity Read More »

Raster display using cesium - Manya Technologies

How to Display a Raster Image at a Specific Location in CesiumJS

Introduction CesiumJS is a powerful open-source library for creating 3D geospatial applications on the web. While it is widely used for visualizing vector data, 3D tiles, and terrain, raster imagery also plays a crucial role in many applications. Raster images such as satellite snapshots, scanned maps, or custom overlays can provide valuable context to your

How to Display a Raster Image at a Specific Location in CesiumJS Read More »

Scroll to Top