From 6c75b4e14ba9aab5305d81a2fdec613674f71ca5 Mon Sep 17 00:00:00 2001 From: ISA Date: Tue, 18 Jun 2024 11:58:44 +0200 Subject: [PATCH] =?UTF-8?q?Zwei=20Linien=20=C3=BCbereinander=20mit=20MySQL?= =?UTF-8?q?=20Anweisung=20eingestellt=20den=20id=202=20und=203?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit UPDATE talas_v5.gis_lines SET points = ST_GeomFromText('LINESTRING(53.1694148698111 8.25416564941406, 53.1897847430275 8.23322296142578, 53.1996575633995 8.21468353271485, 53.1727076258968 8.16902160644531)') WHERE idLD = 3 AND idModul = 3; --- pages/api/linesColorApi.js | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/pages/api/linesColorApi.js b/pages/api/linesColorApi.js index cae5d90e4..53b924638 100644 --- a/pages/api/linesColorApi.js +++ b/pages/api/linesColorApi.js @@ -14,7 +14,7 @@ export default function handler(req, res) { Icon: 0, }, { - IdModul: 3, + IdModul: 2, Na: "system", Le: 4, Co: "#018915", @@ -22,6 +22,15 @@ export default function handler(req, res) { Feld: 3, Icon: 0, }, + { + IdModul: 3, + Na: "system", + Le: 4, + Co: "#000000", + Me: "Eingang DE05 kommend", + Feld: 3, + Icon: 0, + }, ], };