spatial.importOSM

Procedure

Imports the the provided osm-file from URI to a layer of the same name, returns the count of data added

Signature

spatial.importOSM(uri :: STRING) :: (count :: INTEGER)

Input parameters

Name Type Default Description

uri

STRING

null

The path of the file to import the data from

Output parameters

Name Type Description

count

INTEGER

Examples

Import an OSM file

CALL spatial.importOSM('map.osm')
Table 1. Result
count
55
CALL spatial.layers()
Table 2. Result
name signature

map.osm

EditableLayer(name='map.osm', encoder=GeometryEncoder(bbox='bbox'))