From db4b71a1fe99e2658bf550cff6ed31a230eff9ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20=C5=BDdila?= Date: Sat, 3 Jan 2026 08:44:46 +0100 Subject: [PATCH 1/2] added osm2pgsql flex config definitions --- .gitmodules | 3 +++ addons/osm2pgsql/info.json | 8 ++++++++ addons/osm2pgsql/module | 1 + 3 files changed, 12 insertions(+) create mode 100644 addons/osm2pgsql/info.json create mode 160000 addons/osm2pgsql/module diff --git a/.gitmodules b/.gitmodules index e6a69c7..7f3447c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -258,3 +258,6 @@ [submodule "addons/qsys/module"] path = addons/qsys/module url = https://github.com/alvaroyurrita/Q-SYS-Addon-for-LuaLS +[submodule "addons/osm2pgsql/module"] + path = addons/osm2pgsql/module + url = https://github.com/FreemapSlovakia/osm2pgsql-lua-definitions diff --git a/addons/osm2pgsql/info.json b/addons/osm2pgsql/info.json new file mode 100644 index 0000000..1d17954 --- /dev/null +++ b/addons/osm2pgsql/info.json @@ -0,0 +1,8 @@ +{ + "$schema": "https://raw.githubusercontent.com/LuaLS/LLS-Addons/main/schemas/addon_info.schema.json", + "name": "osm2pgsql", + "description": "Definitions for osm2pgsql flex config", + "size": 83000, + "hasPlugin": false +} + diff --git a/addons/osm2pgsql/module b/addons/osm2pgsql/module new file mode 160000 index 0000000..182d1d3 --- /dev/null +++ b/addons/osm2pgsql/module @@ -0,0 +1 @@ +Subproject commit 182d1d3965c1ec9db24b1accde246e1adf86ef08 From 32e9de9730a8eaef537625830661c591b7422907 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 3 Jan 2026 07:55:16 +0000 Subject: [PATCH 2/2] chore: Update Addon Metadata --- addons/osm2pgsql/info.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/addons/osm2pgsql/info.json b/addons/osm2pgsql/info.json index 1d17954..fbcde4c 100644 --- a/addons/osm2pgsql/info.json +++ b/addons/osm2pgsql/info.json @@ -2,7 +2,6 @@ "$schema": "https://raw.githubusercontent.com/LuaLS/LLS-Addons/main/schemas/addon_info.schema.json", "name": "osm2pgsql", "description": "Definitions for osm2pgsql flex config", - "size": 83000, + "size": 11010, "hasPlugin": false } -