For iGO Primo (NextGen) Luna *.txt put files in a folder content/speedcam
Before the update we do not delete it file speedcam.spdb.
File speedcam.spdb updated every time iGO is started.
Large files speedcam.txt they can be loaded at the first start iGO very long on weak devices, Win CE.
Radars do not beep and are not notified in the simulation, but are only visible on the map.
X,Y - coordinates (longitude, latitude).
TYPE - camera type
SPEED
In iGO there are three options for displaying the speed when warning:
- speed in the file;
- the permissible speed on the section of road on which you are moving;
- no speed at all.
X,Y,TYPE,SPEED,DIRTYPE,DIRECTION
48.057311,46.347428,1,60,1,121 - speed in the file
48.057311,46.347428,1,0,1,121 - speed from the map
48.057311,46.347428,1,,1,121 - without speed
DIRTYPE - how many directions does the camera work in: In all=0; In one=1; Both ways =2:
X,Y,TYPE,SPEED,DIRTYPE,DIRECTION
48.057311,46.347428,1,60,1,121 - In one
48.057311,46.347428,1,60,2,121 - Both ways
48.057311,46.347428,1,60,0,121 - In all
DIRECTION - the direction of movement of the car: North=0; East=90; South=180; West=270. By DIRTYPE=0 this parameter has no value.
Format speedcam.txt
X,Y,TYPE,SPEED,DIRTYPE,DIRECTION or IDX,X,Y,TYPE,SPEED,DIRTYPE,DIRECTION
iGO does not read IDX, for this reason, which speedcam.txt format does not affect the operation of iGO
What additional entries can speedcam.txt
Signature, point comments
All signatures and comments, only after the comma
X,Y,TYPE,SPEED,DIRTYPE,DIRECTION, <signatures>
20.555555,30.777777,1,90,1,180, <comments>
fake
X,Y,TYPE,SPEED,DIRTYPE,DIRECTION;
20.555555,30.777777,1,90,1,180, <comments>
These characters must not be in the string (: ; // > etc.)
This results in a circular alert, DIRTYPE =1 or =2
become DIRTYPE =0
IDX,X,Y,TYPE,SPEED,DIRTYPE,DIRECTION
0,20.555555,30.777777,1,90,1,180
IDX,X,Y,TYPE,SPEED,DIRTYPE,DIRECTION;
0,20.555555,30.777777,1,90,0,180
Bookmarks