Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Name

Type

Required

Default

Description

dbtype

String

yes

 

Must be 'locationsxy'

driver

String

yes

 

Java Class name of an installed JDBC driver

urlprefix

String

yes

 

Complete JDBC URL for the database connection

user

String

yes

 

Username to connect to the database

passwd

String

yes

 

Password to connect to the database

xcolumn

String

noyes

'longitude' 

Name of JDBC results column containing easting (x, longitude etc)

ycolumn

String

noyes

'latitude' 

Name of JDBC results column containing northing (y, latitude etc)

geom_name

String

no

'the_geom'yes

 

Name of the geometry attribute generated from the x,y columns. This is a virtual column that will be added to each table and will be a Point that is made from the values in xcolumn and ycolumn. The value used here doesn't have any external effects, it just provides the name of the column that will be created. examples are "shape" or "the_geom" or just "geom"

schema

String

no

none

Database schema

charset

String

no

none

Database character set

...