[Tile-serving] [osm2pgsql] Providing Windows binaries/packages (#17)
Daniel Kastner
notifications at github.com
Tue Dec 16 08:23:36 UTC 2014
@alex85k It's been a while but now I could give the extract you uploaded a try. Unfortanetly the same error occurs:
```
C:\Users\kastner\Programme\osm2pgsl_nov>osm2pgsql -a -S openstreetmap-carto.style --slim -d osm -U postgres --number-processes 4 -C 20000 D:\osm_data\map.osm.pbf
osm2pgsql SVN version 0.85-cpp-win-cmake (64bit id space)
WARNING: osm2pgsql was compiled without fork, only using one process!
Using built-in tag processing pipeline
Using projection SRS 900913 (Spherical Mercator)
Setting up table: planet_osm_point
Setting up table: planet_osm_line
Setting up table: planet_osm_polygon
Setting up table: planet_osm_roads
Allocating memory for sparse node cache
Node-cache: cache=20000MB, maxblocks=2560000*zd, allocation method=8192
Mid: pgsql, scale=100 cache=20000
Setting up table: planet_osm_nodes
Setting up table: planet_osm_ways
Setting up table: planet_osm_rels
Reading in file: D:\osm_data\map.osm.pbf
COPY_END for COPY planet_osm_ways FROM STDIN;
failed: FEHLER: fehlende Daten f├╝r Spalte ÔÇ×pendingÔÇ£
CONTEXT: COPY planet_osm_ways, Zeile 1: ÔÇ×1677278 {7540790,266813404,444491498,645213} {"width","6","surface","paved","name","Schwabstra├ƒe","...ÔÇ£
Error occurred, cleaning up
```
The database is using UTF8. Here is the CREATE-Statement:
```
CREATE DATABASE osm
WITH OWNER = postgres
ENCODING = 'UTF8'
TABLESPACE = osm
LC_COLLATE = 'German_Germany.1252'
LC_CTYPE = 'German_Germany.1252'
CONNECTION LIMIT = -1;
```
---
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/osm2pgsql/issues/17#issuecomment-67126403
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20141216/2cbf8220/attachment.html>
More information about the Tile-serving
mailing list