spatial.importOSMToLayer Procedure Imports the the provided osm-file from URI to a layer, returns the count of data added Signature spatial.importOSMToLayer(layerName :: STRING, uri :: STRING) :: (count :: INTEGER) Input parameters Name Type Default Description layerName STRING null The name of the layer 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.addLayer('geom','OSM','') CALL spatial.importOSMToLayer('geom','map.osm') Table 1. Result count 55 CALL spatial.layers() Table 2. Result name signature geom EditableLayer(name='geom', encoder=GeometryEncoder(bbox='bbox'))