Giter Club home page Giter Club logo

openstreetmap-carto-de's People

Contributors

adamant36 avatar danieldegroot2 avatar danstowell avatar dkniffin avatar floscher avatar giggls avatar gravitystorm avatar hiddewie avatar ian29 avatar imagico avatar ircama avatar james2432 avatar jeisenbe avatar jgruca avatar jragusa avatar kocio-pl avatar matkoniecz avatar matthijsmelissen avatar meased avatar mkoniecz avatar mrwojo avatar nebulon42 avatar pitdicker avatar pnorman avatar polarbearing avatar sommerluk avatar styxman avatar tjur0 avatar vholten avatar zelonewolf avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

openstreetmap-carto-de's Issues

Install instructions result in table name mismatch

The install instructions put osm2pgsql tables in place with a planet_osm prefix, but queries like landcover low zoom are of the form (SELECT ... localized_name_without_brackets AS name FROM planet_osm_polygon WHERE ...) AS landcover_low_zoom.

I recommend setting an osm2pgsql prefix and then creating views with the normal table names as this avoids the need to make a bunch of project.yaml changes which will need to be kept in sync.

Missing column junction in polygon-view

Current master will probably not work, because it needs a column 'junction' in the polygon-table - which the current view_polygon.sql does not set up.
It will probably need something like
tags->'junction' as "junction",
else it ends like this:
Postgis Plugin: ERROR: column "junction" does not exist#012LINE 14: junction,#012 ^#012HIN T: There is a column named "junction" in table "*SELECT* 1", but it cannot be referenced from this part of the query. [...] encountered during parsing of layer 'junctions' in Layer at line 51315

lua errors when trying to run osm2pgsql

Expected behavior

osm2pgsql is importing data using your preinstalled osml10n scripts

Actual behavior

lua errors

2022-11-23 16:18:12  osm2pgsql version 1.7.2 (1.7.2-17-gce5feeeb)
2022-11-23 16:18:12  Database version: 13.8 (Debian 13.8-0+deb11u1)
2022-11-23 16:18:12  PostGIS version: 3.1
2022-11-23 16:18:12  ERROR: Error loading lua config: ...cal/src/openstreetmap-carto-de/openstreetmap-carto.style:2: unexpected symbol near '#'.

If i ommit the "-O flex" option, i get:

2022-11-23 16:18:24  osm2pgsql version 1.7.2 (1.7.2-17-gce5feeeb)
2022-11-23 16:18:24  Database version: 13.8 (Debian 13.8-0+deb11u1)
2022-11-23 16:18:24  PostGIS version: 3.1
2022-11-23 16:18:24  ERROR: Lua tag transform style error: ...cal/src/osml10n/openstreetmap-carto-hstore-only-l10n.lua:63: attempt to index a nil value (global 'osm2pgsql').

osml10n.service is up and running

Links and screenshots illustrating the problem

/usr/local/bin/osm2pgsql --version
2022-11-23 16:18:00  osm2pgsql version 1.7.2 (1.7.2-17-gce5feeeb)
Build: RelWithDebInfo
Compiled using the following library versions:
Libosmium 2.17.3
Proj [API 4] Rel. 7.2.1, January 1st, 2021
Lua 5.3.3
lua -v
Lua 5.3.3  Copyright (C) 1994-2016 Lua.org, PUC-Rio

If i use the tag transform script from this repo (openstreetmap-carto.lua), the import runs without errors, but then hstore tables are missing when creating the views.

upstream DBSCHEME: column "name_hrb" does not exist

I've followed INSTALL-de.md to get a style that works with the upstream OSM database:

  1. Installed the l10n stuff.
  2. Installed the views in contrib.
  3. Ran make DBSCHEME=upstream.

The resulting style still requires a "name_hrb" column which does not exist. What am I doing wrong?

Motorway casing of bridge rendered above adjacent fill

Expected behavior

The normal casing for motorway bridges (not the black bridge casing) should be rendered below regular motorway fill.

Actual behavior

It seems that casing for motorway bridges is rendered above regular motorway fill, it crosses the fill of adjacent motorway lines at the ends of the bridge line and thus the inner motorway line is interrupted by casing at the start and end of a bridge.

Links and screenshots illustrating the problem

image

https://www.openstreetmap.de/karte.html?zoom=18&lat=48.25238&lon=12.20842&layers=B000TF
https://www.openstreetmap.org/way/333888896

tirex config

I'm unable to configure tirex correctly for usage with this style. Am I right that you are using tirex?

Could you please publish the config?

Does it not compile?

Hi everyone,

forgive my ignorance, but I am unable to compile the CartoCSS stylesheet in this style (output from master branch at 638f325):

% ../carto/bin/carto --version               
carto 0.16.3 (Carto map stylesheet compiler)
% ../carto/bin/carto project.mml > mapnik.xml 
Error: roads.mss:3104:21 variable @tertiary-shield is undefined
roads.mss:3104:21 variable @tertiary-shield is undefined
roads.mss:3104:21 variable @tertiary-shield is undefined
    at Object.env.error (/home/quintus/OSM-Karte/carto/lib/carto/parser.js:241:55)
    at Object.tree.Variable.ev (/home/quintus/OSM-Karte/carto/lib/carto/tree/variable.js:23:17)
    at Object.tree.Expression.ev (/home/quintus/OSM-Karte/carto/lib/carto/tree/expression.js:15:34)
    at Object.tree.Value.ev (/home/quintus/OSM-Karte/carto/lib/carto/tree/value.js:11:34)
    at Rule.tree.Rule.ev (/home/quintus/OSM-Karte/carto/lib/carto/tree/rule.js:115:20)
    at Definition.tree.Definition.symbolizersToXML (/home/quintus/OSM-Karte/carto/lib/carto/tree/definition.js:139:38)
    at Definition.tree.Definition.toXML (/home/quintus/OSM-Karte/carto/lib/carto/tree/definition.js:203:33)
    at /home/quintus/OSM-Karte/carto/lib/carto/tree/style.js:31:27
    at Array.map (native)
    at Object.tree.StyleXML (/home/quintus/OSM-Karte/carto/lib/carto/tree/style.js:30:29)

Maybe it's just me doing it wrong, but since documentation is rather difficult to find, I thought I'd just ask this here. If this is development-related, how do I get a stable branch to work with? The tags appear to be inherited from openstreetmap-carto itself?

Greetings
Marvin

11 times slower than old style :(

Expected behavior

Rendering at the same or better speed level due to optimizations and newer base software than the older german render stack based on https://github.com/giggls/mapnik-german-l10n

Actual behavior

Two machines, identical hardware, same configuration of base software (postgres etc.)

First with Debian 9, Postgres 9.6, Europe OSM Data, Mapnik 3, renderd, mod_tile and the old style
Second with Debian 11, Postgres 13, Europe OSM Data, Mapnik 3.1, renderd, mod_tile and this newer style

Testing with rendering of tile: 11/1099/672.png (renderd: Rendering projected coordinates 11 1096 672 -> 1408887.305353|6731350.458909 1565430.339281|6887893.492837 to a 8 x 8 tile)

First machine with production load renders the corresponding meta tile in 38 seconds
Second machine idling out of production renders the meta tile 427 seconds :(

Any advice?

Missing functions

get_localized_placename, get_localized_name_without_brackets, and get_localized_streetname are not defined in mapnik-german-l10n or this repo.

Modifications in project.yaml

INSTALL-de.md says:

If l10n is not needed it is also possible to slightly modify either project.yaml or the database views provided in the views_osmde directory.

What kind of modifications are required? I'm only rendering maps for places in Germany, so I assume I don't need the l10n extension (whose dependencies I'd like to avoid -- I don't want to install an entire llvm toolchain just for this).

`make` fails because carto style seems to require higher mapnik version

Using current master (or should I use another version?) I'm running into:

root@tileserver:~/software/openstreetmap-carto-de# make
carto -a 2.2.0 project.mml > /tmp/tmp.fJOldMwC3v
Error: placenames.mss:29:6 Unrecognized rule: text-margin
placenames.mss:29:6 Unrecognized rule: text-margin
placenames.mss:23:6 Unrecognized rule: text-margin
placenames.mss:17:6 Unrecognized rule: text-margin
placenames.mss:12:4 Unrecognized rule: text-margin
placenames.mss:97:6 Unrecognized rule: shield-margin
placenames.mss:97:6 Unrecognized rule: shield-margin
placenames.mss:79:4 Unrecognized rule: shield-margin
placenames.mss:79:4 Unrecognized rule: shield-margin
placenames.mss:126:6 Unrecognized rule: text-margin
placenames.mss:120:6 Unrecognized rule: text-margin
placenames.mss:112:4 Unrecognized rule: text-margin
placenames.mss:97:6 Unrecognized rule: shield-margin
placenames.mss:97:6 Unrecognized rule: shield-margin
placenames.mss:79:4 Unrecognized rule: shield-margin
placenames.mss:79:4 Unrecognized rule: shield-margin
placenames.mss:126:6 Unrecognized rule: text-margin
placenames.mss:120:6 Unrecognized rule: text-margin
placenames.mss:112:4 Unrecognized rule: text-margin
placenames.mss:97:6 Unrecognized rule: shield-margin
placenames.mss:97:6 Unrecognized rule: shield-margin
placenames.mss:79:4 Unrecognized rule: shield-margin
placenames.mss:126:6 Unrecognized rule: text-margin
placenames.mss:120:6 Unrecognized rule: text-margin
placenames.mss:112:4 Unrecognized rule: text-margin
placenames.mss:97:6 Unrecognized rule: shield-margin
placenames.mss:97:6 Unrecognized rule: shield-margin
placenames.mss:79:4 Unrecognized rule: shield-margin
placenames.mss:126:6 Unrecognized rule: text-margin
placenames.mss:120:6 Unrecognized rule: text-margin
placenames.mss:112:4 Unrecognized rule: text-margin
placenames.mss:62:6 Unrecognized rule: text-margin
placenames.mss:52:4 Unrecognized rule: text-margin
placenames.mss:291:8 Unrecognized rule: text-margin
placenames.mss:285:8 Unrecognized rule: text-margin
placenames.mss:279:8 Unrecognized rule: text-margin
placenames.mss:274:6 Unrecognized rule: text-margin
placenames.mss:214:6 Unrecognized rule: shield-margin
placenames.mss:214:6 Unrecognized rule: shield-margin
placenames.mss:257:8 Unrecognized rule: text-margin
placenames.mss:251:8 Unrecognized rule: text-margin
placenames.mss:245:8 Unrecognized rule: text-margin
placenames.mss:239:8 Unrecognized rule: text-margin
placenames.mss:234:6 Unrecognized rule: text-margin
placenames.mss:214:6 Unrecognized rule: shield-margin
placenames.mss:214:6 Unrecognized rule: shield-margin
placenames.mss:257:8 Unrecognized rule: text-margin
placenames.mss:251:8 Unrecognized rule: text-margin
placenames.mss:245:8 Unrecognized rule: text-margin
placenames.mss:239:8 Unrecognized rule: text-margin
placenames.mss:234:6 Unrecognized rule: text-margin
placenames.mss:214:6 Unrecognized rule: shield-margin
placenames.mss:257:8 Unrecognized rule: text-margin
placenames.mss:251:8 Unrecognized rule: text-margin
placenames.mss:245:8 Unrecognized rule: text-margin
placenames.mss:239:8 Unrecognized rule: text-margin
placenames.mss:234:6 Unrecognized rule: text-margin
placenames.mss:214:6 Unrecognized rule: shield-margin
placenames.mss:257:8 Unrecognized rule: text-margin
placenames.mss:251:8 Unrecognized rule: text-margin
placenames.mss:245:8 Unrecognized rule: text-margin
placenames.mss:239:8 Unrecognized rule: text-margin
placenames.mss:234:6 Unrecognized rule: text-margin
placenames.mss:162:8 Unrecognized rule: shield-margin
placenames.mss:162:8 Unrecognized rule: shield-margin
placenames.mss:144:6 Unrecognized rule: shield-margin
placenames.mss:144:6 Unrecognized rule: shield-margin
placenames.mss:193:8 Unrecognized rule: text-margin
placenames.mss:187:8 Unrecognized rule: text-margin
placenames.mss:179:6 Unrecognized rule: text-margin
placenames.mss:162:8 Unrecognized rule: shield-margin
placenames.mss:162:8 Unrecognized rule: shield-margin
placenames.mss:144:6 Unrecognized rule: shield-margin
placenames.mss:193:8 Unrecognized rule: text-margin
placenames.mss:187:8 Unrecognized rule: text-margin
placenames.mss:144:6 Unrecognized rule: shield-margin
placenames.mss:179:6 Unrecognized rule: text-margin
placenames.mss:162:8 Unrecognized rule: shield-margin
placenames.mss:162:8 Unrecognized rule: shield-margin
placenames.mss:144:6 Unrecognized rule: shield-margin
placenames.mss:193:8 Unrecognized rule: text-margin
placenames.mss:187:8 Unrecognized rule: text-margin
placenames.mss:179:6 Unrecognized rule: text-margin
placenames.mss:162:8 Unrecognized rule: shield-margin
placenames.mss:162:8 Unrecognized rule: shield-margin
placenames.mss:144:6 Unrecognized rule: shield-margin
placenames.mss:193:8 Unrecognized rule: text-margin
placenames.mss:187:8 Unrecognized rule: text-margin
placenames.mss:179:6 Unrecognized rule: text-margin
placenames.mss:394:6 Unrecognized rule: text-margin
placenames.mss:388:6 Unrecognized rule: text-margin
placenames.mss:394:6 Unrecognized rule: text-margin
placenames.mss:388:6 Unrecognized rule: text-margin
placenames.mss:394:6 Unrecognized rule: text-margin
placenames.mss:388:6 Unrecognized rule: text-margin
placenames.mss:394:6 Unrecognized rule: text-margin
placenames.mss:388:6 Unrecognized rule: text-margin
placenames.mss:394:6 Unrecognized rule: text-margin
placenames.mss:388:6 Unrecognized rule: text-margin
placenames.mss:367:8 Unrecognized rule: text-margin
placenames.mss:361:8 Unrecognized rule: text-margin
placenames.mss:355:8 Unrecognized rule: text-margin
placenames.mss:347:8 Unrecognized rule: text-margin
placenames.mss:326:6 Unrecognized rule: text-margin
placenames.mss:318:6 Unrecognized rule: text-margin
placenames.mss:312:6 Unrecognized rule: text-margin
placenames.mss:307:4 Unrecognized rule: text-margin
    at Object.env.error (/usr/local/lib/node_modules/carto/lib/carto/parser.js:241:55)
    at Rule.tree.Rule.toXML (/usr/local/lib/node_modules/carto/lib/carto/tree/rule.js:56:20)
    at Definition.tree.Definition.symbolizersToXML (/usr/local/lib/node_modules/carto/lib/carto/tree/definition.js:139:46)
    at Definition.tree.Definition.toXML (/usr/local/lib/node_modules/carto/lib/carto/tree/definition.js:203:33)
    at /usr/local/lib/node_modules/carto/lib/carto/tree/style.js:31:27
    at Array.map (native)
    at Object.tree.StyleXML (/usr/local/lib/node_modules/carto/lib/carto/tree/style.js:30:29)
    at Renderer.render (/usr/local/lib/node_modules/carto/lib/carto/renderer.js:138:43)
    at compileMML (/usr/local/lib/node_modules/carto/bin/carto:87:31)
    at Object.<anonymous> (/usr/local/lib/node_modules/carto/bin/carto:178:9)
Makefile:6: recipe for target 'osm-de.xml' failed
make: *** [osm-de.xml] Error 1

carto version is:

root@tileserver:~/software/openstreetmap-carto-de# carto -v
carto 0.16.3 (Carto map stylesheet compiler)

on Debian 8.7

This seems to be the same issue as mentioned at gravitystorm#2470 (comment) which seems to caused by carto requiring the latest mapnik now (gravitystorm#2470 (comment))

Any idea to fix this? I am not sure on how to proceed best now.

I could manually install latest mapnik manually and try to update the Makefile. On the other hand, this might cause further dependency problems later with tirex and other debian packages.

Or is there a known openstreetmap-carto-de version that still works with mapnik 2.2?

Or maybe really adding your deb repo from http://tile.openstreetmap.de/debian8-backports/ ?

SQL error in water-lines layer

There seems to be a problem rendering water-lines:

RuntimeError: Postgis Plugin: ERROR:  COALESCE types text and integer cannot be matched
LINE 13:   ORDER BY COALESCE(layer,0)
...
encountered during parsing of layer 'water-lines' in Layer

import fails on windows

Links and screenshots illustrating the problem

PostgreSQL / python3 error on win10 machine
full docker output for executing docker-compose up import

Creating network "openstreetmap-carto_default" with the default driver
Building db
Step 1/2 : FROM mdillon/postgis:10
10: Pulling from mdillon/postgis
f7e2b70d04ae: Pull complete
027ad848ac9c: Pull complete
7c040ef66643: Pull complete
b891079ad2eb: Pull complete
cb64a97e42d9: Pull complete
1b88625f7d89: Pull complete
a6ac0b663e77: Pull complete
594497f0a694: Pull complete
dad6671cf9e4: Pull complete
031e395c48c5: Pull complete
94bb003366d6: Pull complete
9f5ee56c6727: Pull complete
9f7973e52e7c: Pull complete
d2a24cf07a9a: Pull complete
802a13af37fb: Pull complete
b086267d739a: Pull complete
bb8e55458009: Pull complete
Digest: sha256:e61a4a6c162e29c7ecba87bdd1df2503803d8f2b5278ec986b1b74943c53e4f2
Status: Downloaded newer image for mdillon/postgis:10
 ---> d8b6973b1142
Step 2/2 : ADD ./scripts/tune-postgis.sh /docker-entrypoint-initdb.d
 ---> acb37e45cd7f

Successfully built acb37e45cd7f
Successfully tagged db:v1
WARNING: Image for service db was built because it did not already exist. To rebuild this image you must use `docker-compose build` or `docker-compose up --build`.
Building import
Step 1/9 : FROM ubuntu:bionic
bionic: Pulling from library/ubuntu
171857c49d0f: Pull complete
419640447d26: Pull complete
61e52f862619: Pull complete
Digest: sha256:646942475da61b4ce9cc5b3fadb42642ea90e5d0de46111458e100ff2c7031e6
Status: Downloaded newer image for ubuntu:bionic
 ---> 56def654ec22
Step 2/9 : RUN apt-get update && apt-get install --no-install-recommends -y     ca-certificates curl gnupg && rm -rf /var/lib/apt/lists/*
 ---> Running in ac87fc763891
Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB]
Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB]
Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB]
Get:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB]
Get:5 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [213 kB]
Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1750 kB]
Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [186 kB]
Get:8 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [11.3 MB]
Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1354 kB]
Get:10 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [15.4 kB]
Get:11 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [13.5 kB]
Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1344 kB]
Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [2119 kB]
Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2167 kB]
Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [45.9 kB]
Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [239 kB]
Get:17 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [11.4 kB]
Get:18 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [11.3 kB]
Fetched 21.3 MB in 4s (4761 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
  dirmngr gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server
  gpgconf gpgsm libasn1-8-heimdal libassuan0 libcurl4 libgssapi-krb5-2
  libgssapi3-heimdal libhcrypto4-heimdal libheimbase1-heimdal
  libheimntlm0-heimdal libhx509-5-heimdal libk5crypto3 libkeyutils1
  libkrb5-26-heimdal libkrb5-3 libkrb5support0 libksba8 libldap-2.4-2
  libldap-common libnghttp2-14 libnpth0 libpsl5 libreadline7
  libroken18-heimdal librtmp1 libsasl2-2 libsasl2-modules-db libsqlite3-0
  libssl1.1 libwind0-heimdal openssl pinentry-curses readline-common
Suggested packages:
  dbus-user-session libpam-systemd pinentry-gnome3 tor parcimonie xloadimage
  scdaemon krb5-doc krb5-user pinentry-doc readline-doc
Recommended packages:
  krb5-locales publicsuffix libsasl2-modules
The following NEW packages will be installed:
  ca-certificates curl dirmngr gnupg gnupg-l10n gnupg-utils gpg gpg-agent
  gpg-wks-client gpg-wks-server gpgconf gpgsm libasn1-8-heimdal libassuan0
  libcurl4 libgssapi-krb5-2 libgssapi3-heimdal libhcrypto4-heimdal
  libheimbase1-heimdal libheimntlm0-heimdal libhx509-5-heimdal libk5crypto3
  libkeyutils1 libkrb5-26-heimdal libkrb5-3 libkrb5support0 libksba8
  libldap-2.4-2 libldap-common libnghttp2-14 libnpth0 libpsl5 libreadline7
  libroken18-heimdal librtmp1 libsasl2-2 libsasl2-modules-db libsqlite3-0
  libssl1.1 libwind0-heimdal openssl pinentry-curses readline-common
0 upgraded, 43 newly installed, 0 to remove and 3 not upgraded.
Need to get 6979 kB of archives.
After this operation, 20.6 MB of additional disk space will be used.
Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.6 [1301 kB]
Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.6 [614 kB]
Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB]
Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 readline-common all 7.0-3 [52.9 kB]
Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 libreadline7 amd64 7.0-3 [124 kB]
Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB]
Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.1 [30.9 kB]
Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.1 [85.6 kB]
Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B]
Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.1 [279 kB]
Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.1 [122 kB]
Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB]
Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB]
Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB]
Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB]
Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB]
Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB]
Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB]
Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB]
Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB]
Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB]
Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [14.8 kB]
Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [49.2 kB]
Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.6 [17.0 kB]
Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.6 [155 kB]
Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB]
Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB]
Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl4 amd64 7.58.0-2ubuntu3.10 [214 kB]
Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.10 [159 kB]
Get:30 http://archive.ubuntu.com/ubuntu bionic/main amd64 libassuan0 amd64 2.5.1-2 [35.0 kB]
Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB]
Get:32 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB]
Get:33 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnpth0 amd64 1.5-3 [7668 B]
Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB]
Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gnupg-l10n all 2.2.4-1ubuntu1.3 [49.7 kB]
Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gnupg-utils amd64 2.2.4-1ubuntu1.3 [127 kB]
Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB]
Get:38 http://archive.ubuntu.com/ubuntu bionic/main amd64 pinentry-curses amd64 1.1.0-1 [35.8 kB]
Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB]
Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-wks-client amd64 2.2.4-1ubuntu1.3 [91.8 kB]
Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-wks-server amd64 2.2.4-1ubuntu1.3 [85.0 kB]
Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgsm amd64 2.2.4-1ubuntu1.3 [215 kB]
Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gnupg amd64 2.2.4-1ubuntu1.3 [249 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 6979 kB in 1s (5029 kB/s)
Selecting previously unselected package libssl1.1:amd64.
(Reading database ... 4045 files and directories currently installed.)
Preparing to unpack .../00-libssl1.1_1.1.1-1ubuntu2.1~18.04.6_amd64.deb ...
Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.6) ...
Selecting previously unselected package openssl.
Preparing to unpack .../01-openssl_1.1.1-1ubuntu2.1~18.04.6_amd64.deb ...
Unpacking openssl (1.1.1-1ubuntu2.1~18.04.6) ...
Selecting previously unselected package ca-certificates.
Preparing to unpack .../02-ca-certificates_20201027ubuntu0.18.04.1_all.deb ...
Unpacking ca-certificates (20201027ubuntu0.18.04.1) ...
Selecting previously unselected package readline-common.
Preparing to unpack .../03-readline-common_7.0-3_all.deb ...
Unpacking readline-common (7.0-3) ...
Selecting previously unselected package libreadline7:amd64.
Preparing to unpack .../04-libreadline7_7.0-3_amd64.deb ...
Unpacking libreadline7:amd64 (7.0-3) ...
Selecting previously unselected package libsqlite3-0:amd64.
Preparing to unpack .../05-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ...
Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ...
Selecting previously unselected package libkrb5support0:amd64.
Preparing to unpack .../06-libkrb5support0_1.16-2ubuntu0.1_amd64.deb ...
Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.1) ...
Selecting previously unselected package libk5crypto3:amd64.
Preparing to unpack .../07-libk5crypto3_1.16-2ubuntu0.1_amd64.deb ...
Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.1) ...
Selecting previously unselected package libkeyutils1:amd64.
Preparing to unpack .../08-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ...
Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ...
Selecting previously unselected package libkrb5-3:amd64.
Preparing to unpack .../09-libkrb5-3_1.16-2ubuntu0.1_amd64.deb ...
Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.1) ...
Selecting previously unselected package libgssapi-krb5-2:amd64.
Preparing to unpack .../10-libgssapi-krb5-2_1.16-2ubuntu0.1_amd64.deb ...
Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.1) ...
Selecting previously unselected package libpsl5:amd64.
Preparing to unpack .../11-libpsl5_0.19.1-5build1_amd64.deb ...
Unpacking libpsl5:amd64 (0.19.1-5build1) ...
Selecting previously unselected package libroken18-heimdal:amd64.
Preparing to unpack .../12-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ...
Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ...
Selecting previously unselected package libasn1-8-heimdal:amd64.
Preparing to unpack .../13-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ...
Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ...
Selecting previously unselected package libheimbase1-heimdal:amd64.
Preparing to unpack .../14-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ...
Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ...
Selecting previously unselected package libhcrypto4-heimdal:amd64.
Preparing to unpack .../15-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ...
Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ...
Selecting previously unselected package libwind0-heimdal:amd64.
Preparing to unpack .../16-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ...
Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ...
Selecting previously unselected package libhx509-5-heimdal:amd64.
Preparing to unpack .../17-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ...
Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ...
Selecting previously unselected package libkrb5-26-heimdal:amd64.
Preparing to unpack .../18-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ...
Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ...
Selecting previously unselected package libheimntlm0-heimdal:amd64.
Preparing to unpack .../19-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ...
Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ...
Selecting previously unselected package libgssapi3-heimdal:amd64.
Preparing to unpack .../20-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ...
Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ...
Selecting previously unselected package libsasl2-modules-db:amd64.
Preparing to unpack .../21-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ...
Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ...
Selecting previously unselected package libsasl2-2:amd64.
Preparing to unpack .../22-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ...
Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ...
Selecting previously unselected package libldap-common.
Preparing to unpack .../23-libldap-common_2.4.45+dfsg-1ubuntu1.6_all.deb ...
Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.6) ...
Selecting previously unselected package libldap-2.4-2:amd64.
Preparing to unpack .../24-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.6_amd64.deb ...
Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.6) ...
Selecting previously unselected package libnghttp2-14:amd64.
Preparing to unpack .../25-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ...
Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ...
Selecting previously unselected package librtmp1:amd64.
Preparing to unpack .../26-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ...
Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ...
Selecting previously unselected package libcurl4:amd64.
Preparing to unpack .../27-libcurl4_7.58.0-2ubuntu3.10_amd64.deb ...
Unpacking libcurl4:amd64 (7.58.0-2ubuntu3.10) ...
Selecting previously unselected package curl.
Preparing to unpack .../28-curl_7.58.0-2ubuntu3.10_amd64.deb ...
Unpacking curl (7.58.0-2ubuntu3.10) ...
Selecting previously unselected package libassuan0:amd64.
Preparing to unpack .../29-libassuan0_2.5.1-2_amd64.deb ...
Unpacking libassuan0:amd64 (2.5.1-2) ...
Selecting previously unselected package gpgconf.
Preparing to unpack .../30-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ...
Unpacking gpgconf (2.2.4-1ubuntu1.3) ...
Selecting previously unselected package libksba8:amd64.
Preparing to unpack .../31-libksba8_1.3.5-2_amd64.deb ...
Unpacking libksba8:amd64 (1.3.5-2) ...
Selecting previously unselected package libnpth0:amd64.
Preparing to unpack .../32-libnpth0_1.5-3_amd64.deb ...
Unpacking libnpth0:amd64 (1.5-3) ...
Selecting previously unselected package dirmngr.
Preparing to unpack .../33-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ...
Unpacking dirmngr (2.2.4-1ubuntu1.3) ...
Selecting previously unselected package gnupg-l10n.
Preparing to unpack .../34-gnupg-l10n_2.2.4-1ubuntu1.3_all.deb ...
Unpacking gnupg-l10n (2.2.4-1ubuntu1.3) ...
Selecting previously unselected package gnupg-utils.
Preparing to unpack .../35-gnupg-utils_2.2.4-1ubuntu1.3_amd64.deb ...
Unpacking gnupg-utils (2.2.4-1ubuntu1.3) ...
Selecting previously unselected package gpg.
Preparing to unpack .../36-gpg_2.2.4-1ubuntu1.3_amd64.deb ...
Unpacking gpg (2.2.4-1ubuntu1.3) ...
Selecting previously unselected package pinentry-curses.
Preparing to unpack .../37-pinentry-curses_1.1.0-1_amd64.deb ...
Unpacking pinentry-curses (1.1.0-1) ...
Selecting previously unselected package gpg-agent.
Preparing to unpack .../38-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ...
Unpacking gpg-agent (2.2.4-1ubuntu1.3) ...
Selecting previously unselected package gpg-wks-client.
Preparing to unpack .../39-gpg-wks-client_2.2.4-1ubuntu1.3_amd64.deb ...
Unpacking gpg-wks-client (2.2.4-1ubuntu1.3) ...
Selecting previously unselected package gpg-wks-server.
Preparing to unpack .../40-gpg-wks-server_2.2.4-1ubuntu1.3_amd64.deb ...
Unpacking gpg-wks-server (2.2.4-1ubuntu1.3) ...
Selecting previously unselected package gpgsm.
Preparing to unpack .../41-gpgsm_2.2.4-1ubuntu1.3_amd64.deb ...
Unpacking gpgsm (2.2.4-1ubuntu1.3) ...
Selecting previously unselected package gnupg.
Preparing to unpack .../42-gnupg_2.2.4-1ubuntu1.3_amd64.deb ...
Unpacking gnupg (2.2.4-1ubuntu1.3) ...
Setting up libnpth0:amd64 (1.5-3) ...
Setting up readline-common (7.0-3) ...
Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ...
Setting up libldap-common (2.4.45+dfsg-1ubuntu1.6) ...
Setting up libreadline7:amd64 (7.0-3) ...
Setting up libpsl5:amd64 (0.19.1-5build1) ...
Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ...
Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ...
Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ...
Setting up libksba8:amd64 (1.3.5-2) ...
Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ...
Setting up libkrb5support0:amd64 (1.16-2ubuntu0.1) ...
Setting up gnupg-l10n (2.2.4-1ubuntu1.3) ...
Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.6) ...
debconf: unable to initialize frontend: Dialog
debconf: (TERM is not set, so the dialog frontend is not usable.)
debconf: falling back to frontend: Readline
debconf: unable to initialize frontend: Readline
debconf: (Can't locate Term/ReadLine.pm in @INC (you may need to install the Term::ReadLine module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.26.1 /usr/local/share/perl/5.26.1 /usr/lib/x86_64-linux-gnu/perl5/5.26 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.26 /usr/share/perl/5.26 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at /usr/share/perl5/Debconf/FrontEnd/Readline.pm line 7.)
debconf: falling back to frontend: Teletype
Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ...
Setting up openssl (1.1.1-1ubuntu2.1~18.04.6) ...
Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ...
Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ...
Setting up ca-certificates (20201027ubuntu0.18.04.1) ...
debconf: unable to initialize frontend: Dialog
debconf: (TERM is not set, so the dialog frontend is not usable.)
debconf: falling back to frontend: Readline
debconf: unable to initialize frontend: Readline
debconf: (Can't locate Term/ReadLine.pm in @INC (you may need to install the Term::ReadLine module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.26.1 /usr/local/share/perl/5.26.1 /usr/lib/x86_64-linux-gnu/perl5/5.26 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.26 /usr/share/perl/5.26 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at /usr/share/perl5/Debconf/FrontEnd/Readline.pm line 7.)
debconf: falling back to frontend: Teletype
Updating certificates in /etc/ssl/certs...
138 added, 0 removed; done.
Setting up libassuan0:amd64 (2.5.1-2) ...
Setting up libk5crypto3:amd64 (1.16-2ubuntu0.1) ...
Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ...
Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ...
Setting up gpgconf (2.2.4-1ubuntu1.3) ...
Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ...
Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ...
Setting up gpgsm (2.2.4-1ubuntu1.3) ...
Setting up gnupg-utils (2.2.4-1ubuntu1.3) ...
Setting up pinentry-curses (1.1.0-1) ...
Setting up libkrb5-3:amd64 (1.16-2ubuntu0.1) ...
Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ...
Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ...
Setting up gpg (2.2.4-1ubuntu1.3) ...
Setting up gpg-agent (2.2.4-1ubuntu1.3) ...
Setting up gpg-wks-server (2.2.4-1ubuntu1.3) ...
Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.1) ...
Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ...
Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.6) ...
Setting up dirmngr (2.2.4-1ubuntu1.3) ...
Setting up libcurl4:amd64 (7.58.0-2ubuntu3.10) ...
Setting up gpg-wks-client (2.2.4-1ubuntu1.3) ...
Setting up curl (7.58.0-2ubuntu3.10) ...
Setting up gnupg (2.2.4-1ubuntu1.3) ...
Processing triggers for libc-bin (2.27-3ubuntu1.2) ...
Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ...
Updating certificates in /etc/ssl/certs...
0 added, 0 removed; done.
Running hooks in /etc/ca-certificates/update.d...
done.
Removing intermediate container ac87fc763891
 ---> 93b1394f1fc7
Step 3/9 : RUN echo 'deb http://ppa.launchpad.net/osmadmins/ppa/ubuntu bionic main\ndeb-src http://ppa.launchpad.net/osmadmins/ppa/ubuntu bionic main' >     /etc/apt/sources.list.d/osmadmins-ppa.list
 ---> Running in 4a6b0a841fd3
Removing intermediate container 4a6b0a841fd3
 ---> 52607b424ad2
Step 4/9 : RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80     --recv A438A16C88C6BE41CB1616B8D57F48750AC4F2CB
 ---> Running in 63ef66fe47ae
Warning: apt-key output should not be parsed (stdout is not a terminal)
Executing: /tmp/apt-key-gpghome.MAulx4U9BG/gpg.1.sh --keyserver hkp://keyserver.ubuntu.com:80 --recv A438A16C88C6BE41CB1616B8D57F48750AC4F2CB
gpg: key D57F48750AC4F2CB: public key "Launchpad PPA for OpenStreetMap Administrators" imported
gpg: Total number processed: 1
gpg:               imported: 1
Removing intermediate container 63ef66fe47ae
 ---> bbd31eb3acfc
Step 5/9 : RUN apt-get update && apt-get install --no-install-recommends -y     osm2pgsql gdal-bin python3-psycopg2 python3-yaml     python3-requests postgresql-client && rm -rf /var/lib/apt/lists/*
 ---> Running in ccac48db899f
Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB]
Get:2 http://ppa.launchpad.net/osmadmins/ppa/ubuntu bionic InRelease [15.4 kB]
Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB]
Get:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB]
Get:5 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB]
Get:6 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [186 kB]
Get:7 http://ppa.launchpad.net/osmadmins/ppa/ubuntu bionic/main Sources [5439 B]
Get:8 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [13.5 kB]
Get:9 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [11.3 MB]
Get:10 http://ppa.launchpad.net/osmadmins/ppa/ubuntu bionic/main amd64 Packages [6493 B]
Get:11 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1354 kB]
Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1344 kB]
Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [15.4 kB]
Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1750 kB]
Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [2119 kB]
Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2167 kB]
Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [239 kB]
Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [45.9 kB]
Get:19 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [11.3 kB]
Get:20 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [11.4 kB]
Get:21 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [213 kB]
Fetched 21.3 MB in 5s (3886 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
  fontconfig-config fonts-dejavu-core gcc-7-base gdal-data libaec0
  libarmadillo8 libarpack2 libblas3 libcurl3-gnutls libdap25 libdapclient6v5
  libedit2 libepsilon1 libexpat1 libfontconfig1 libfreetype6 libfreexl1
  libfyba0 libgdal20 libgeos-3.6.2 libgeos-c1v5 libgeotiff2 libgfortran4
  libgif7 libhdf4-0-alt libhdf5-100 libicu60 libjbig0 libjpeg-turbo8 libjpeg8
  libjson-c3 libkmlbase1 libkmldom1 libkmlengine1 liblapack3 liblcms2-2
  libltdl7 liblua5.2-0 libminizip1 libmpdec2 libmysqlclient20 libnetcdf13
  libnspr4 libnss3 libodbc1 libogdi3.2 libopenjp2-7 libpng16-16 libpoppler73
  libpq5 libproj12 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib
  libqhull7 libquadmath0 libspatialite7 libsuperlu5 libsz2 libtiff5
  liburiparser1 libwebp6 libxerces-c3.2 libxml2 libyaml-0-2 mime-support
  multiarch-support mysql-common netbase odbcinst odbcinst1debian2
  postgresql-client-10 postgresql-client-common proj-data python3
  python3-certifi python3-chardet python3-idna python3-minimal
  python3-pkg-resources python3-six python3-urllib3 python3.6
  python3.6-minimal ucf
Suggested packages:
  libgdal-grass python-gdal geotiff-bin libgeotiff-epsg libhdf4-doc
  libhdf4-alt-dev hdf4-tools liblcms2-utils libmyodbc odbc-postgresql tdsodbc
  unixodbc-bin ogdi-bin proj-bin postgresql-10 postgresql-doc-10 python3-doc
  python3-tk python3-venv python3-setuptools python-psycopg2-doc
  python3-cryptography python3-openssl python3-socks python3.6-venv
  python3.6-doc binutils binfmt-support
Recommended packages:
  proj-bin poppler-data file xz-utils postgis lsb-release
The following NEW packages will be installed:
  fontconfig-config fonts-dejavu-core gcc-7-base gdal-bin gdal-data libaec0
  libarmadillo8 libarpack2 libblas3 libcurl3-gnutls libdap25 libdapclient6v5
  libedit2 libepsilon1 libexpat1 libfontconfig1 libfreetype6 libfreexl1
  libfyba0 libgdal20 libgeos-3.6.2 libgeos-c1v5 libgeotiff2 libgfortran4
  libgif7 libhdf4-0-alt libhdf5-100 libicu60 libjbig0 libjpeg-turbo8 libjpeg8
  libjson-c3 libkmlbase1 libkmldom1 libkmlengine1 liblapack3 liblcms2-2
  libltdl7 liblua5.2-0 libminizip1 libmpdec2 libmysqlclient20 libnetcdf13
  libnspr4 libnss3 libodbc1 libogdi3.2 libopenjp2-7 libpng16-16 libpoppler73
  libpq5 libproj12 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib
  libqhull7 libquadmath0 libspatialite7 libsuperlu5 libsz2 libtiff5
  liburiparser1 libwebp6 libxerces-c3.2 libxml2 libyaml-0-2 mime-support
  multiarch-support mysql-common netbase odbcinst odbcinst1debian2 osm2pgsql
  postgresql-client postgresql-client-10 postgresql-client-common proj-data
  python3 python3-certifi python3-chardet python3-idna python3-minimal
  python3-pkg-resources python3-psycopg2 python3-requests python3-six
  python3-urllib3 python3-yaml python3.6 python3.6-minimal ucf
0 upgraded, 91 newly installed, 0 to remove and 3 not upgraded.
Need to get 40.4 MB of archives.
After this operation, 159 MB of additional disk space will be used.
Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB]
Get:2 http://ppa.launchpad.net/osmadmins/ppa/ubuntu bionic/main amd64 osm2pgsql amd64 1.2.2+ds-1~ubuntu18.04.1~ppa1 [371 kB]
Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB]
Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB]
Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB]
Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB]
Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB]
Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB]
Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB]
Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B]
Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB]
Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.3 [6948 B]
Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libjpeg-turbo8 amd64 1.5.2-0ubuntu5.18.04.4 [110 kB]
Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libicu60 amd64 60.2-3ubuntu3.1 [8054 kB]
Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB]
Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxml2 amd64 2.9.4+dfsg1-6.1ubuntu1.3 [663 kB]
Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libyaml-0-2 amd64 0.1.7-2ubuntu3 [47.2 kB]
Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 netbase all 5.4 [12.7 kB]
Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-yaml amd64 3.12-1build2 [109 kB]
Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 ucf all 3.0038 [50.5 kB]
Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB]
Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB]
Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 fonts-dejavu-core all 2.37-1 [1041 kB]
Get:24 http://archive.ubuntu.com/ubuntu bionic/main amd64 fontconfig-config all 2.12.6-0ubuntu2 [55.8 kB]
Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB]
Get:26 http://archive.ubuntu.com/ubuntu bionic/universe amd64 gdal-data all 2.2.3+dfsg-2 [363 kB]
Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libblas3 amd64 3.7.1-4ubuntu1 [140 kB]
Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB]
Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgfortran4 amd64 7.5.0-3ubuntu1~18.04 [492 kB]
Get:30 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblapack3 amd64 3.7.1-4ubuntu1 [2112 kB]
Get:31 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libarpack2 amd64 3.5.0+real-2 [89.7 kB]
Get:32 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libsuperlu5 amd64 5.2.1+dfsg1-3 [161 kB]
Get:33 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libarmadillo8 amd64 1:8.400.0+dfsg-2 [81.9 kB]
Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.10 [213 kB]
Get:35 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libdap25 amd64 3.19.1-2build1 [426 kB]
Get:36 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libdapclient6v5 amd64 3.19.1-2build1 [88.9 kB]
Get:37 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libepsilon1 amd64 0.9.2+dfsg-2 [41.2 kB]
Get:38 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libfreexl1 amd64 1.0.5-1 [33.4 kB]
Get:39 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libfyba0 amd64 4.1.1-3 [110 kB]
Get:40 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libgeos-3.6.2 amd64 3.6.2-1build2 [476 kB]
Get:41 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libgeos-c1v5 amd64 3.6.2-1build2 [54.9 kB]
Get:42 http://archive.ubuntu.com/ubuntu bionic/universe amd64 proj-data all 4.9.3-2 [4020 kB]
Get:43 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libproj12 amd64 4.9.3-2 [159 kB]
Get:44 http://archive.ubuntu.com/ubuntu bionic/main amd64 libjbig0 amd64 2.1-3.1build1 [26.7 kB]
Get:45 http://archive.ubuntu.com/ubuntu bionic/main amd64 libjpeg8 amd64 8c-2ubuntu8 [2194 B]
Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtiff5 amd64 4.0.9-5ubuntu0.3 [153 kB]
Get:47 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libgeotiff2 amd64 1.4.2-2build1 [58.5 kB]
Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgif7 amd64 5.1.4-2ubuntu0.1 [30.9 kB]
Get:49 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libhdf4-0-alt amd64 4.2.13-2 [267 kB]
Get:50 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libaec0 amd64 0.3.2-2 [18.1 kB]
Get:51 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libsz2 amd64 0.3.2-2 [5114 B]
Get:52 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libhdf5-100 amd64 1.10.0-patch1+docs-4 [1256 kB]
Get:53 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libminizip1 amd64 1.1-8build1 [20.2 kB]
Get:54 http://archive.ubuntu.com/ubuntu bionic/universe amd64 liburiparser1 amd64 0.8.4-1 [38.0 kB]
Get:55 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libkmlbase1 amd64 1.3.0-5 [44.9 kB]
Get:56 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libkmldom1 amd64 1.3.0-5 [165 kB]
Get:57 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libkmlengine1 amd64 1.3.0-5 [73.7 kB]
Get:58 http://archive.ubuntu.com/ubuntu bionic/main amd64 mysql-common all 5.8+1.0.4 [7308 B]
Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmysqlclient20 amd64 5.7.32-0ubuntu0.18.04.1 [690 kB]
Get:60 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnetcdf13 amd64 1:4.6.0-2build1 [333 kB]
Get:61 http://archive.ubuntu.com/ubuntu bionic/main amd64 libltdl7 amd64 2.4.6-2 [38.8 kB]
Get:62 http://archive.ubuntu.com/ubuntu bionic/main amd64 libodbc1 amd64 2.3.4-1.1ubuntu3 [183 kB]
Get:63 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libogdi3.2 amd64 3.2.0+ds-2 [213 kB]
Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libopenjp2-7 amd64 2.3.0-2build0.18.04.1 [145 kB]
Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libfreetype6 amd64 2.8.1-2ubuntu2.1 [335 kB]
Get:66 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfontconfig1 amd64 2.12.6-0ubuntu2 [137 kB]
Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 liblcms2-2 amd64 2.9-1ubuntu0.1 [139 kB]
Get:68 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnspr4 amd64 2:4.18-1ubuntu1 [112 kB]
Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libnss3 amd64 2:3.35-2ubuntu2.12 [1220 kB]
Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpoppler73 amd64 0.62.0-2ubuntu2.10 [800 kB]
Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpq5 amd64 10.14-0ubuntu0.18.04.1 [107 kB]
Get:72 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libqhull7 amd64 2015.2-4 [152 kB]
Get:73 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libspatialite7 amd64 4.3.0a-5build1 [1224 kB]
Get:74 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwebp6 amd64 0.6.1-2 [185 kB]
Get:75 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libxerces-c3.2 amd64 3.2.0+debian-2 [851 kB]
Get:76 http://archive.ubuntu.com/ubuntu bionic/main amd64 odbcinst amd64 2.3.4-1.1ubuntu3 [12.4 kB]
Get:77 http://archive.ubuntu.com/ubuntu bionic/main amd64 odbcinst1debian2 amd64 2.3.4-1.1ubuntu3 [40.4 kB]
Get:78 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libgdal20 amd64 2.2.3+dfsg-2 [5099 kB]
Get:79 http://archive.ubuntu.com/ubuntu bionic/universe amd64 gdal-bin amd64 2.2.3+dfsg-2 [168 kB]
Get:80 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblua5.2-0 amd64 5.2.4-1.1build1 [108 kB]
Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 postgresql-client-common all 190ubuntu0.1 [29.6 kB]
Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 postgresql-client-10 amd64 10.14-0ubuntu0.18.04.1 [941 kB]
Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 postgresql-client all 10+190ubuntu0.1 [5896 B]
Get:84 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-certifi all 2018.1.18-2 [144 kB]
Get:85 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-pkg-resources all 39.0.1-2 [98.8 kB]
Get:86 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-chardet all 3.0.4-1 [80.3 kB]
Get:87 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-idna all 2.6-1 [32.5 kB]
Get:88 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-psycopg2 amd64 2.7.4-1 [152 kB]
Get:89 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-six all 1.11.0-2 [11.4 kB]
Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-urllib3 all 1.22-1ubuntu0.18.04.2 [86.2 kB]
Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-requests all 2.18.4-2ubuntu0.1 [58.3 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 40.4 MB in 10s (4057 kB/s)
Selecting previously unselected package libpython3.6-minimal:amd64.
(Reading database ... 4749 files and directories currently installed.)
Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ...
Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ...
Selecting previously unselected package libexpat1:amd64.
Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ...
Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ...
Selecting previously unselected package python3.6-minimal.
Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ...
Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ...
Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ...
Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ...
Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ...
Selecting previously unselected package python3-minimal.
(Reading database ... 4996 files and directories currently installed.)
Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ...
Unpacking python3-minimal (3.6.7-1~18.04) ...
Selecting previously unselected package mime-support.
Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ...
Unpacking mime-support (3.60ubuntu1) ...
Selecting previously unselected package libmpdec2:amd64.
Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ...
Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ...
Selecting previously unselected package libpython3.6-stdlib:amd64.
Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ...
Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ...
Selecting previously unselected package python3.6.
Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ...
Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ...
Selecting previously unselected package libpython3-stdlib:amd64.
Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ...
Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ...
Setting up python3-minimal (3.6.7-1~18.04) ...
Selecting previously unselected package python3.
(Reading database ... 5426 files and directories currently installed.)
Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ...
Unpacking python3 (3.6.7-1~18.04) ...
Selecting previously unselected package multiarch-support.
Preparing to unpack .../multiarch-support_2.27-3ubuntu1.3_amd64.deb ...
Unpacking multiarch-support (2.27-3ubuntu1.3) ...
Setting up multiarch-support (2.27-3ubuntu1.3) ...
Selecting previously unselected package libjpeg-turbo8:amd64.
(Reading database ... 5463 files and directories currently installed.)
Preparing to unpack .../00-libjpeg-turbo8_1.5.2-0ubuntu5.18.04.4_amd64.deb ...
Unpacking libjpeg-turbo8:amd64 (1.5.2-0ubuntu5.18.04.4) ...
Selecting previously unselected package libicu60:amd64.
Preparing to unpack .../01-libicu60_60.2-3ubuntu3.1_amd64.deb ...
Unpacking libicu60:amd64 (60.2-3ubuntu3.1) ...
Selecting previously unselected package libjson-c3:amd64.
Preparing to unpack .../02-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ...
Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ...
Selecting previously unselected package libxml2:amd64.
Preparing to unpack .../03-libxml2_2.9.4+dfsg1-6.1ubuntu1.3_amd64.deb ...
Unpacking libxml2:amd64 (2.9.4+dfsg1-6.1ubuntu1.3) ...
Selecting previously unselected package libyaml-0-2:amd64.
Preparing to unpack .../04-libyaml-0-2_0.1.7-2ubuntu3_amd64.deb ...
Unpacking libyaml-0-2:amd64 (0.1.7-2ubuntu3) ...
Selecting previously unselected package netbase.
Preparing to unpack .../05-netbase_5.4_all.deb ...
Unpacking netbase (5.4) ...
Selecting previously unselected package python3-yaml.
Preparing to unpack .../06-python3-yaml_3.12-1build2_amd64.deb ...
Unpacking python3-yaml (3.12-1build2) ...
Selecting previously unselected package ucf.
Preparing to unpack .../07-ucf_3.0038_all.deb ...
Moving old data out of the way
Unpacking ucf (3.0038) ...
Selecting previously unselected package libedit2:amd64.
Preparing to unpack .../08-libedit2_3.1-20170329-1_amd64.deb ...
Unpacking libedit2:amd64 (3.1-20170329-1) ...
Selecting previously unselected package libpng16-16:amd64.
Preparing to unpack .../09-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ...
Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ...
Selecting previously unselected package fonts-dejavu-core.
Preparing to unpack .../10-fonts-dejavu-core_2.37-1_all.deb ...
Unpacking fonts-dejavu-core (2.37-1) ...
Selecting previously unselected package fontconfig-config.
Preparing to unpack .../11-fontconfig-config_2.12.6-0ubuntu2_all.deb ...
Unpacking fontconfig-config (2.12.6-0ubuntu2) ...
Selecting previously unselected package gcc-7-base:amd64.
Preparing to unpack .../12-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ...
Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ...
Selecting previously unselected package gdal-data.
Preparing to unpack .../13-gdal-data_2.2.3+dfsg-2_all.deb ...
Unpacking gdal-data (2.2.3+dfsg-2) ...
Selecting previously unselected package libblas3:amd64.
Preparing to unpack .../14-libblas3_3.7.1-4ubuntu1_amd64.deb ...
Unpacking libblas3:amd64 (3.7.1-4ubuntu1) ...
Selecting previously unselected package libquadmath0:amd64.
Preparing to unpack .../15-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ...
Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ...
Selecting previously unselected package libgfortran4:amd64.
Preparing to unpack .../16-libgfortran4_7.5.0-3ubuntu1~18.04_amd64.deb ...
Unpacking libgfortran4:amd64 (7.5.0-3ubuntu1~18.04) ...
Selecting previously unselected package liblapack3:amd64.
Preparing to unpack .../17-liblapack3_3.7.1-4ubuntu1_amd64.deb ...
Unpacking liblapack3:amd64 (3.7.1-4ubuntu1) ...
Selecting previously unselected package libarpack2:amd64.
Preparing to unpack .../18-libarpack2_3.5.0+real-2_amd64.deb ...
Unpacking libarpack2:amd64 (3.5.0+real-2) ...
Selecting previously unselected package libsuperlu5:amd64.
Preparing to unpack .../19-libsuperlu5_5.2.1+dfsg1-3_amd64.deb ...
Unpacking libsuperlu5:amd64 (5.2.1+dfsg1-3) ...
Selecting previously unselected package libarmadillo8.
Preparing to unpack .../20-libarmadillo8_1%3a8.400.0+dfsg-2_amd64.deb ...
Unpacking libarmadillo8 (1:8.400.0+dfsg-2) ...
Selecting previously unselected package libcurl3-gnutls:amd64.
Preparing to unpack .../21-libcurl3-gnutls_7.58.0-2ubuntu3.10_amd64.deb ...
Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ...
Selecting previously unselected package libdap25:amd64.
Preparing to unpack .../22-libdap25_3.19.1-2build1_amd64.deb ...
Unpacking libdap25:amd64 (3.19.1-2build1) ...
Selecting previously unselected package libdapclient6v5:amd64.
Preparing to unpack .../23-libdapclient6v5_3.19.1-2build1_amd64.deb ...
Unpacking libdapclient6v5:amd64 (3.19.1-2build1) ...
Selecting previously unselected package libepsilon1:amd64.
Preparing to unpack .../24-libepsilon1_0.9.2+dfsg-2_amd64.deb ...
Unpacking libepsilon1:amd64 (0.9.2+dfsg-2) ...
Selecting previously unselected package libfreexl1:amd64.
Preparing to unpack .../25-libfreexl1_1.0.5-1_amd64.deb ...
Unpacking libfreexl1:amd64 (1.0.5-1) ...
Selecting previously unselected package libfyba0:amd64.
Preparing to unpack .../26-libfyba0_4.1.1-3_amd64.deb ...
Unpacking libfyba0:amd64 (4.1.1-3) ...
Selecting previously unselected package libgeos-3.6.2:amd64.
Preparing to unpack .../27-libgeos-3.6.2_3.6.2-1build2_amd64.deb ...
Unpacking libgeos-3.6.2:amd64 (3.6.2-1build2) ...
Selecting previously unselected package libgeos-c1v5:amd64.
Preparing to unpack .../28-libgeos-c1v5_3.6.2-1build2_amd64.deb ...
Unpacking libgeos-c1v5:amd64 (3.6.2-1build2) ...
Selecting previously unselected package proj-data.
Preparing to unpack .../29-proj-data_4.9.3-2_all.deb ...
Unpacking proj-data (4.9.3-2) ...
Selecting previously unselected package libproj12:amd64.
Preparing to unpack .../30-libproj12_4.9.3-2_amd64.deb ...
Unpacking libproj12:amd64 (4.9.3-2) ...
Selecting previously unselected package libjbig0:amd64.
Preparing to unpack .../31-libjbig0_2.1-3.1build1_amd64.deb ...
Unpacking libjbig0:amd64 (2.1-3.1build1) ...
Selecting previously unselected package libjpeg8:amd64.
Preparing to unpack .../32-libjpeg8_8c-2ubuntu8_amd64.deb ...
Unpacking libjpeg8:amd64 (8c-2ubuntu8) ...
Selecting previously unselected package libtiff5:amd64.
Preparing to unpack .../33-libtiff5_4.0.9-5ubuntu0.3_amd64.deb ...
Unpacking libtiff5:amd64 (4.0.9-5ubuntu0.3) ...
Selecting previously unselected package libgeotiff2:amd64.
Preparing to unpack .../34-libgeotiff2_1.4.2-2build1_amd64.deb ...
Unpacking libgeotiff2:amd64 (1.4.2-2build1) ...
Selecting previously unselected package libgif7:amd64.
Preparing to unpack .../35-libgif7_5.1.4-2ubuntu0.1_amd64.deb ...
Unpacking libgif7:amd64 (5.1.4-2ubuntu0.1) ...
Selecting previously unselected package libhdf4-0-alt.
Preparing to unpack .../36-libhdf4-0-alt_4.2.13-2_amd64.deb ...
Unpacking libhdf4-0-alt (4.2.13-2) ...
Selecting previously unselected package libaec0:amd64.
Preparing to unpack .../37-libaec0_0.3.2-2_amd64.deb ...
Unpacking libaec0:amd64 (0.3.2-2) ...
Selecting previously unselected package libsz2:amd64.
Preparing to unpack .../38-libsz2_0.3.2-2_amd64.deb ...
Unpacking libsz2:amd64 (0.3.2-2) ...
Selecting previously unselected package libhdf5-100:amd64.
Preparing to unpack .../39-libhdf5-100_1.10.0-patch1+docs-4_amd64.deb ...
Unpacking libhdf5-100:amd64 (1.10.0-patch1+docs-4) ...
Selecting previously unselected package libminizip1:amd64.
Preparing to unpack .../40-libminizip1_1.1-8build1_amd64.deb ...
Unpacking libminizip1:amd64 (1.1-8build1) ...
Selecting previously unselected package liburiparser1:amd64.
Preparing to unpack .../41-liburiparser1_0.8.4-1_amd64.deb ...
Unpacking liburiparser1:amd64 (0.8.4-1) ...
Selecting previously unselected package libkmlbase1:amd64.
Preparing to unpack .../42-libkmlbase1_1.3.0-5_amd64.deb ...
Unpacking libkmlbase1:amd64 (1.3.0-5) ...
Selecting previously unselected package libkmldom1:amd64.
Preparing to unpack .../43-libkmldom1_1.3.0-5_amd64.deb ...
Unpacking libkmldom1:amd64 (1.3.0-5) ...
Selecting previously unselected package libkmlengine1:amd64.
Preparing to unpack .../44-libkmlengine1_1.3.0-5_amd64.deb ...
Unpacking libkmlengine1:amd64 (1.3.0-5) ...
Selecting previously unselected package mysql-common.
Preparing to unpack .../45-mysql-common_5.8+1.0.4_all.deb ...
Unpacking mysql-common (5.8+1.0.4) ...
Selecting previously unselected package libmysqlclient20:amd64.
Preparing to unpack .../46-libmysqlclient20_5.7.32-0ubuntu0.18.04.1_amd64.deb ...
Unpacking libmysqlclient20:amd64 (5.7.32-0ubuntu0.18.04.1) ...
Selecting previously unselected package libnetcdf13:amd64.
Preparing to unpack .../47-libnetcdf13_1%3a4.6.0-2build1_amd64.deb ...
Unpacking libnetcdf13:amd64 (1:4.6.0-2build1) ...
Selecting previously unselected package libltdl7:amd64.
Preparing to unpack .../48-libltdl7_2.4.6-2_amd64.deb ...
Unpacking libltdl7:amd64 (2.4.6-2) ...
Selecting previously unselected package libodbc1:amd64.
Preparing to unpack .../49-libodbc1_2.3.4-1.1ubuntu3_amd64.deb ...
Unpacking libodbc1:amd64 (2.3.4-1.1ubuntu3) ...
Selecting previously unselected package libogdi3.2.
Preparing to unpack .../50-libogdi3.2_3.2.0+ds-2_amd64.deb ...
Unpacking libogdi3.2 (3.2.0+ds-2) ...
Selecting previously unselected package libopenjp2-7:amd64.
Preparing to unpack .../51-libopenjp2-7_2.3.0-2build0.18.04.1_amd64.deb ...
Unpacking libopenjp2-7:amd64 (2.3.0-2build0.18.04.1) ...
Selecting previously unselected package libfreetype6:amd64.
Preparing to unpack .../52-libfreetype6_2.8.1-2ubuntu2.1_amd64.deb ...
Unpacking libfreetype6:amd64 (2.8.1-2ubuntu2.1) ...
Selecting previously unselected package libfontconfig1:amd64.
Preparing to unpack .../53-libfontconfig1_2.12.6-0ubuntu2_amd64.deb ...
Unpacking libfontconfig1:amd64 (2.12.6-0ubuntu2) ...
Selecting previously unselected package liblcms2-2:amd64.
Preparing to unpack .../54-liblcms2-2_2.9-1ubuntu0.1_amd64.deb ...
Unpacking liblcms2-2:amd64 (2.9-1ubuntu0.1) ...
Selecting previously unselected package libnspr4:amd64.
Preparing to unpack .../55-libnspr4_2%3a4.18-1ubuntu1_amd64.deb ...
Unpacking libnspr4:amd64 (2:4.18-1ubuntu1) ...
Selecting previously unselected package libnss3:amd64.
Preparing to unpack .../56-libnss3_2%3a3.35-2ubuntu2.12_amd64.deb ...
Unpacking libnss3:amd64 (2:3.35-2ubuntu2.12) ...
Selecting previously unselected package libpoppler73:amd64.
Preparing to unpack .../57-libpoppler73_0.62.0-2ubuntu2.10_amd64.deb ...
Unpacking libpoppler73:amd64 (0.62.0-2ubuntu2.10) ...
Selecting previously unselected package libpq5:amd64.
Preparing to unpack .../58-libpq5_10.14-0ubuntu0.18.04.1_amd64.deb ...
Unpacking libpq5:amd64 (10.14-0ubuntu0.18.04.1) ...
Selecting previously unselected package libqhull7:amd64.
Preparing to unpack .../59-libqhull7_2015.2-4_amd64.deb ...
Unpacking libqhull7:amd64 (2015.2-4) ...
Selecting previously unselected package libspatialite7:amd64.
Preparing to unpack .../60-libspatialite7_4.3.0a-5build1_amd64.deb ...
Unpacking libspatialite7:amd64 (4.3.0a-5build1) ...
Selecting previously unselected package libwebp6:amd64.
Preparing to unpack .../61-libwebp6_0.6.1-2_amd64.deb ...
Unpacking libwebp6:amd64 (0.6.1-2) ...
Selecting previously unselected package libxerces-c3.2:amd64.
Preparing to unpack .../62-libxerces-c3.2_3.2.0+debian-2_amd64.deb ...
Unpacking libxerces-c3.2:amd64 (3.2.0+debian-2) ...
Selecting previously unselected package odbcinst.
Preparing to unpack .../63-odbcinst_2.3.4-1.1ubuntu3_amd64.deb ...
Unpacking odbcinst (2.3.4-1.1ubuntu3) ...
Selecting previously unselected package odbcinst1debian2:amd64.
Preparing to unpack .../64-odbcinst1debian2_2.3.4-1.1ubuntu3_amd64.deb ...
Unpacking odbcinst1debian2:amd64 (2.3.4-1.1ubuntu3) ...
Selecting previously unselected package libgdal20.
Preparing to unpack .../65-libgdal20_2.2.3+dfsg-2_amd64.deb ...
Unpacking libgdal20 (2.2.3+dfsg-2) ...
Selecting previously unselected package gdal-bin.
Preparing to unpack .../66-gdal-bin_2.2.3+dfsg-2_amd64.deb ...
Unpacking gdal-bin (2.2.3+dfsg-2) ...
Selecting previously unselected package liblua5.2-0:amd64.
Preparing to unpack .../67-liblua5.2-0_5.2.4-1.1build1_amd64.deb ...
Unpacking liblua5.2-0:amd64 (5.2.4-1.1build1) ...
Selecting previously unselected package osm2pgsql.
Preparing to unpack .../68-osm2pgsql_1.2.2+ds-1~ubuntu18.04.1~ppa1_amd64.deb ...
Unpacking osm2pgsql (1.2.2+ds-1~ubuntu18.04.1~ppa1) ...
Selecting previously unselected package postgresql-client-common.
Preparing to unpack .../69-postgresql-client-common_190ubuntu0.1_all.deb ...
Unpacking postgresql-client-common (190ubuntu0.1) ...
Selecting previously unselected package postgresql-client-10.
Preparing to unpack .../70-postgresql-client-10_10.14-0ubuntu0.18.04.1_amd64.deb ...
Unpacking postgresql-client-10 (10.14-0ubuntu0.18.04.1) ...
Selecting previously unselected package postgresql-client.
Preparing to unpack .../71-postgresql-client_10+190ubuntu0.1_all.deb ...
Unpacking postgresql-client (10+190ubuntu0.1) ...
Selecting previously unselected package python3-certifi.
Preparing to unpack .../72-python3-certifi_2018.1.18-2_all.deb ...
Unpacking python3-certifi (2018.1.18-2) ...
Selecting previously unselected package python3-pkg-resources.
Preparing to unpack .../73-python3-pkg-resources_39.0.1-2_all.deb ...
Unpacking python3-pkg-resources (39.0.1-2) ...
Selecting previously unselected package python3-chardet.
Preparing to unpack .../74-python3-chardet_3.0.4-1_all.deb ...
Unpacking python3-chardet (3.0.4-1) ...
Selecting previously unselected package python3-idna.
Preparing to unpack .../75-python3-idna_2.6-1_all.deb ...
Unpacking python3-idna (2.6-1) ...
Selecting previously unselected package python3-psycopg2.
Preparing to unpack .../76-python3-psycopg2_2.7.4-1_amd64.deb ...
Unpacking python3-psycopg2 (2.7.4-1) ...
Selecting previously unselected package python3-six.
Preparing to unpack .../77-python3-six_1.11.0-2_all.deb ...
Unpacking python3-six (1.11.0-2) ...
Selecting previously unselected package python3-urllib3.
Preparing to unpack .../78-python3-urllib3_1.22-1ubuntu0.18.04.2_all.deb ...
Unpacking python3-urllib3 (1.22-1ubuntu0.18.04.2) ...
Selecting previously unselected package python3-requests.
Preparing to unpack .../79-python3-requests_2.18.4-2ubuntu0.1_all.deb ...
Unpacking python3-requests (2.18.4-2ubuntu0.1) ...
Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ...
Setting up libedit2:amd64 (3.1-20170329-1) ...
Setting up libminizip1:amd64 (1.1-8build1) ...
Setting up libaec0:amd64 (0.3.2-2) ...
Setting up libicu60:amd64 (60.2-3ubuntu3.1) ...
Setting up libopenjp2-7:amd64 (2.3.0-2build0.18.04.1) ...
Setting up libqhull7:amd64 (2015.2-4) ...
Setting up mime-support (3.60ubuntu1) ...
Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ...
Setting up liblcms2-2:amd64 (2.9-1ubuntu0.1) ...
Setting up libjbig0:amd64 (2.1-3.1build1) ...
Setting up fonts-dejavu-core (2.37-1) ...
Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ...
Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ...
Setting up libgeos-3.6.2:amd64 (3.6.2-1build2) ...
Setting up mysql-common (5.8+1.0.4) ...
update-alternatives: using /etc/mysql/my.cnf.fallback to provide /etc/mysql/my.cnf (my.cnf) in auto mode
Setting up libgif7:amd64 (5.1.4-2ubuntu0.1) ...
Setting up libjpeg-turbo8:amd64 (1.5.2-0ubuntu5.18.04.4) ...
Setting up libepsilon1:amd64 (0.9.2+dfsg-2) ...
Setting up libnspr4:amd64 (2:4.18-1ubuntu1) ...
Setting up ucf (3.0038) ...
debconf: unable to initialize frontend: Dialog
debconf: (TERM is not set, so the dialog frontend is not usable.)
debconf: falling back to frontend: Readline
debconf: unable to initialize frontend: Readline
debconf: (Can't locate Term/ReadLine.pm in @INC (you may need to install the Term::ReadLine module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.26.1 /usr/local/share/perl/5.26.1 /usr/lib/x86_64-linux-gnu/perl5/5.26 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.26 /usr/share/perl/5.26 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at /usr/share/perl5/Debconf/FrontEnd/Readline.pm line 7.)
debconf: falling back to frontend: Teletype
Setting up libxml2:amd64 (2.9.4+dfsg1-6.1ubuntu1.3) ...
Setting up libfreexl1:amd64 (1.0.5-1) ...
Setting up libfreetype6:amd64 (2.8.1-2ubuntu2.1) ...
Setting up libfyba0:amd64 (4.1.1-3) ...
Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ...
Setting up gdal-data (2.2.3+dfsg-2) ...
Setting up libgeos-c1v5:amd64 (3.6.2-1build2) ...
Setting up libyaml-0-2:amd64 (0.1.7-2ubuntu3) ...
Setting up libblas3:amd64 (3.7.1-4ubuntu1) ...
update-alternatives: using /usr/lib/x86_64-linux-gnu/blas/libblas.so.3 to provide /usr/lib/x86_64-linux-gnu/libblas.so.3 (libblas.so.3-x86_64-linux-gnu) in auto mode
Setting up libpq5:amd64 (10.14-0ubuntu0.18.04.1) ...
Setting up libltdl7:amd64 (2.4.6-2) ...
Setting up libmysqlclient20:amd64 (5.7.32-0ubuntu0.18.04.1) ...
Setting up liblua5.2-0:amd64 (5.2.4-1.1build1) ...
Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ...
Setting up libxerces-c3.2:amd64 (3.2.0+debian-2) ...
Setting up liburiparser1:amd64 (0.8.4-1) ...
Setting up libsz2:amd64 (0.3.2-2) ...
Setting up proj-data (4.9.3-2) ...
Setting up netbase (5.4) ...
Setting up libwebp6:amd64 (0.6.1-2) ...
Setting up libjpeg8:amd64 (8c-2ubuntu8) ...
Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ...
Setting up libdap25:amd64 (3.19.1-2build1) ...
Setting up libproj12:amd64 (4.9.3-2) ...
Setting up fontconfig-config (2.12.6-0ubuntu2) ...
Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ...
Setting up libodbc1:amd64 (2.3.4-1.1ubuntu3) ...
Setting up libgfortran4:amd64 (7.5.0-3ubuntu1~18.04) ...
Setting up liblapack3:amd64 (3.7.1-4ubuntu1) ...
update-alternatives: using /usr/lib/x86_64-linux-gnu/lapack/liblapack.so.3 to provide /usr/lib/x86_64-linux-gnu/liblapack.so.3 (liblapack.so.3-x86_64-linux-gnu) in auto mode
Setting up libnss3:amd64 (2:3.35-2ubuntu2.12) ...
Setting up libtiff5:amd64 (4.0.9-5ubuntu0.3) ...
Setting up libsuperlu5:amd64 (5.2.1+dfsg1-3) ...
Setting up libkmlbase1:amd64 (1.3.0-5) ...
Setting up libdapclient6v5:amd64 (3.19.1-2build1) ...
Setting up libogdi3.2 (3.2.0+ds-2) ...
Setting up postgresql-client-common (190ubuntu0.1) ...
Setting up osm2pgsql (1.2.2+ds-1~ubuntu18.04.1~ppa1) ...
Setting up libgeotiff2:amd64 (1.4.2-2build1) ...
Setting up libspatialite7:amd64 (4.3.0a-5build1) ...
Setting up libarpack2:amd64 (3.5.0+real-2) ...
Setting up libkmldom1:amd64 (1.3.0-5) ...
Setting up libhdf4-0-alt (4.2.13-2) ...
Setting up postgresql-client-10 (10.14-0ubuntu0.18.04.1) ...
update-alternatives: using /usr/share/postgresql/10/man/man1/psql.1.gz to provide /usr/share/man/man1/psql.1.gz (psql.1.gz) in auto mode
Setting up postgresql-client (10+190ubuntu0.1) ...
Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ...
Setting up libfontconfig1:amd64 (2.12.6-0ubuntu2) ...
Setting up libhdf5-100:amd64 (1.10.0-patch1+docs-4) ...
Setting up python3 (3.6.7-1~18.04) ...
running python rtupdate hooks for python3.6...
running python post-rtupdate hooks for python3.6...
Setting up python3-idna (2.6-1) ...
Setting up python3-six (1.11.0-2) ...
Setting up python3-certifi (2018.1.18-2) ...
Setting up python3-pkg-resources (39.0.1-2) ...
Setting up libarmadillo8 (1:8.400.0+dfsg-2) ...
Setting up libpoppler73:amd64 (0.62.0-2ubuntu2.10) ...
Setting up python3-psycopg2 (2.7.4-1) ...
Setting up libkmlengine1:amd64 (1.3.0-5) ...
Setting up python3-chardet (3.0.4-1) ...
Setting up libnetcdf13:amd64 (1:4.6.0-2build1) ...
Setting up python3-urllib3 (1.22-1ubuntu0.18.04.2) ...
Setting up python3-yaml (3.12-1build2) ...
Setting up python3-requests (2.18.4-2ubuntu0.1) ...
Setting up odbcinst1debian2:amd64 (2.3.4-1.1ubuntu3) ...
Setting up odbcinst (2.3.4-1.1ubuntu3) ...
Setting up libgdal20 (2.2.3+dfsg-2) ...
Setting up gdal-bin (2.2.3+dfsg-2) ...
Processing triggers for libc-bin (2.27-3ubuntu1.2) ...
Removing intermediate container ccac48db899f
 ---> e0ef4f59af80
Step 6/9 : ADD openstreetmap-carto.style /
 ---> d7af4c4e7752
Step 7/9 : RUN mkdir -p /openstreetmap-carto
 ---> Running in f3e309befa15
Removing intermediate container f3e309befa15
 ---> dbc739a30969
Step 8/9 : WORKDIR /openstreetmap-carto
 ---> Running in 5d9827ad3037
Removing intermediate container 5d9827ad3037
 ---> 29c5182d1eac
Step 9/9 : CMD sh scripts/docker-startup.sh import
 ---> Running in 1a3b72505f63
Removing intermediate container 1a3b72505f63
 ---> 0d19ef1ff85a

Successfully built 0d19ef1ff85a
Successfully tagged import:v1
WARNING: Image for service import was built because it did not already exist. To rebuild this image you must use `docker-compose build` or `docker-compose up --build`.
Creating openstreetmap-carto_db_1 ... done
Creating openstreetmap-carto_import_1 ... done
Attaching to openstreetmap-carto_import_1
import_1   | Waiting for PostgreSQL to be running
import_1   | Timeout while waiting for PostgreSQL to be running
import_1   | psql: could not translate host name "db" to address: No address associated with hostname
import_1   | createdb: could not connect to database template1: could not translate host name "db" to address: No address associated with hostname
import_1   | osm2pgsql version 1.2.2 (64 bit id space)
import_1   |
import_1   | Osm2pgsql failed due to ERROR: Usage error. For further information see:
import_1   |    osm2pgsql -h|--help
import_1   |
import_1   | /usr/bin/env: 'python3\r': No such file or directory
openstreetmap-carto_import_1 exited with code 127

mapnik-german-l10n updated

mapnik-german-l10n is updated and the sql-statements in views_osmde are not adapted.

This works for me:

osml10n_get_placename_from_tags(tags, true, false, chr(10), 'de', way) as localized_name_inside_brackets,
osml10n_get_placename_from_tags(tags, false, false, chr(10), 'de', way) as localized_name_outside_brackets,
osml10n_get_name_without_brackets_from_tags(tags, 'de', way) as localized_name_without_brackets,
osml10n_get_streetname_from_tags(tags, true, false, chr(10), 'de', way) as localized_streetname_inside_brackets,
osml10n_get_streetname_from_tags(tags, false, false, chr(10), 'de', way) as localized_streetname_outside_brackets,

Rendering of municipality names without place=village/town

Please have a look at a post in the German OSM-forum.

The thread is about municipalities not being rendered on maps because they are lacking a village/town- place tag of the same name.
In the mentioned post somebody found out that - opposite to opentreetmap.org - on openstreetmap.de some of these municipalities get rendered in certain zoom levels.

E.g. "Rodgau" at zoom 12 and less. But on the other hand "Erftstadt" is not rendered, although at first sight both municipalitiy-relations are tagged identical with 2 extra nodes, one being their "admin_centre", one their "label".

What are the parameters of this kind of municipalities to be rendered on the osm.de map?

Issues with missing fonts

Some parts of my map are showing squares instead of the original names, e.g.:

Pakistan, Cambodia, some countries in North Africa. I'm assuming this is due to missing fonts. I cannot figure out which fonts are missing. I have installed the following fonts:

  • dejavu
  • font-awesome
  • freefont
  • hanazono
  • lato
  • lyx
  • noto
  • unifont

I'm using openstreetmap-carto-de and the i10n plugin.

I have installed (most) of these fonts using

sudo apt-get install fonts-noto-cjk fonts-noto-hinted fonts-noto-unhinted fonts-hanazono ttf-unifont

my renderd.conf includes the following lines:

[mapnik]
plugins_dir=/usr/lib/mapnik/3.0/input
font_dir=/usr/share/fonts/truetype
font_dir_recurse=true

Expected behavior

I'm expecting all names in their original language to be rendered correctly.

Actual behavior

The names aren't rendered correctly. Renderd shows no errors at all. Some names are rendered correctly at a certain layer, then the wrong way again at a different layer.

Links and screenshots illustrating the problem

Cambodia example

Docker-compose not running

Thank you for creating a German (and even international) language based version for Openstreetmap, I appreciate it a lot! I unfortunately struggle a bit with using it with Docker.

I hoped to install openstreetmap-carto-de by using the docker files in this repo. However, I understand that I have to adapt them slightly, so that they comply with the changes mentioned in https://github.com/giggls/openstreetmap-carto-de/blob/master/INSTALL-de.md.

My expectations are that I have to do the following:

I don't understand what needs to be for these paragraphs. Are them mandatory to run the carto de style?

Thus an unchanged version of the upstream style will work fine using this slightly different database layout.

Starting from openstreetmap-carto 4.x this style will also work using the upstream database layout. Use the views provided in the contrib directory instead of the ones from above if you prefer this database layout.

The style is currently developed using Debian GNU/Linux 9.x

To get this style running it is also required to add the l10n code to the postgresql database.

If l10n is not needed it is also possible to slightly modify either project.yaml or the database views provided in the views_osmde directory.

To actually use this style you need to generate osm-de.xml from project.mml. The easiest way to do this is using make!

When using the upstream database layout call make DBSCHEME=upstream instead.

It is also possible to use Magnacarto or Kosmtik. Both projects can use project.mml directly.

Use openstreetmap-carto-de with Kosmtik

I installed Kosmtik based on this tutorial. Everything works together with openstreetmap-carto. My goal is actually to use openstreetmap-carto-de. That's why I replaced openstreetmap-carto with this repo.

Expected behavior

I can use Kosmtik and see the de styles.

Actual behavior

I get an error.

OpenStreetMap Carto — Kosmtik(1)

Postgis Plugin: ERROR: column "localized_name_second" does not exist LINE 5: way, localized_name_second AS name, ^ in executeQuery Full sql was: 'SELECT * FROM (SELECT way, name, religion, way_pixels, is_building, surface, COALESCE(aeroway, amenity, wetland, power, landuse, leisure, man_made, "natural", shop, tourism, highway, railway) AS feature FROM (SELECT way, localized_name_second AS name, surface, ('aeroway_' || (CASE WHEN aeroway IN ('apron', 'aerodrome') THEN aeroway ELSE NULL END)) AS aeroway, ('amenity_' || (CASE WHEN amenity IN ('bicycle_parking', 'motorcycle_parking', 'university', 'college', 'school', 'taxi', 'hospital', 'kindergarten', 'grave_yard', 'prison', 'place_of_worship', 'clinic', 'ferry_terminal', 'marketplace', 'community_centre', 'social_facility', 'arts_centre', 'parking_space', 'bus_station', 'fire_station', 'police') OR amenity IN ('parking') AND (tags->'parking' NOT IN ('underground') OR (tags->'parking') IS NULL) THEN amenity ELSE NULL END)) AS amenity, ('landuse_' || (CASE WHEN landuse IN ('quarry', 'vineyard', 'orchard', 'cemetery', 'residential', 'garages', 'meadow', 'grass', 'allotments', 'forest', 'farmyard', 'farmland', 'greenhouse_horticulture', 'recreation_ground', 'village_green', 'retail', 'industrial', 'railway', 'commercial', 'brownfield', 'landfill', 'construction', 'plant_nursery', 'religious') THEN landuse ELSE NULL END)) AS landuse, ('shop_' || (CASE WHEN shop IN ('mall') AND (tags->'location' NOT IN ('underground') OR (tags->'location') IS NULL) THEN shop ELSE NULL END)) AS shop, ('leisure_' || (CASE WHEN leisure IN ('swimming_pool', 'playground', 'park', 'recreation_ground', 'garden', 'golf_course', 'miniature_golf', 'sports_centre', 'stadium', 'pitch', 'ice_rink', 'track', 'dog_park', 'fitness_station') THEN leisure ELSE NULL END)) AS leisure, ('man_made_' || (CASE WHEN man_made IN ('works', 'wastewater_plant', 'water_works') THEN man_made ELSE NULL END)) AS man_made, ('natural_' || (CASE WHEN "natural" IN ('beach', 'shoal', 'heath', 'grassland', 'wood', 'sand', 'scree', 'shingle', 'bare_rock', 'scrub') THEN "natural" ELSE NULL END)) AS "natural", ('wetland_' || (CASE WHEN "natural" IN ('wetland', 'mud') THEN (CASE WHEN "natural" = 'mud' THEN "natural" ELSE tags->'wetland' END) ELSE NULL END)) AS wetland, ('power_' || (CASE WHEN power IN ('station', 'sub_station', 'substation', 'generator') THEN power ELSE NULL END)) AS power, ('tourism_' || (CASE WHEN tourism IN ('camp_site', 'caravan_site', 'picnic_site') THEN tourism ELSE NULL END)) AS tourism, ('highway_' || (CASE WHEN highway IN ('services', 'rest_area') THEN highway ELSE NULL END)) AS highway, ('railway_' || (CASE WHEN railway = 'station' THEN railway ELSE NULL END)) AS railway, CASE WHEN religion IN ('christian', 'jewish', 'muslim') THEN religion ELSE 'INT-generic'::text END AS religion, way_area/NULLIF(POW(3.402823466385289e+38*0.001*0.28,2),0) AS way_pixels, CASE WHEN building = 'no' OR building IS NULL THEN 'no' ELSE 'yes' END AS is_building, way_area FROM planet_osm_polygon WHERE (landuse IS NOT NULL OR leisure IS NOT NULL OR aeroway IN ('apron', 'aerodrome') OR amenity IN ('parking', 'bicycle_parking', 'motorcycle_parking', 'taxi', 'university', 'college', 'school', 'hospital', 'kindergarten', 'grave_yard', 'place_of_worship', 'prison', 'clinic', 'ferry_terminal', 'marketplace', 'community_centre', 'social_facility', 'arts_centre', 'parking_space', 'bus_station', 'fire_station', 'police') OR man_made IN ('works', 'wastewater_plant','water_works') OR "natural" IN ('beach', 'shoal', 'heath', 'mud', 'wetland', 'grassland', 'wood', 'sand', 'scree', 'shingle', 'bare_rock', 'scrub') OR power IN ('station', 'sub_station', 'substation', 'generator') OR shop IN ('mall') OR tourism IN ('camp_site', 'caravan_site', 'picnic_site') OR highway IN ('services', 'rest_area') OR railway = 'station') AND way_area > 1*0.000000000000000::real*0.000000000000000::real ) AS landcover ORDER BY way_area DESC, feature ) AS features LIMIT 0' encountered during parsing of layer 'landcover' in Laye

My first attempt was to read the files mentioned here into my database. But I have no database called osm. My database is called gis and also fits in my opinion not to the SQL files.

postgres@astrid-TravelMate-5760G:~$ psql -d gis -f /home/astrid/src/openstreetmap-carto/contrib/use-upstream-database/view-line.sql 
psql:/home/astrid/src/openstreetmap-carto/contrib/use-upstream-database/view-line.sql:1: NOTICE:  view "planet_osm_line_de" does not exist, skipping
DROP VIEW
psql:/home/astrid/src/openstreetmap-carto/contrib/use-upstream-database/view-line.sql:56: ERROR:  function osm_tag2num(text) does not exist
LINE 44: osm_tag2num(tags->'width') as "num_width",
         ^
HINT:  No function matches the given name and argument types. You might need to add explicit type casts.
psql:/home/astrid/src/openstreetmap-carto/contrib/use-upstream-database/view-line.sql:58: ERROR:  relation "planet_osm_line_de" does not exist

What am I doing wrong?

custom indexes / extremly long rendering for full planet

The implementation of openstreetmap-carto-de with a full planet results in extremely long rendering times. Rendering a single tile, for example "localhost/osmtiles/0/0/0.png", takes 2 hours (the SQL query takes so long). Using only a small map (such as Andorra) instead a full planet will render as expected in a few seconds.

It seems to me that the correct indexes are not used. If I want to create custom indexes with psql -d gis -f indexes.sql, as described in INSTALL.md, I get the following error messages:
renderaccount@osm:~/src/openstreetmap-carto-de$ psql -d gis -f indexes.sql
psql:indexes.sql:8: ERROR: »planet_osm_roads« is not a table or materialized view
psql:indexes.sql:12: ERROR: »planet_osm_roads« is not a table or materialized view
psql:indexes.sql:16: ERROR: »planet_osm_roads« is not a table or materialized view
psql:indexes.sql:20: ERROR: »planet_osm_line« is not a table or materialized view
psql:indexes.sql:24: ERROR: »planet_osm_line« is not a table or materialized view
psql:indexes.sql:28: ERROR: »planet_osm_line« is not a table or materialized view
psql:indexes.sql:34: ERROR: »planet_osm_polygon« is not a table or materialized view
psql:indexes.sql:38: ERROR: »planet_osm_polygon« is not a table or materialized view
psql:indexes.sql:42: ERROR: »planet_osm_polygon« is not a table or materialized view
psql:indexes.sql:46: ERROR: »planet_osm_polygon« is not a table or materialized view
psql:indexes.sql:50: ERROR: »planet_osm_polygon« is not a table or materialized view
psql:indexes.sql:54: ERROR: »planet_osm_polygon« is not a table or materialized view
psql:indexes.sql:58: ERROR: »planet_osm_point« is not a table or materialized view
psql:indexes.sql:63: ERROR: »planet_osm_point« is not a table or materialized view
psql:indexes.sql:66: ERROR: »planet_osm_line« is not a table or materialized view
psql:indexes.sql:69: ERROR: »planet_osm_polygon« is not a table or materialized view
psql:indexes.sql:72: ERROR: »planet_osm_roads« is not a table or materialized view
This all are views. Should the views get an index?

After importing the database with osm2pgsql, creating the additional views (./views_osmde/apply-views.sh gis de), get the preprocessed shapefiles and creating the indexes using the indexes.sql, there are the following indexes in the database:
gis=# \di+
List of Relations
Schema | Name | Typ | Owner | Table | Size | Description
public | idx_country_osm_grid_geometry | Index | renderaccount | country_osm_grid | 1200 kB |
public | planet_osm_hstore_line_ferry | Index | renderaccount | planet_osm_hstore_line | 1400 kB |
public | planet_osm_hstore_line_index | Index | renderaccount | planet_osm_hstore_line | 16 GB |
public | planet_osm_hstore_line_name | Index | renderaccount | planet_osm_hstore_line | 4210 MB |
public | planet_osm_hstore_line_osm_id_idx | Index | renderaccount | planet_osm_hstore_line | 3698 MB |
public | planet_osm_hstore_line_river | Index | renderaccount | planet_osm_hstore_line | 58 MB |
public | planet_osm_hstore_line_way_idx | Index | renderaccount | planet_osm_hstore_line | 18 GB |
public | planet_osm_hstore_nodes_pkey | Index | renderaccount | planet_osm_hstore_nodes | 8192 bytes |
public | planet_osm_hstore_point_index | Index | renderaccount | planet_osm_hstore_point | 5762 MB |
public | planet_osm_hstore_point_osm_id_idx | Index | renderaccount | planet_osm_hstore_point | 2562 MB |
public | planet_osm_hstore_point_place | Index | renderaccount | planet_osm_hstore_point | 202 MB |
public | planet_osm_hstore_point_way_idx | Index | renderaccount | planet_osm_hstore_point | 6427 MB |
public | planet_osm_hstore_polygon_index | Index | renderaccount | planet_osm_hstore_polygon | 35 GB |
public | planet_osm_hstore_polygon_military | Index | renderaccount | planet_osm_hstore_polygon | 2376 kB |
public | planet_osm_hstore_polygon_name | Index | renderaccount | planet_osm_hstore_polygon | 914 MB |
public | planet_osm_hstore_polygon_nobuilding | Index | renderaccount | planet_osm_hstore_polygon | 5355 MB |
public | planet_osm_hstore_polygon_water | Index | renderaccount | planet_osm_hstore_polygon | 563 MB |
public | planet_osm_hstore_polygon_way_area_z6 | Index | renderaccount | planet_osm_hstore_polygon | 1271 MB |
public | planet_osm_hstore_polygon_way_idx | Index | renderaccount | planet_osm_hstore_polygon | 39 GB |
public | planet_osm_hstore_rels_parts | Index | renderaccount | planet_osm_hstore_rels | 2342 MB |
public | planet_osm_hstore_rels_pkey | Index | renderaccount | planet_osm_hstore_rels | 145 MB |
public | planet_osm_hstore_roads_admin | Index | renderaccount | planet_osm_hstore_roads | 133 MB |
public | planet_osm_hstore_roads_admin_low | Index | renderaccount | planet_osm_hstore_roads | 8504 kB |
public | planet_osm_hstore_roads_index | Index | renderaccount | planet_osm_hstore_roads | 1123 MB |
public | planet_osm_hstore_roads_osm_id_idx | Index | renderaccount | planet_osm_hstore_roads | 271 MB |
public | planet_osm_hstore_roads_roads_ref | Index | renderaccount | planet_osm_hstore_roads | 262 MB |
public | planet_osm_hstore_roads_way_idx | Index | renderaccount | planet_osm_hstore_roads | 1263 MB |
public | planet_osm_hstore_ways_nodes | Index | renderaccount | planet_osm_hstore_ways | 255 GB |
public | planet_osm_hstore_ways_pkey | Index | renderaccount | planet_osm_hstore_ways | 12 GB |
public | spatial_ref_sys_pkey | Index | renderaccount | spatial_ref_sys | 192 kB |
(30 rows)

The database was prepared with the following command:
psql -Xqw -c 'CREATE EXTENSION postgis; CREATE EXTENSION hstore; CREATE EXTENSION osml10n CASCADE; CREATE EXTENSION osml10n_thai_transcript CASCADE;'

And then the planet file was imported with this parameters:
osm2pgsql --create --slim --prefix planet_osm_hstore --cache 14000 --multi-geometry --hstore --style ~/src/openstreetmap-carto-de/hstore-only.style --tag-transform-script ~/src/openstreetmap-carto-de/openstreetmap-carto.lua --number-processes 4 --flat-nodes /mnt/sde/flat-nodes/nodes.bin /mnt/sde/planet-latest.osm.pbf

Is there anything else to do for a full planet working tile server with openstreetmap-carto-de?

Hausnummern an Gebäuden immer rendern

Hallo,

ich bin Hobby-Heimatforscher und habe alte Ortspläne in der Region meiner Vorfahren mit JOSM erfasst. Nun möchte ich mit Mapnik (openstreetmap-carto-de-Stil oder openstreetmap-carto-Stil) rendern.

Wie muss ich das CartoCSS anpassen, damit Hausnummern (addr:housenumber) bei Gebäuden (Polygone) immer mit gerendert werden. Auch, wenn ein Name und ein zusätzlicher Tag (z. Bsp. shop, amenity oder tourism) erfasst sind.

Danke, Thomas

buildings missing

Hi,

einige Gebäude werden nicht gezeichnet. Im Beispiel stehen die Hausnummern (56, 64) ohne Gebäude in der Landschaft.

fehlende gebaude lieser moselstrasse

Kreisverkehr

Hi,

einige Straßen an einem Kreisverkehr werden in den Kreis gezeichnet.
Bei den beiden Beispielen enden die angebundenen Straßen korrekt am Kreisverkehr.

kreisverkehr bernkastel-kues 1
kreisverkehr bernkastel-kues 2

Rendering tiles with English labels when they are available

I am trying to get openstreetmap-carto-de setup in the context of the default tile server instructions ( https://switch2osm.org/manually-building-a-tile-server-18-04-lts/ ).

What I am thinking should work is to follow the default instructions, but replace openstreetmap-carto-de with openstreetmap-carto. Is this generally correct?

I followed the instructions down to the Loading Data section.

In the openstreetmap-carto-de instructions, I read:

To get this style running it is also required to add the l10n code to the postgresql database.

I do have mapnik-german-l10n installed and all the tests (tests/runtests_in_virtualenv.sh) pass.

In the openstreetmap-carto-de instructions, I read

These views have to be created after the initial osm2pgsql data import

So, I used the following command to import the data:

osm2pgsql -d gis --flat-nodes ~/nodes.cache --create -G -S ~/src/openstreetmap-carto-de/hstore-only.style --hstore --tag-transform-script ~/src/openstreetmap-carto-de/openstreetmap-carto.lua ~/data/iraq-latest.osm.pbf -p planet_osm_hstore

According to the default instructions, the database name is gis. The instructions for openstreetmap-carto-de seem to assume the database name is osm.

To create the views, I tried:

./views_osmde/apply-views.sh gis en

However, this step generated some errors:

    > ./views_osmde/apply-views.sh gis en

    using database: gis
    using language: en
    psql:/tmp/view-line.sql:1: NOTICE:  view "planet_osm_line" does not exist, skipping
    DROP VIEW
    psql:/tmp/view-line.sql:56: ERROR:  function osm_tag2num(text) does not exist
    LINE 44: osm_tag2num(tags->'width') as "num_width",
             ^
    HINT:  No function matches the given name and argument types. You might need to add explicit type casts.
    psql:/tmp/view-line.sql:58: ERROR:  relation "planet_osm_line" does not exist
    psql:/tmp/view-point.sql:1: NOTICE:  view "planet_osm_point" does not exist, skipping
    DROP VIEW
    psql:/tmp/view-point.sql:58: ERROR:  function osm_tag2num(text) does not exist
    LINE 17: osm_tag2num(tags->'ele') as "num_ele",
             ^
    HINT:  No function matches the given name and argument types. You might need to add explicit type casts.
    psql:/tmp/view-point.sql:60: ERROR:  relation "planet_osm_point" does not exist
    psql:/tmp/view-polygon.sql:1: NOTICE:  view "planet_osm_polygon" does not exist, skipping
    DROP VIEW
    psql:/tmp/view-polygon.sql:62: ERROR:  function osm_tag2num(text) does not exist
    LINE 49: osm_tag2num(tags->'width') as "num_width",
             ^
    HINT:  No function matches the given name and argument types. You might need to add explicit type casts.
    psql:/tmp/view-polygon.sql:64: ERROR:  relation "planet_osm_polygon" does not exist
    psql:/tmp/view-roads.sql:1: NOTICE:  view "planet_osm_roads" does not exist, skipping
    DROP VIEW
    CREATE VIEW
    GRANT

What did I miss?

Tile data is generated with missing shapes

The project.mml file is referring to missing data sources data/river-polygons-reduced and data/ocean-polygons-reduced. Generating the Mapnik XML from this mml leads to errors about non-existant shapes (as these sources are rightfully commented out in the shape downloader). Simply deleting these sources in the project.mml file leads to missing features in the resulting map.

What can be done about it ?

error loading project.mml file

hello i have comleted the all installation steps but at the end when i wants run kosmitik to serve project.mml file i have the following errors
the command i had run : node index.js serve ../openstreetmap-carto-de/project.mml
and the error i had

note ( osm2pgsql version 1.7.1 )
and one thing more i already have the fonts and also enabled through command:scripts/get-fonts.sh

you can also see the this

image

kindly help

Tile download throws CORS error

Expected behavior

I should be able to create a screenshot from the map.

Actual behavior

The map loads perfectly, but when I try to create a screenshot of the map, capturing the Map's DOM with dom-to-image to export it, it throws a CORS error:
Access to XMLHttpRequest at 'https://a.tile.openstreetmap.de/tiles/osmde/3/6/3.png' from origin 'https://localhost:4200' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
The same is true in our QA and staging environment too.

It could be fixed if you would add access-control-allow-origin: * to the server response headers.
This is already set with other OSM map types, thus those are working correctly for my use case.

layer 'sports': Postgis Plugin: ERROR: function st_distancesphere(geometry, geometry) does not exist

./scripts/render_single_tile.py -s osm-de.xml -o test-z17.png -u /17/70402/42984.png results in

Traceback (most recent call last):
  File "/root/software/openstreetmap-carto-de/scripts/render_single_tile.py", line 77, in <module>
    mapnik.load_map(m, mapfile)
RuntimeError: Postgis Plugin: ERROR:  function st_distancesphere(geometry, geometry) does not exist
LINE 2:  (select *, st_npoints(way2) as nb, ST_DistanceSphere(st_tra...
                                            ^
HINT:  No function matches the given name and argument types. You might need to add explicit type casts.
in executeQuery Full sql was: 'SELECT * FROM (select *, cast(abs(a12-a23) as integer)%180 as angle_diff, (a12+a23+90)/2 as angle, 1/coslat as labelsizefactor, d12*d23 as pitch_area from
 (select *, st_npoints(way2) as nb, ST_DistanceSphere(st_transform(st_pointn(way2,1),4326),st_transform(st_pointn(way2,2),4326)) as d12,
 ST_DistanceSphere(st_transform(st_pointn(way2,3),4326),st_transform(st_pointn(way2,2),4326)) as d23,
 ST_DistanceSphere(st_transform(st_pointn(way2,1),4326),st_transform(st_pointn(way2,3),4326)) as d13,
 cos(st_y(st_transform(st_pointn(way2,1),4326))/180*3.1415927) as coslat, degrees(st_azimuth(st_pointn(way2,1),st_pointn(way2,2))) as a12,
 degrees(st_azimuth(st_pointn(way2,2),st_pointn(way2,3))) as a23 from
 (select *, st_area(way) as way_area, ST_ExteriorRing(ST_SimplifyPreserveTopology(way,100)) as way2 from (select (st_dump(way)).geom as way, sport, surface, access
  from planet_osm_polygon
  WHERE sport in ('tennis','soccer','basketball','rugby','rugby_union','rugby_league','american_football')
    AND (building IS NULL OR building = 'no')
    AND leisure = 'pitch'
    AND way && ST_SetSRID('BOX3D(-3.402823466385289e+38 -3.402823466385289e+38,3.402823466385289e+38 3.402823466385289e+38)'::box3d, 3857)) as dump) as simplified) as simplified2)
  as sports LIMIT 0'
  encountered during parsing of layer 'sports' in Layer at line 18070 of '/root/software/openstreetmap-carto-de/osm-de.xml'

This is about:

<Layer name="sports"
  srs="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0.0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs +over">
    <StyleName>sports-surface</StyleName>
    <StyleName>sports</StyleName>
    <Datasource>
       <Parameter name="type"><![CDATA[postgis]]></Parameter>
       <Parameter name="dbname"><![CDATA[berlin05]]></Parameter>
       <Parameter name="key_field"><![CDATA[]]></Parameter>
       <Parameter name="geometry_field"><![CDATA[way]]></Parameter>
       <Parameter name="extent"><![CDATA[-20037508,-20037508,20037508,20037508]]></Parameter>
       <Parameter name="table"><![CDATA[(select *, cast(abs(a12-a23) as integer)%180 as angle_diff, (a12+a23+90)/2 as angle, 1/coslat as labelsizefactor, d12*d23 as pitch_area from
 (select *, st_npoints(way2) as nb, ST_DistanceSphere(st_transform(st_pointn(way2,1),4326),st_transform(st_pointn(way2,2),4326)) as d12,
 ST_DistanceSphere(st_transform(st_pointn(way2,3),4326),st_transform(st_pointn(way2,2),4326)) as d23,
 ST_DistanceSphere(st_transform(st_pointn(way2,1),4326),st_transform(st_pointn(way2,3),4326)) as d13,
 cos(st_y(st_transform(st_pointn(way2,1),4326))/180*3.1415927) as coslat, degrees(st_azimuth(st_pointn(way2,1),st_pointn(way2,2))) as a12,
 degrees(st_azimuth(st_pointn(way2,2),st_pointn(way2,3))) as a23 from
 (select *, st_area(way) as way_area, ST_ExteriorRing(ST_SimplifyPreserveTopology(way,100)) as way2 from (select (st_dump(way)).geom as way, sport, surface, access
  from planet_osm_polygon
  WHERE sport in ('tennis','soccer','basketball','rugby','rugby_union','rugby_league','american_football')
    AND (building IS NULL OR building = 'no')
    AND leisure = 'pitch'
    AND way && !bbox!) as dump) as simplified) as simplified2)
  as sports]]></Parameter>
    </Datasource>
  </Layer>

in osm-de.xml. After uncommenting this Layer rendering works fine. Hmm, maybe something either wrong with the osm data or with the xml/mml file?

docker-compose up import issue

hi i want to run this project through docker i am follwoing the DOCKER.md file first of all when i run this command
:docker-compose up import i have the following error mentioned in screenshot kindly tell me what thing i had missed ,, am using the docker 1st time
ERROR: The Compose file './docker-compose.yml' is invalid because:
Unsupported config option for services.kosmtik: 'platform

docker issue

note (i am using ubuntu 20.04 in oracle virtual-box

Config periodic updates

I am following OSM Wiki guide after setting up my tile server for periodic updates. It complains of unavailable relations, here is the log

[2019-07-12 10:09:59] 18576 Initialising Osmosis replication system to 2019-07-04T01:00:00Z
[2019-07-12 10:10:27] 18967 start import from seq-nr 3566977, replag is 8 day(s) and 7 hour(s)
[2019-07-12 10:10:27] 18967 downloading diff
[2019-07-12 10:18:09] 18967 filtering diff
Traceback (most recent call last):
  File "/home/sbw/src/regional/trim_osc.py", line 121, in <module>
    cur.execute('select id from planet_osm_nodes where id = ANY(%s);', (nodesM,))
psycopg2.ProgrammingError: relation "planet_osm_nodes" does not exist
LINE 1: select id from planet_osm_nodes where id = ANY('{}');
                       ^

[2019-07-12 10:18:10] 18967 [error] Trim_osc error
[2019-07-12 10:18:10] 18967 resetting state

I understand this is because we use hstore and all tables have it prefixed. Do we a different way of updating tile servers following this style or should I just update the table names inside trim_osc.py for nodes, ways and relations?
Anything else I should be worried about?

Some column names are missing from the database

This style queries for columns such as localized_name_first or localized_name_second which are not in the database. From reading some of the other issues I understand that there might be some scripts to create those columns but I don't see those scripts in the repository.

Undo request

I am asking for undoing this commit: fddd481

The problem there relies on unbeautiness in Uruguay and Argentina borders and some waters - that change dramatically increase rendering times between z0 and z6, in my case the z0 render time increased from 0.155s to 370.529s - that is 2390x slower.

I don't know if we need this slow-down change in a german style. Please re-consider the pull request.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.