Skip to content

Commit 1bede81

Browse files
committed
minor change
1 parent 1b624a2 commit 1bede81

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

docs/citydb-tool/export-config.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -305,18 +305,18 @@ The `"CityJSON"` property is a container object for CityJSON-specific format opt
305305
}
306306
```
307307

308-
| <div style="width:180px;">Property</div> | Description | Default value |
309-
|---------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------|
310-
| [`"version"`](export-cityjson.md#specifying-the-cityjson-version) | CityJSON version: `2.0`, `1.1`, `1.0`. | `2.0` |
311-
| [`"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+
| <div style="width:180px;">Property</div> | Description | Default value |
309+
|---------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------|
310+
| [`"version"`](export-cityjson.md#specifying-the-cityjson-version) | CityJSON version: `2.0`, `1.1`, `1.0`. | `2.0` |
311+
| [`"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

Comments
 (0)