mirror of
https://github.com/xbgmsharp/postgsail.git
synced 2025-09-17 11:17:46 +00:00
Fix init export_gpx2
This commit is contained in:
@@ -207,7 +207,7 @@ AS $export_logbook_gpx2$
|
|||||||
'http://www.garmin.com/xmlschemas/GpxExtensions/v3' as "xmlns:gpxx",
|
'http://www.garmin.com/xmlschemas/GpxExtensions/v3' as "xmlns:gpxx",
|
||||||
'http://www.topografix.com/GPX/1/1 http://www.topografix.com/GPX/1/1/gpx.xsd http://www.garmin.com/xmlschemas/GpxExtensions/v3 http://www8.garmin.com/xmlschemas/GpxExtensionsv3.xsd' as "xsi:schemaLocation"),
|
'http://www.topografix.com/GPX/1/1 http://www.topografix.com/GPX/1/1/gpx.xsd http://www.garmin.com/xmlschemas/GpxExtensions/v3 http://www8.garmin.com/xmlschemas/GpxExtensionsv3.xsd' as "xsi:schemaLocation"),
|
||||||
xmlelement(name metadata,
|
xmlelement(name metadata,
|
||||||
xmlelement(name link, xmlattributes('https://iot.openplotter.cloud/' as href),
|
xmlelement(name link, xmlattributes('https://iot.openplotter.cloud/' as href),
|
||||||
xmlelement(name text, 'PostgSail'))),
|
xmlelement(name text, 'PostgSail'))),
|
||||||
xmlelement(name trk,
|
xmlelement(name trk,
|
||||||
xmlelement(name name, log_rec.name),
|
xmlelement(name name, log_rec.name),
|
||||||
@@ -236,7 +236,7 @@ AS $export_logbook_gpx2$
|
|||||||
$export_logbook_gpx2$ LANGUAGE plpgsql;
|
$export_logbook_gpx2$ LANGUAGE plpgsql;
|
||||||
-- Description
|
-- Description
|
||||||
COMMENT ON FUNCTION
|
COMMENT ON FUNCTION
|
||||||
api.export_logbook_gpx2_fn
|
api.export_logbook_gpx_fn2
|
||||||
IS 'Export a log entry to GPX XML format';
|
IS 'Export a log entry to GPX XML format';
|
||||||
|
|
||||||
-- Find all log from and to moorage geopoint within 100m
|
-- Find all log from and to moorage geopoint within 100m
|
||||||
|
Reference in New Issue
Block a user