Skip to content
pyautark (soon)

@urban-toolkit/autk-db


@urban-toolkit/autk-db / JsonDefaultLatLngGeometryColumns

Type Alias: JsonDefaultLatLngGeometryColumns

JsonDefaultLatLngGeometryColumns = true

Defined in: use-cases/load-json/interfaces.ts:11

Enables point geometry creation from the default Latitude and Longitude JSON fields.

Set to true to use the shorthand mode where latitude and longitude columns are named Latitude and Longitude.

Example

ts
const columns: JsonDefaultLatLngGeometryColumns = true;

Released under the MIT License.