osmium 0.0~20111213-g7f3500a-1 source package in Ubuntu

Changelog

osmium (0.0~20111213-g7f3500a-1) unstable; urgency=low


  * New git snapshot
  * Fix FTBFS with ld --as-needed, thanks to Julian Taylor
    (Closes: #656751)

 -- David Paleino <email address hidden>  Tue, 31 Jan 2012 16:42:07 +0100

Upload details

Uploaded by:
Debian OpenStreetMap Team
Uploaded to:
Sid
Original maintainer:
Debian OpenStreetMap Team
Architectures:
any all
Section:
utils
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
osmium_0.0~20111213-g7f3500a-1.dsc 1.7 KiB 5448838ec6528576458c70bd561b23ee46a356a316351c70b4f269b138d2ca4f
osmium_0.0~20111213-g7f3500a.orig.tar.gz 132.9 KiB 327194562b0db064a4f5e995149b8ab79531872e0a493cbce431997ce5a9776e
osmium_0.0~20111213-g7f3500a-1.debian.tar.gz 6.8 KiB 3779e3451287a97f585029dff230fe967f706fc3ade90a9b5fefe9d92dd0f88d

No changes file available.

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.