You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[`"jsonLines"`](export-cityjson.md#streaming-exports)| Write output as CityJSON Sequence in JSON Lines format. This option requires CityJSON 1.1 or later. If both `jsonLines` and `prettyPrint` are enabled, `jsonLines` takes precedence and output will not be pretty-printed. Automatically set to false for CityJSON 1.0. |`true`|
312
-
|[`"prettyPrint"`](export-cityjson.md#formatting-the-output)| Format and indent output file. |`false`|
313
-
|[`"htmlSafe"`](export-cityjson.md#formatting-the-output)| Write JSON that is safe to embed into HTML. |`false`|
314
-
|[`"vertexPrecision"`](export-cityjson.md#formatting-the-output)| Number of decimal places to keep for geometry vertices. | 3 |
315
-
|[`"templatePrecision"`](export-cityjson.md#formatting-the-output)| Number of decimal places to keep for template vertices. | 3 |
316
-
|[`"textureVertexPrecision"`](export-cityjson.md#formatting-the-output)| Number of decimal places to keep for texture vertices. | 7 |
317
-
|[`"transformCoordinates"`](export-cityjson.md#transforming-coordinates)| Transform coordinates to integer values when exporting in CityJSON 1.0. |`true`|
318
-
|[<code>"replaceTemplate<br/>Geometries"</code>](export-cityjson.md#replacing-template-geometries)| Replace template geometries with real coordinates. |`false`|
319
-
|[`"useMaterialDefaults"`](export-cityjson.md#suppressing-material-defaults)| Name of the CRS to use in the output file. |`true`|
320
-
|`"fallbackTheme"`| Defines the fallback theme used when the `theme` property is missing from the database. |`unnamed`|
321
-
| <code>"writeGenericAttribute<br/>Types"</code> | Adds an extra root property to the CityJSON output that lists generic attributes along with the CityGML data types. |`false`|
322
-
|[`useLod4AsLod3`](export-cityjson.md#upgrading-citygml-20-and-10)| Use LoD4 as LoD3, replacing an existing LoD3. |`false`|
308
+
| <divstyle="width:180px;">Property</div> | Description | Default value |
|[`"jsonLines"`](export-cityjson.md#streaming-exports)| Write output as CityJSON Sequence in JSON Lines format. This option requires CityJSON 1.1 or later. If both `jsonLines` and `prettyPrint` are enabled, `jsonLines` takes precedence and output will not be pretty-printed. Automatically set to `false` for CityJSON 1.0. |`true`|
312
+
|[`"prettyPrint"`](export-cityjson.md#formatting-the-output)| Format and indent output file. |`false`|
313
+
|[`"htmlSafe"`](export-cityjson.md#formatting-the-output)| Write JSON that is safe to embed into HTML. |`false`|
314
+
|[`"vertexPrecision"`](export-cityjson.md#formatting-the-output)| Number of decimal places to keep for geometry vertices. | 3 |
315
+
|[`"templatePrecision"`](export-cityjson.md#formatting-the-output)| Number of decimal places to keep for template vertices. | 3 |
316
+
|[`"textureVertexPrecision"`](export-cityjson.md#formatting-the-output)| Number of decimal places to keep for texture vertices. | 7 |
317
+
|[`"transformCoordinates"`](export-cityjson.md#transforming-coordinates)| Transform coordinates to integer values when exporting in CityJSON 1.0. |`true`|
318
+
|[<code>"replaceTemplate<br/>Geometries"</code>](export-cityjson.md#replacing-template-geometries)| Replace template geometries with real coordinates. |`false`|
319
+
|[`"useMaterialDefaults"`](export-cityjson.md#suppressing-material-defaults)| Name of the CRS to use in the output file. |`true`|
320
+
|`"fallbackTheme"`| Defines the fallback theme used when the `theme` property is missing from the database. |`unnamed`|
321
+
| <code>"writeGenericAttribute<br/>Types"</code> | Adds an extra root property to the CityJSON output that lists generic attributes along with the CityGML data types. |`false`|
322
+
|[`useLod4AsLod3`](export-cityjson.md#upgrading-citygml-20-and-10)| Use LoD4 as LoD3, replacing an existing LoD3. |`false`|
0 commit comments