From notifications at github.com Fri Oct 1 16:48:43 2021 From: notifications at github.com (rui) Date: Fri, 01 Oct 2021 09:48:43 -0700 Subject: [Tile-serving] [openstreetmap/osm2pgsql] ci: improve the workflow (#1574) Message-ID: - remove LUA_VERSION env for macos build, https://github.com/Homebrew/homebrew-core/pull/82233 (it builds/runs fine with lua 5.4?) - remove `test-wrapper` input arg (use the default value as it already did) - fix the job ref for `ubuntu20-pg13-gcc10-release` You can view, comment on, or merge this pull request online at: https://github.com/openstreetmap/osm2pgsql/pull/1574 -- Commit Summary -- * ci: improve the workflow -- File Changes -- M .github/workflows/ci.yml (9) -- Patch Links -- https://github.com/openstreetmap/osm2pgsql/pull/1574.patch https://github.com/openstreetmap/osm2pgsql/pull/1574.diff -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/osm2pgsql/pull/1574 -------------- next part -------------- An HTML attachment was scrubbed... URL: From notifications at github.com Fri Oct 1 16:56:11 2021 From: notifications at github.com (rui) Date: Fri, 01 Oct 2021 09:56:11 -0700 Subject: [Tile-serving] [openstreetmap/osm2pgsql] Does osm2pgsql support postgresql 14? (Discussion #1575) Message-ID: When [we upgrade postgresql to v14](https://github.com/Homebrew/homebrew-core/pull/86220), but run into some regression test failure. Just want to double check before moving forward. Thanks! -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/osm2pgsql/discussions/1575 -------------- next part -------------- An HTML attachment was scrubbed... URL: From notifications at github.com Fri Oct 1 19:45:09 2021 From: notifications at github.com (Jochen Topf) Date: Fri, 01 Oct 2021 12:45:09 -0700 Subject: [Tile-serving] [openstreetmap/osm2pgsql] Does osm2pgsql support postgresql 14? (Discussion #1575) In-Reply-To: References: Message-ID: I am not aware of anybody who has tried running it on PostgreSQL 14. What problems are you getting? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/osm2pgsql/discussions/1575#discussioncomment-1416204 -------------- next part -------------- An HTML attachment was scrubbed... URL: From notifications at github.com Fri Oct 1 20:03:34 2021 From: notifications at github.com (Sarah Hoffmann) Date: Fri, 01 Oct 2021 13:03:34 -0700 Subject: [Tile-serving] [openstreetmap/osm2pgsql] ci: improve the workflow (#1574) In-Reply-To: References: Message-ID: > * remove LUA_VERSION env for macos build, osm2pgsql 1.5.1 Homebrew/homebrew-core#82233 (it builds/runs fine with lua 5.4?) Feel free to switch to 5.4 but I would feel more confortable if we keep the tested version pinned. The CI setup is fragile enough as it is. > * remove test-wrapper input arg (use the default value as it already did) It used the empty value not the default value. The point is to disable use of a test wrapper 'pg_virtualenv' which does not exist on macos. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/osm2pgsql/pull/1574#issuecomment-932515016 -------------- next part -------------- An HTML attachment was scrubbed... URL: From notifications at github.com Fri Oct 1 22:13:58 2021 From: notifications at github.com (rui) Date: Fri, 01 Oct 2021 15:13:58 -0700 Subject: [Tile-serving] [openstreetmap/osm2pgsql] ci: improve the workflow (#1574) In-Reply-To: References: Message-ID: > > * remove LUA_VERSION env for macos build, osm2pgsql 1.5.1 [osm2pgsql 1.5.1?Homebrew/homebrew-core#82233](https://github.com/Homebrew/homebrew-core/pull/82233) (it builds/runs fine with lua 5.4?) > > Feel free to switch to 5.4 but I would feel more confortable if we keep the tested version pinned. The CI setup is fragile enough as it is. > > > * remove test-wrapper input arg (use the default value as it already did) > > It used the empty value not the default value. The point is to disable use of a test wrapper 'pg_virtualenv' which does not exist on macos. Thanks for the context, I am gonna refine my build now. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/osm2pgsql/pull/1574#issuecomment-932607448 -------------- next part -------------- An HTML attachment was scrubbed... URL: From notifications at github.com Fri Oct 1 22:15:40 2021 From: notifications at github.com (rui) Date: Fri, 01 Oct 2021 15:15:40 -0700 Subject: [Tile-serving] [openstreetmap/osm2pgsql] ci: improve the workflow (#1574) In-Reply-To: References: Message-ID: @chenrui333 pushed 1 commit. 67cc640815a8747f2865edf6c617e3d2c9ef2fb7 ci: update macos job -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/openstreetmap/osm2pgsql/pull/1574/files/bd98ade0dff9b9de13a25350ec816758e6aca076..67cc640815a8747f2865edf6c617e3d2c9ef2fb7 -------------- next part -------------- An HTML attachment was scrubbed... URL: From notifications at github.com Sat Oct 9 13:53:19 2021 From: notifications at github.com (foxneil0912) Date: Sat, 09 Oct 2021 06:53:19 -0700 Subject: [Tile-serving] [openstreetmap/osm2pgsql] how to import buildings? (Discussion #1576) Message-ID: I want to convert addresses of buildings to point (longitude & latitude). How to create table with all addresses tags like addr:street, addr:housenumber and etc and to load data to this table? I tried to use command ` osm2pgsql central-fed-district-latest.osm.pbf -W -U postgres ` and got tables without addr:street (planet_osm_lines, planet_osm_point, planet_osm_polygon, planet_osm_roads) Would be cool if someone would provide me lua script that creates one table with addresses and coordinates. Thanks in advance! -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/osm2pgsql/discussions/1576 -------------- next part -------------- An HTML attachment was scrubbed... URL: From notifications at github.com Sat Oct 9 13:56:23 2021 From: notifications at github.com (Jochen Topf) Date: Sat, 09 Oct 2021 06:56:23 -0700 Subject: [Tile-serving] [openstreetmap/osm2pgsql] how to import buildings? (Discussion #1576) In-Reply-To: References: Message-ID: There is an example here how to import buildings: https://osm2pgsql.org/examples/buildings/ . You can then use PostGIS functions (`ST_Centroid` for instance) in your database to get a single point for each building. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/osm2pgsql/discussions/1576#discussioncomment-1452578 -------------- next part -------------- An HTML attachment was scrubbed... URL: From notifications at github.com Sat Oct 9 15:31:30 2021 From: notifications at github.com (Kazantcev Andrey) Date: Sat, 09 Oct 2021 08:31:30 -0700 Subject: [Tile-serving] [openstreetmap/osm2pgsql] how to import buildings? (Discussion #1576) In-Reply-To: References: Message-ID: But how to get full address? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/osm2pgsql/discussions/1576#discussioncomment-1452867 -------------- next part -------------- An HTML attachment was scrubbed... URL: From notifications at github.com Sat Oct 9 16:47:51 2021 From: notifications at github.com (Kazantcev Andrey) Date: Sat, 09 Oct 2021 09:47:51 -0700 Subject: [Tile-serving] [openstreetmap/osm2pgsql] Error when import data (#1577) Message-ID: ## What version of osm2pgsql are you using? 2021-10-09 19:45:03 osm2pgsql version 1.5.1 (1.5.1-24-ga50c54e2) Build: RelWithDebInfo Compiled using the following library versions: Libosmium 2.17.0 Proj [API 4] Rel. 6.3.1, February 10th, 2020 Lua 5.3.3 ## What operating system and PostgreSQL/PostGIS version are you using? Database version: 13.4 (Debian 13.4-4.pgdg110+1) PostGIS version: 3.1 ## What did you do exactly? I tried to [this example](https://osm2pgsql.org/examples/buildings/) with central-fed-district-latest.osm.pbf command `osm2pgsql -W -U postgres -H postgres -O flex -S script.lua central-fed-district-latest.osm.pbf` ## What did you expect to happen? All good. ## What did happen instead? ``` 2021-10-09 19:43:45 Database version: 13.4 (Debian 13.4-4.pgdg110+1) 2021-10-09 19:43:45 PostGIS version: 3.1 2021-10-09 19:44:23 Reading input files done in 38s. 2021-10-09 19:44:23 Processed 86421144 nodes in 4s - 21605k/s 2021-10-09 19:44:23 Processed 9460833 ways in 33s - 287k/s 2021-10-09 19:44:23 Processed 308728 relations in 1s - 309k/s 2021-10-09 19:44:26 ERROR: DB copy thread failed: Ending COPY mode for 'buildings' failed: ERROR: Geometry type (MultiPolygon) does not match column type (Polygon) CONTEXT: COPY buildings, line 4433155, column geom: "0106000020110F0000020000000103000020110F0000020000001000000089832B72A5DB4F4155EB70831F985C41C84AF345..." .. ``` -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/osm2pgsql/issues/1577 -------------- next part -------------- An HTML attachment was scrubbed... URL: From notifications at github.com Sun Oct 10 08:24:04 2021 From: notifications at github.com (Jochen Topf) Date: Sun, 10 Oct 2021 01:24:04 -0700 Subject: [Tile-serving] [openstreetmap/osm2pgsql] Error when import data (#1577) In-Reply-To: References: Message-ID: Thanks for reporting this. There was an error in the example script which is now fixed. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/osm2pgsql/issues/1577#issuecomment-939429784 -------------- next part -------------- An HTML attachment was scrubbed... URL: From notifications at github.com Sun Oct 10 09:21:41 2021 From: notifications at github.com (Kazantcev Andrey) Date: Sun, 10 Oct 2021 02:21:41 -0700 Subject: [Tile-serving] [openstreetmap/osm2pgsql] Error when import data (#1577) In-Reply-To: References: Message-ID: Closed #1577. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/osm2pgsql/issues/1577#event-5439111065 -------------- next part -------------- An HTML attachment was scrubbed... URL: From notifications at github.com Sun Oct 10 09:21:40 2021 From: notifications at github.com (Kazantcev Andrey) Date: Sun, 10 Oct 2021 02:21:40 -0700 Subject: [Tile-serving] [openstreetmap/osm2pgsql] Error when import data (#1577) In-Reply-To: References: Message-ID: Thanks a lot. Now it is work! -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/osm2pgsql/issues/1577#issuecomment-939437634 -------------- next part -------------- An HTML attachment was scrubbed... URL: From notifications at github.com Sun Oct 10 11:07:05 2021 From: notifications at github.com (=?UTF-8?B?x53JucqHyofJkMqDx53il5YgeMSxyoPHncmf?=) Date: Sun, 10 Oct 2021 04:07:05 -0700 Subject: [Tile-serving] [openstreetmap/mod_tile] mod_tile compiler issue in arm processor (#261) In-Reply-To: References: Message-ID: Closed #261. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/mod_tile/issues/261#event-5439222455 -------------- next part -------------- An HTML attachment was scrubbed... URL: From notifications at github.com Sun Oct 10 11:07:05 2021 From: notifications at github.com (=?UTF-8?B?x53JucqHyofJkMqDx53il5YgeMSxyoPHncmf?=) Date: Sun, 10 Oct 2021 04:07:05 -0700 Subject: [Tile-serving] [openstreetmap/mod_tile] mod_tile compiler issue in arm processor (#261) In-Reply-To: References: Message-ID: Closed because of inactivity. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/mod_tile/issues/261#issuecomment-939462136 -------------- next part -------------- An HTML attachment was scrubbed... URL: From notifications at github.com Mon Oct 11 06:59:20 2021 From: notifications at github.com (Stephan) Date: Sun, 10 Oct 2021 23:59:20 -0700 Subject: [Tile-serving] [openstreetmap/osm2pgsql] Does osm2pgsql support postgresql 14? (Discussion #1575) In-Reply-To: References: Message-ID: To my understanding, this was an issue with a changed wording of the "connection failed" error message. So no problem with osm2pgsql: https://github.com/Homebrew/homebrew-core/pull/86220/commits/137d3d4b258a944c4a21c9e2c329480122ff81e8 -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/osm2pgsql/discussions/1575#discussioncomment-1457375 -------------- next part -------------- An HTML attachment was scrubbed... URL: From notifications at github.com Mon Oct 11 12:27:33 2021 From: notifications at github.com (Ryan Lambert) Date: Mon, 11 Oct 2021 05:27:33 -0700 Subject: [Tile-serving] [openstreetmap/osm2pgsql] Does osm2pgsql support postgresql 14? (Discussion #1575) In-Reply-To: References: Message-ID: I upgraded my osm2pgsql setup from Pg13 to Pg14 a few days ago, no issues so far. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/osm2pgsql/discussions/1575#discussioncomment-1458882 -------------- next part -------------- An HTML attachment was scrubbed... URL: From notifications at github.com Tue Oct 12 13:38:30 2021 From: notifications at github.com (Ryan Lambert) Date: Tue, 12 Oct 2021 06:38:30 -0700 Subject: [Tile-serving] [openstreetmap/osm2pgsql] how to import buildings? (Discussion #1576) In-Reply-To: References: Message-ID: I created a function to parse together the address so I can use `local address = get_address(object.tags)` when parsing buildings. The `get_address()` function is defined in the [project's helpers.lua](https://github.com/rustprooflabs/pgosm-flex/blob/main/flex-config/helpers.lua#L384-L441) script. Its awkwardly written but gets the job done. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/osm2pgsql/discussions/1576#discussioncomment-1464894 -------------- next part -------------- An HTML attachment was scrubbed... URL: From notifications at github.com Thu Oct 14 14:34:56 2021 From: notifications at github.com (Stephen) Date: Thu, 14 Oct 2021 07:34:56 -0700 Subject: [Tile-serving] [openstreetmap/mod_tile] render_list verbosity (#13) In-Reply-To: References: Message-ID: After eight years this still looks to be an issue. Can I resurrect this request? I'm using render_list and /var/log/syslog got to 60GB before I noticed that it filled my root partition and I turned on log rotations. As a temp fix, it's fine, but long term that burns through the write endurance on an SSD. It should not output DEBUG messages by default and logging should be tunable. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/mod_tile/issues/13#issuecomment-943419420 -------------- next part -------------- An HTML attachment was scrubbed... URL: From notifications at github.com Thu Oct 14 16:33:58 2021 From: notifications at github.com (=?UTF-8?B?x53JucqHyofJkMqDx53il5YgeMSxyoPHncmf?=) Date: Thu, 14 Oct 2021 09:33:58 -0700 Subject: [Tile-serving] [openstreetmap/mod_tile] render_list verbosity (#13) In-Reply-To: References: Message-ID: Which version of mod_tile are you running? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/mod_tile/issues/13#issuecomment-943525010 -------------- next part -------------- An HTML attachment was scrubbed... URL: From notifications at github.com Fri Oct 15 16:37:09 2021 From: notifications at github.com (Stephen) Date: Fri, 15 Oct 2021 09:37:09 -0700 Subject: [Tile-serving] [openstreetmap/mod_tile] render_list verbosity (#13) In-Reply-To: References: Message-ID: I believe it is whatever is bundled in this package? libapache2-mod-tile/hirsute,now 0.5-2build1 amd64 -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/mod_tile/issues/13#issuecomment-944440424 -------------- next part -------------- An HTML attachment was scrubbed... URL: From notifications at github.com Fri Oct 15 17:06:58 2021 From: notifications at github.com (=?UTF-8?B?x53JucqHyofJkMqDx53il5YgeMSxyoPHncmf?=) Date: Fri, 15 Oct 2021 10:06:58 -0700 Subject: [Tile-serving] [openstreetmap/mod_tile] render_list verbosity (#13) In-Reply-To: References: Message-ID: Significant improvements went into this after this version. So with 0.6.x it should have improved. But leaving this open in order to confirm. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/mod_tile/issues/13#issuecomment-944458901 -------------- next part -------------- An HTML attachment was scrubbed... URL: From notifications at github.com Fri Oct 15 17:15:40 2021 From: notifications at github.com (Stephen) Date: Fri, 15 Oct 2021 10:15:40 -0700 Subject: [Tile-serving] [openstreetmap/mod_tile] render_list verbosity (#13) In-Reply-To: References: Message-ID: I don't plan on updating unless Ubuntu updates the package in my current version. Turning rsyslog to "warn" does address my issue of my drive filling up but if there's a way to actually tune renderd debug logging directly even in the new version I couldn't find the documentation for it. If that option exists, link to it and you can probably close this issue. If not (even if renderd/mod_tile logging is "better" in the new version) it seems like a direct option within the configs for them should probably exist? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/mod_tile/issues/13#issuecomment-944464713 -------------- next part -------------- An HTML attachment was scrubbed... URL: From notifications at github.com Tue Oct 19 06:11:46 2021 From: notifications at github.com (jrdm1) Date: Mon, 18 Oct 2021 23:11:46 -0700 Subject: [Tile-serving] [openstreetmap/mod_tile] Weird characters on produced tiles (Issue #267) Message-ID: Hi Guys, Sorry for this I am new to this module and I am trying to understand what's happening. So we are getting some tiles produced for Asia countries that we get 'Squared characters'. I am guessing that this has to do with fonts missing there but not sure how this can be fixed. for example: ![831](https://user-images.githubusercontent.com/92725814/137853255-ca52e654-dc31-41ae-86fe-89db66e540a1.png) ![7](https://user-images.githubusercontent.com/92725814/137853262-ef3a9114-c2b7-4620-a510-d5a24a442e70.png) Any ideas, suggestions welcomed -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/mod_tile/issues/267 -------------- next part -------------- An HTML attachment was scrubbed... URL: From notifications at github.com Tue Oct 19 07:10:51 2021 From: notifications at github.com (Marcos Dione) Date: Tue, 19 Oct 2021 00:10:51 -0700 Subject: [Tile-serving] [openstreetmap/mod_tile] Weird characters on produced tiles (Issue #267) In-Reply-To: References: Message-ID: It is definitely a font problem, but I don't think it's entirely related to `mod_tile` or `renderd`. The latter just takes your Mapnik XML file and renders accordingly. That Mapnik XML file describes the fonts it needs. You have to make sure all of the listed fonts are installed on your rendering machine, or at least the ones related to the languages in the regions you're rendering. Looking at your screenshot and comparing with OSM's default rendering, I have the impression you're using that one. Are you also using nothing more that OSM data? Because I can't see a third name for [Sri Lanka](https://www.openstreetmap.org/relation/536807). For your first screenshot, could you provide a link where on the world is that? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/mod_tile/issues/267#issuecomment-946427661 -------------- next part -------------- An HTML attachment was scrubbed... URL: From notifications at github.com Tue Oct 19 07:21:38 2021 From: notifications at github.com (jrdm1) Date: Tue, 19 Oct 2021 00:21:38 -0700 Subject: [Tile-serving] [openstreetmap/mod_tile] Weird characters on produced tiles (Issue #267) In-Reply-To: References: Message-ID: Thanks #StyXman! I think it was near Delhi. Here is a larger map image: 1 Unfortunately for now I am only using the tiles that getting produced and I dont have access to the map rendering machine so I am gathering info for now to provide information to the people that they do. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/mod_tile/issues/267#issuecomment-946434524 -------------- next part -------------- An HTML attachment was scrubbed... URL: From notifications at github.com Tue Oct 19 08:18:45 2021 From: notifications at github.com (SomeoneElseOSM) Date: Tue, 19 Oct 2021 01:18:45 -0700 Subject: [Tile-serving] [openstreetmap/mod_tile] Weird characters on produced tiles (Issue #267) In-Reply-To: References: Message-ID: You'll need to install the missing fonts on the machine used to create the tiles. https://switch2osm.org/serving-tiles/manually-building-a-tile-server-20-04-lts/ has a list of the likely required ones. It suggests: sudo apt install fonts-noto-cjk fonts-noto-hinted fonts-noto-unhinted ttf-unifont -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/mod_tile/issues/267#issuecomment-946473725 -------------- next part -------------- An HTML attachment was scrubbed... URL: From notifications at github.com Tue Oct 19 08:52:19 2021 From: notifications at github.com (jrdm1) Date: Tue, 19 Oct 2021 01:52:19 -0700 Subject: [Tile-serving] [openstreetmap/mod_tile] Weird characters on produced tiles (Issue #267) In-Reply-To: References: Message-ID: Closed #267. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/mod_tile/issues/267#event-5483702520 -------------- next part -------------- An HTML attachment was scrubbed... URL: From notifications at github.com Tue Oct 26 07:51:29 2021 From: notifications at github.com (niki7s1x) Date: Tue, 26 Oct 2021 00:51:29 -0700 Subject: [Tile-serving] [openstreetmap/osm2pgsql] Unable to insert OSM data to PostgreSQL due to ERROR: must be owner of relation planet_osm_nodes (#1068) In-Reply-To: References: Message-ID: Hello, I've got the same issue with this tutorial and share my problem solving here in the following steps... In the Ubuntu' terminal window and from "renderaccount": _Login as Ubuntu's built-in user "postgres"_ **$ sudo -u postgres -i** _Connect to database "gis"_ **postgres=# \c gis** You are now connected to database "gis" as user "postgres". _List the "gis"' tables_ **gis=# \dt** List of relations Schema | Name | Type | Owner --------+------------------+-------+--------------- public | planet_osm_nodes | table | postgres public | planet_osm_rels | table | postgres public | planet_osm_ways | table | postgres public | spatial_ref_sys | table | renderaccount (4 rows) _Change the tables' ownership_ **gis=# ALTER TABLE planet_osm_nodes OWNER TO renderaccount; ALTER TABLE gis=# ALTER TABLE planet_osm_rels OWNER TO renderaccount; ALTER TABLE gis=# ALTER TABLE planet_osm_ways OWNER TO renderaccount; ALTER TABLE** _List the "gis"' tables to confirm changes_ **gis=# \dt** List of relations Schema | Name | Type | Owner --------+------------------+-------+--------------- public | planet_osm_nodes | table | renderaccount public | planet_osm_rels | table | renderaccount public | planet_osm_ways | table | renderaccount public | spatial_ref_sys | table | renderaccount (4 rows) _Leave "gis"_ **gis-# \q** _Logout "postgres"_ **postgres at MyWorkstation:~$ exit** logout ...again in the "renderaccount" **$ osm2pgsql -d gis --create --slim -G --hstore --tag-transform-script ~/src/openstreetmap-carto/openstreetmap-carto.lua -C 2500 --number-processes 1 -S ~/src/openstreetmap-carto/openstreetmap-carto.style ~/data/bulgaria-latest.osm.pbf** ...Proceed with the tutorial. Goodluck! -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/osm2pgsql/issues/1068#issuecomment-951654647 -------------- next part -------------- An HTML attachment was scrubbed... URL: From notifications at github.com Thu Oct 28 15:57:31 2021 From: notifications at github.com (Yuri Astrakhan) Date: Thu, 28 Oct 2021 08:57:31 -0700 Subject: [Tile-serving] [openstreetmap/osm2pgsql] Dockerfile for osm2pgsql (Discussion #1428) In-Reply-To: References: Message-ID: I think it would be great if dockerfile is maintained by osm2pgqsl community or the shared docker library. I see several benefits: * a user on any OS can quickly run any needed osm2pgsql version without dealing with complex build steps or relying on (often dated) packages. * any casual osm2pgsql contributor can quickly test their changes if they can run same build & test steps as ran by the CI, without the need to set up all build requirements -- as that's a heavy investment especially for casual development * new releases are published to the docker hub automatically by github actions the moment the release is made * anyone who wants to build their own custom images can quickly see the steps needed to get code to compile. Note that this is the same discussion as happened at PostGIS community, and despite some initial resistance, we now have a well maintained variety of postgis images for multiple platforms. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/openstreetmap/osm2pgsql/discussions/1428#discussioncomment-1553878 -------------- next part -------------- An HTML attachment was scrubbed... URL: From luis.tato at ingenium2000.com Thu Oct 28 15:59:25 2021 From: luis.tato at ingenium2000.com (luis.tato at ingenium2000.com) Date: Thu, 28 Oct 2021 17:59:25 +0200 (CEST) Subject: [Tile-serving] =?utf-8?q?=5Bopenstreetmap/osm2pgsql=5D_Dockerfil?= =?utf-8?q?e_for_osm2pgsql_=28Discussion_=231428=29?= Message-ID: <20211028155925.5A60A1C12C84@shared240.vivaon.com> Este buz?n de correo esta deshabilitado, puede remitir sus correos a: luis.tato at ingenium-bi.com