I have a similar problem when using the DT320 Skin.
So far I couldn't get the right format for the Skin. I decided to edit the downloaded speedcam.txt files. The look like:
X,Y,TYPE,SPEED,DIRTYPE,DIRECTION
9.52463,47.18171,1,60,0,0
The coding of the 3. parameter: TYPE is different. I made a test file with all 24 different type numbers and compared what appeared on the map.
In my case I had to made 3 changes with a text editor (notepad++) to all the occurences :
,2, -> ,6,
,3, -> ,69,
,5, -> ,2,
Save and delete the old speedcam.txt in content/speedcam. Don't forget to delete the generated Speedcam.spud files.
In the new version there is no class for a red light radar without speed control (maybe a mistake?).... with the help from a nice french guy from another forum: its the 69
So may be this helps you (or somebody has a more elegant solution). I tried to find it in the code but for me this is too difficult?
Coding of TYPE in the normal speedcam files i know:
1 fixed speed camera locations
2 combined red light and speed cameras;
3 fixed red light camera locations
4 section camera positions
5 mobil ( lasers, hand-held )
Coding of TYPE with Skin DT320:
-1 nix
0 Fixed Speed + Tempo
1 Fixed Speed + Tempo
2 Mobiles Radargerät
3 Exit Highway
4 Section Speed
5 Enter Highway
6 Redlight Speed
7 Height Limit
8 Distance Speed
9 Danger
10 Tunnel Speed
11 Bahnübergang
12 Zone 30
13 Stop
14 Width Limit
15 Fixed Speed Truck
16 Alcoholo Test
17 Information Panel
18 Doubtful Speed Camera
19 Overtaking Zone
20 User Defined Alert T21
21 User Defined Alert T22
22 User Defined Alert T23
23 User Defined Alert T24
Bookmarks