osmium 0.0~20111213-g7f3500a-1build1 source package in Ubuntu
Changelog
osmium (0.0~20111213-g7f3500a-1build1) precise; urgency=low * Rebuild to pickup new version of libv8. -- James Page <email address hidden> Thu, 09 Feb 2012 14:51:32 +0000
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 |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
osmium_0.0~20111213-g7f3500a.orig.tar.gz | 132.9 KiB | 327194562b0db064a4f5e995149b8ab79531872e0a493cbce431997ce5a9776e |
osmium_0.0~20111213-g7f3500a-1build1.debian.tar.gz | 6.9 KiB | 6760676985b54f48cc3e45a132a679682362e3a5cfa89b8333f121ecfc9b1e98 |
osmium_0.0~20111213-g7f3500a-1build1.dsc | 2.3 KiB | 68de989f27347885d55e422366003e4604dbc4b3094727c54b2d758a909d4776 |
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.