A utility for importing OpenStreetMap data into PostgreSQL
https://github.com/openstreetmap/osm2pgsql
It is often used to render OSM data visually using Mapnik, as Mapnik can query PostgreSQL for map data (Mapnik can read directly from other data source types including raw osm files directly, but PostgreSQL is the most efficient and most commonly required by stylesheets). For more information on using osm2pgsql to render OpenStreetMap data with Mapnik, see http://wiki.openstreetmap.org/wiki/Mapnik
-
2
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout Application:Geo/osm2pgsql && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
osm2pgsql-1.4.2.tar.gz | 0002469766 2.36 MB | |
osm2pgsql.changes | 0000007632 7.45 KB | |
osm2pgsql.spec | 0000002282 2.23 KB |
Revision 49 (latest revision is 54)
Martin Pluskal (pluskalm)
accepted
request 893431
from
Bruno Friedmann (bruno_friedmann)
(revision 49)
- Update to bugfix version 1.4.2 + Translate empty strings into NULL instead of 0.0 for columns of type double. + Consistently quote table names to handle upper case table prefixes correctly. + Avoid querying geometries in stage 2 of the flex output when expiry is disabled. + Fix syntax error in index creation with schema enabled. - Update to bugfix version 1.4.1 see https://github.com/openstreetmap/osm2pgsql/releases/tag/1.4.1 - Update to bugfix version 1.4.0 see https://github.com/openstreetmap/osm2pgsql/releases/tag/1.4.0 - Packaging renewed with spec-cleaner
Comments 1
Hi, sorry if this is an ignorant comment: the version number listed for this package on OpenSUSE Software is 1.8.1, but it actually supplies version 1.11.0. Thank you for maintaining the package, which I use a lot