osmium 0.0~20111213-g7f3500a-1build2 source package in Ubuntu
Changelog
osmium (0.0~20111213-g7f3500a-1build2) precise; urgency=low * Rebuild to pickup new version of libv8. -- James Page <email address hidden> Sun, 08 Apr 2012 22:18:02 +0100
Upload details
- Uploaded by:
- James Page
- Uploaded to:
- Precise
- Original maintainer:
- Debian OpenStreetMap Team
- Architectures:
- any all
- Section:
- utils
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Precise | release | universe | utils |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
osmium_0.0~20111213-g7f3500a.orig.tar.gz | 132.9 KiB | 327194562b0db064a4f5e995149b8ab79531872e0a493cbce431997ce5a9776e |
osmium_0.0~20111213-g7f3500a-1build2.debian.tar.gz | 6.9 KiB | 4d6857b300ab2dfd719a3483b0cec7a51d959c33582e8132ea576438251209c4 |
osmium_0.0~20111213-g7f3500a-1build2.dsc | 2.3 KiB | 74aab81fdce2c38c14429e34e5aab690df7a66e4edd1c02cd976f77b7401016a |
Available diffs
Binary packages built by this source
- libosmium-dev: C++ framework for working with OSM data files
Osmium is a C++ framework for working with OSM data files. Osmium can read
OSM data in XML or binary format (PBF) and can call different handlers for
each OSM object.
.
Available handlers include:
* Javascript handler (calls Javascript callbacks you provide)
* Multipolygon handler (assembles areas(multipolygons) from relations and
ways)
* NodeLocationStore handler (stores node locations and builds way
geometries from them)
* Statistics handler (does some general statistics)
* (others...)
.
This package provides the header files useful to develop third-party
applications.
- osmium-doc: C++ framework for working with OSM data files - docs
Osmium is a C++ framework for working with OSM data files. Osmium can read
OSM data in XML or binary format (PBF) and can call different handlers for
each OSM object.
.
Available handlers include:
* Javascript handler (calls Javascript callbacks you provide)
* Multipolygon handler (assembles areas(multipolygons) from relations and
ways)
* NodeLocationStore handler (stores node locations and builds way
geometries from them)
* Statistics handler (does some general statistics)
* (others...)
.
This package provides documentation about the Osmium framework.
- osmjs: osmium-based Javascript framework for handling OSM data
Osmium is a C++ framework for working with OSM data files. Osmium can read
OSM data in XML or binary format (PBF) and can call different handlers for
each OSM object.
.
Available handlers include:
* Javascript handler (calls Javascript callbacks you provide)
* Multipolygon handler (assembles areas(multipolygons) from relations and
ways)
* NodeLocationStore handler (stores node locations and builds way
geometries from them)
* Statistics handler (does some general statistics)
* (others...)
.
This package contains the Javascript framework based on osmium.