The input (may be a local memory filter or file reader)
Optional
options: OsmReaderOptionsUser defined options to apply when reading the OSM file
If set to true, add a bbox property to each feature
Optional
optionsUser defined options to apply when reading the OSM file
if true, remove nodes that have no tags [Default = true]
If set to true, nodes will be skipped
If set to true, relations will be skipped
If set to true, ways will be skipped
Optional
tagIf provided, filters of the
If set to true, ways will be converted to areas if they are closed. NOTE: They are upgraded anyways if the tag "area" is set to "yes". [Default = false]
An async iterator to read in each feature
Close out the data which will cleanup any temporary files if they exist
The id of the node to retrieve
the id of the relation to retrieve
the id of the way to retrieve
OSM MMap Reader
Description
Parses OSM PBF files Implements the FeatureIterator interface
Usage
Links