Nomas-X/AET_Plan_Importer

Error when importing markers

Open

#1 opened on Jun 13, 2025

View on GitHub
 (12 comments) (0 reactions) (1 assignee)C++ (1 fork)auto 404
buggood first issue

Repository metrics

Stars
 (2 stars)
PR merge metrics
 (PR metrics pending)

Description

Hello.

I'm trying to import a set of markers from the site onto Kunduz River. It's only vanilla markers with varying scales and directions. When I import, it seems to import all of markers, but misses a good chunk of the lines. When checking the .rpt, I get these errors:

22:03:19 "Plan import attempt by: CPL Basil | ID64: _SP_PLAYER_ | Import Channel: 0 | Import text: private _data = [[[813036,2286.929691501228,9690.874040407667,""mil_objective"",""colorBLUFOR"",""SECTOR 1"",0,1],[814005,6598.178862944072,5291.78259107249,""mil_objective"",""colorBLUFOR"",""SECTOR 10"",0,1],[814026,3638.508740548091,10034.452110704815,""mil_objective"",""colorBLUFOR"",""SECTOR 2"",0,1],[814031,4107.142857142857,8476.159229012252,""mil_objective"",""colorBLUFOR"",""SECTOR 4"",0,1],[814032,5194.253363042503,7939.554966052099,""mil_objective"",""colorBLUFOR"",""SECTOR 5"",0,1],[814043,5679.626220765205,9925.725694048955,""mil_objective"",""colorBLUFOR"",""SECTOR 3"",0,1],[814116,4239.211276527489,5750.344680084848,""mil_objective"",""colorBLUFOR"",""SECTOR 7"",0,1],[814117,2957.108262624929,7517.9471277167995,""mil_objective"",""colorBLUFOR"",""SECTOR 6"",0,1],[814129,5557.647980413048,6801.5116089409885,""mil_objective"",""colorBLUFOR"",""SECTOR 8"",0,1],[814130,3999.8076060691046,4028.6194569044774,"
22:03:19 Error in expression <systemChat "Parsing...";
							_plan = parseSimpleArray (((_plan select 0) sele>
22:03:19   Error position: <parseSimpleArray (((_plan select 0) sele>
22:03:19   Error parseSimpleArray format error
22:03:19 File /z/aet_pi/addons/core/functions/fn_importPlan.sqf..., line 54
22:03:22 "Plan deletion done by: CPL Basil | ID64: _SP_PLAYER_ | Side: WEST"
22:03:22 Error in expression <arams ['_x', '_y'];
		private _marker = createMarkerLocal [ format ['_USER_DEFIN>
22:03:22   Error position: <createMarkerLocal [ format ['_USER_DEFIN>
22:03:22   Error Type Array, expected Number
22:03:22 File /z/aet_pi/addons/core/functions/fn_createMarkers.sqf..., line 42

This is a straight copy and paste from the .rpt, I don't know if it's truncating the end of the array when it's importing but that's how the .rpt prints it. I noticed it says I'm doing a plan deletion after the line 54 error but I'm not clicking the delete plan button.

This was in single player with just ACE, CBA, User Input Menu, AET Plan Importer, Kunduz River and CUP Terrains - Core loaded. No Metis Markers.

Here's a read-only link for the plan-ops page, I'm exporting the "Orders" layer.

https://maps.plan-ops.fr/ViewMap/34199?t=nqswVhMZ1opHxaluH8U0Rjprty6Edmb1v1ABUYm-BgI

And here's image of what appears on import:

Image

Contributor guide