Versions Compared

Key

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

...

Tags

spatialengine

Properties

Name

Type

Required

Description

id

string

yes

unique identifier

Sub-tags

Depends on type of spatial engine

...

Code Block
<spatial:spatialEngine id="opendata">
	<dbtype>geopkg</dbtype>
	<database>./platform/workspace/db/opendata.gpkg</database>
</spatial:spatialEngine>

Connecting to a GeoJSON file

Code Block
	<spatial:spatialEngine id="geojson_file">
		<dbtype>geojson</dbtype>
		<datasource>./platform/workspace/db/stadiums.geojson</datasource>
	</spatial:spatialEngine>