osmium 0.0~20111213-g7f3500a-3build4 source package in Ubuntu

Changelog

osmium (0.0~20111213-g7f3500a-3build4) trusty; urgency=medium

  * No change rebuild against libicu52
 -- Dimitri John Ledkov <email address hidden>   Fri, 27 Dec 2013 04:55:38 +0000

Upload details

Uploaded by:
Dimitri John Ledkov
Uploaded to:
Trusty
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
utils
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket 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-3build4.debian.tar.gz 8.5 KiB 323b05689470d1a18b043e24ae0cf795696ff453338bb17372b1224d3efff845
osmium_0.0~20111213-g7f3500a-3build4.dsc 2.3 KiB fb81fe4e08324795593ce5fd51676e6aba859125f1f5b4fe921c7308a90d0fc6

View changes file

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.

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.