package
1.0.2
Repository: https://github.com/mytaxi-uz/shape2osm.git
Documentation: pkg.go.dev

# Functions

NewBoundsFromTile creates a bound given an online map tile index.

# Constants

These values should be returned if the osm data is actual osm data to give some information about the source and license.
These values should be returned if the osm data is actual osm data to give some information about the source and license.
These values should be returned if the osm data is actual osm data to give some information about the source and license.
Constants for the different object types.
Constants for the different object types.
Constants for the different object types.
Constants for the different object types.
Constants for the different object types.
Constants for the different object types.
Constants for the different object types.

# Variables

UninterestingTags are boring tags.

# Structs

Bounds are the bounds of osm data as defined in the xml file.
Member is a member of a relation.
// ObjectID is a helper returning the object id for this node id.
OSM represents the core osm data designed to parse http://wiki.openstreetmap.org/wiki/OSM_XML.
// ElementID is a helper to convert the id to an element id.
Tag is a key+value item attached to osm nodes, ways and relations.
// ElementID is a helper to convert the id to an element id.
WayNode is a short node used as part of ways and relations in the osm xml.

# Type aliases

A FeatureID is an identifier for a feature in OSM.
// ParseFeatureID takes a string and tries to determine the feature id from it.
Members represents an ordered list of relation members.
NodeID corresponds the primary key of a node.
Nodes is a list of nodes with helper functions on top.
RelationID is the primary key of a relation.
// ApplyUpdatesUpTo will apply the updates to this object upto and including // the given time.
Tags is a collection of Tag objects with some helper functions.
Type is the type of different osm objects.
WayID is the primary key of a way.
WayNodes represents a collection of way nodes.
// ObjectID returns the object id of the way.