GeoJSON
GeoJSON layers allow you to overlay custom geographic data on top of your scene. These layers can include features such as points of interest, routes, boundaries, or other spatial data defined in GeoJSON format. You can import multiple GeoJSON files, each representing different sets of features, and toggle their visibility independently.
How to Use
To import a GeoJSON layer, open the Data Layers panel form the Action Menu and click the import button next to GeoJSON. Then, select the "Select File" button to browse and choose your desired GeoJSON file. Once imported, you can customize how the data appears by adjusting the color, width and scale settings for points, lines, and polygons.

Users can even click on individual GeoJSON layers in the scene to view their associated properties. This action spawns a new widget that displays detailed information from the GeoJSON file, such as feature names, attributes, or metadata. Within this widget, you'll also find a Delete button, allowing you to remove specific layers from the scene. Additionally, the Details Panel provides controls to toggle the visibility of each layer, giving you full control over which spatial data is displayed at any given time.

Last updated