The MP3car.com Store  

Welcome to the MP3Car.com forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. Registering will also remove advertisements. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

Go Back   MP3Car.com > Mp3Car Technical > Software & Software Development > Front Ends > Centrafuse > CF FAQs

Reply
 
Thread Tools Display Modes
Old 10-06-2006, 04:58 PM   #1
Low Bitrate
 
Join Date: Sep 2004
Location: Glasgow
Vehicle: 03 Fiesta Zetec
Posts: 79
My Photos: (0)
How do i add Speed Camera csv

As title says how do i add speed camera csv file in cetrafuse. What is the add menu?

When i go to points of interest and hit the "+" button it sayd not possible?
deathduck is offline   Reply With Quote
Sponsored Links
Old 10-06-2006, 05:24 PM   #2
MySQL Error
 
veetid's Avatar
 
Join Date: Apr 2004
Posts: 4,978
My Photos: (0)
Quote: Originally Posted by deathduck View Post
As title says how do i add speed camera csv file in cetrafuse. What is the add menu?

When i go to points of interest and hit the "+" button it sayd not possible?

You hit the "+" in the favorites folder...

Create a favorites folder called Speed Cams, make sure the right map with lat/longs for the CSV you are importing is loaded... Then hit "+", browse to file, and let it run... It can take a while depending on how big the file is...

The problem is it's not 100% complete... The next release will add the ability to alert, which is the whole point...

someone might be able to tell where to edit the .dat file to turn the alert on... I'm waiting on Destinator...

david
__________________
__________________
CENTRAFUSE http://www.centrafuse.com
01 Jeep Cherokee Sport 4x4 Installed
M10000/512Mb/20GB, Lilliput 7", Holux GM-210
veetid is offline   Reply With Quote
Old 10-06-2006, 06:39 PM   #3
Low Bitrate
 
Join Date: Sep 2004
Location: Glasgow
Vehicle: 03 Fiesta Zetec
Posts: 79
My Photos: (0)
again david thanks for this and thanks for the bug fix for the gps voice being able to go off now, some of my clients thought that might be an issue!

Any news on the uk beta testing?
deathduck is offline   Reply With Quote
Old 10-06-2006, 10:15 PM   #4
MySQL Error
 
veetid's Avatar
 
Join Date: Apr 2004
Posts: 4,978
My Photos: (0)
Quote: Originally Posted by deathduck View Post
again david thanks for this and thanks for the bug fix for the gps voice being able to go off now, some of my clients thought that might be an issue!

Any news on the uk beta testing?

coming soon, all will be posted on the flux forums...

finishing up the downloader for the large maps, private beta testers will see map links under their my account page and a downloader to transfer them to your machine...

more details soon...

david
__________________
__________________
CENTRAFUSE http://www.centrafuse.com
01 Jeep Cherokee Sport 4x4 Installed
M10000/512Mb/20GB, Lilliput 7", Holux GM-210
veetid is offline   Reply With Quote
Old 10-07-2006, 11:11 AM   #5
Low Bitrate
 
Join Date: Sep 2004
Location: Glasgow
Vehicle: 03 Fiesta Zetec
Posts: 79
My Photos: (0)
ok tried this thismorning and got an invalid file format error? I thought it would import csv files into the fav menu?
deathduck is offline   Reply With Quote
Old 10-07-2006, 11:41 AM   #6
MySQL Error
 
veetid's Avatar
 
Join Date: Apr 2004
Posts: 4,978
My Photos: (0)
Quote: Originally Posted by deathduck View Post
ok tried this thismorning and got an invalid file format error? I thought it would import csv files into the fav menu?

The file has to be in the proper format... I used the same format that map monkey uses, the files you get from gpspassion.com... The first line is the headers, then the data starts with type, name, long, lat, etc... it's a certain format...

maybe in the future I will support other formats, but this was the only one I knew about at the time...

david
__________________
__________________
CENTRAFUSE http://www.centrafuse.com
01 Jeep Cherokee Sport 4x4 Installed
M10000/512Mb/20GB, Lilliput 7", Holux GM-210
veetid is offline   Reply With Quote
Old 10-08-2006, 03:06 AM   #7
Low Bitrate
 
Join Date: Jun 2005
Posts: 90
My Photos: (0)
David can you point me in the direction of a csv file which would work so I can see how it is formatted. Thanks
hatton920 is offline   Reply With Quote
Old 10-08-2006, 11:40 AM   #8
MySQL Error
 
veetid's Avatar
 
Join Date: Apr 2004
Posts: 4,978
My Photos: (0)
Quote: Originally Posted by hatton920 View Post
David can you point me in the direction of a csv file which would work so I can see how it is formatted. Thanks

You can google it and fine tons, but I think I meant to say the site:

http://www.pocketgpsworld.com/modules.php?name=Cameras

Here is an example of the format, it's the same other GPS softwares on mp3car used, you could search these forums as well and find tons of information and files...

Code:
Type,Longitude,Latitude,Name,Speed "MOBILE","-1.41791","52.32594","1","0" "MOBILE","-1.04597","51.45426","10","0" "MOBILE","-4.28974","51.8189","100","0" "GATSO","-1.39172","53.25751","1000","0" "GATSO","-1.38327","53.25888","1001","0" "GATSO","-1.36801","53.26044","1002","0" "GATSO","-1.35931","53.2644","1003","0"

david
__________________
__________________
CENTRAFUSE http://www.centrafuse.com
01 Jeep Cherokee Sport 4x4 Installed
M10000/512Mb/20GB, Lilliput 7", Holux GM-210
veetid is offline   Reply With Quote
Old 10-09-2006, 02:43 AM   #9
Low Bitrate
 
Join Date: Jul 2005
Posts: 74
My Photos: (0)
Quote: Originally Posted by veetid View Post
You can google it and fine tons, but I think I meant to say the site:

http://www.pocketgpsworld.com/modules.php?name=Cameras

Here is an example of the format, it's the same other GPS softwares on mp3car used, you could search these forums as well and find tons of information and files...

Code:
Type,Longitude,Latitude,Name,Speed "MOBILE","-1.41791","52.32594","1","0" "MOBILE","-1.04597","51.45426","10","0" "MOBILE","-4.28974","51.8189","100","0" "GATSO","-1.39172","53.25751","1000","0" "GATSO","-1.38327","53.25888","1001","0" "GATSO","-1.36801","53.26044","1002","0" "GATSO","-1.35931","53.2644","1003","0"

david

Hi
I paid for the pocketgpsworld subscription and the csv file format is different to what you have above.

GATSO:1@40 Pocket GPS World (c) 2006 -2.17788 50.68304
GATSO:2@30 Pocket GPS World (c) 2006 -2.09934 50.70723
GATSO:3@20 Pocket GPS World (c) 2006 -2.08936 53.5027
GATSO:8@70 Pocket GPS World (c) 2006 -0.11078 52.02661
GATSO:10@50 Pocket GPS World (c) 2006 -0.39579 51.5215
clarkie is offline   Reply With Quote
Old 10-09-2006, 10:00 AM   #10
MySQL Error
 
veetid's Avatar
 
Join Date: Apr 2004
Posts: 4,978
My Photos: (0)
Quote: Originally Posted by clarkie View Post
Hi
I paid for the pocketgpsworld subscription and the csv file format is different to what you have above.

GATSO:1@40 Pocket GPS World (c) 2006 -2.17788 50.68304
GATSO:2@30 Pocket GPS World (c) 2006 -2.09934 50.70723
GATSO:3@20 Pocket GPS World (c) 2006 -2.08936 53.5027
GATSO:8@70 Pocket GPS World (c) 2006 -0.11078 52.02661
GATSO:10@50 Pocket GPS World (c) 2006 -0.39579 51.5215

I don't know much about it, I don't nor ever will use speed camera's... I used the same format as map monkey, for compatibility and I figured it was a standard...

all the files our on his website...

david
__________________
__________________
CENTRAFUSE http://www.centrafuse.com
01 Jeep Cherokee Sport 4x4 Installed
M10000/512Mb/20GB, Lilliput 7", Holux GM-210
veetid is offline   Reply With Quote
Sponsored Links
Old 10-09-2006, 02:00 PM   #11
Low Bitrate
 
Join Date: Jun 2005
Posts: 90
My Photos: (0)
just tried this with the map monkey download of the uk speedcams and when I select the file and hit ok it just shows an empty favorites screen and no speedcams imported.

nevermind I had the file open with excel as well and it must have locked it. All importing now.
hatton920 is offline   Reply With Quote
Old 10-11-2006, 12:52 AM   #12
Constant Bitrate
 
Join Date: Mar 2006
Posts: 120
My Photos: (0)
Quote: Originally Posted by veetid View Post
You can google it and fine tons, but I think I meant to say the site:

http://www.pocketgpsworld.com/modules.php?name=Cameras

Here is an example of the format, it's the same other GPS softwares on mp3car used, you could search these forums as well and find tons of information and files...

Code:
Type,Longitude,Latitude,Name,Speed "MOBILE","-1.41791","52.32594","1","0" "MOBILE","-1.04597","51.45426","10","0" "MOBILE","-4.28974","51.8189","100","0" "GATSO","-1.39172","53.25751","1000","0" "GATSO","-1.38327","53.25888","1001","0" "GATSO","-1.36801","53.26044","1002","0" "GATSO","-1.35931","53.2644","1003","0"

david

David, can you provide a correct file that actually works?!? That code is not correct.

After getting "incorrect file format" message on all files I have found, all made for MapMonkey and identical format to your code, I tried making a file with your code and get the same message
Cirion is offline   Reply With Quote
Old 10-11-2006, 10:31 AM   #13
MySQL Error
 
veetid's Avatar
 
Join Date: Apr 2004
Posts: 4,978
My Photos: (0)
Quote: Originally Posted by Cirion View Post
David, can you provide a correct file that actually works?!? That code is not correct.

After getting "incorrect file format" message on all files I have found, all made for MapMonkey and identical format to your code, I tried making a file with your code and get the same message

ask hatton920 where he got his files, they seemed to work for him... I wrote it based on file format I posted, so not sure what the problem is unless your saving to a weird text format I can't read or something...

david
__________________
__________________
CENTRAFUSE http://www.centrafuse.com
01 Jeep Cherokee Sport 4x4 Installed
M10000/512Mb/20GB, Lilliput 7", Holux GM-210
veetid is offline   Reply With Quote
Old 10-11-2006, 02:32 PM   #14
Constant Bitrate
 
Join Date: Mar 2006
Posts: 120
My Photos: (0)
I pasted the text into notepad and saved, after that renamed the file to speedcams.csv and tried to import it.

What kind of weird text format are you using

It really cant be simpler than a comma separated file as you are using, a comma is used as field separator and "" are used as text qualificator.... So how about testing this yourself? You are either using a different format, or something is wrong with RC4.

If someone has a working file for RC4 please post it.

I have attached a working mapmonkey csv file for MapMonkey. It is the same format as you have posted but it does not work in RC4.
Attached Files
File Type: zip Norway.zip (4.7 KB, 55 views)
Cirion is offline   Reply With Quote
Old 10-11-2006, 10:30 PM   #15
MySQL Error
 
veetid's Avatar
 
Join Date: Apr 2004
Posts: 4,978
My Photos: (0)
Quote: Originally Posted by Cirion View Post
I pasted the text into notepad and saved, after that renamed the file to speedcams.csv and tried to import it.

What kind of weird text format are you using

It really cant be simpler than a comma separated file as you are using, a comma is used as field separator and "" are used as text qualificator.... So how about testing this yourself? You are either using a different format, or something is wrong with RC4.

If someone has a working file for RC4 please post it.

I have attached a working mapmonkey csv file for MapMonkey. It is the same format as you have posted but it does not work in RC4.


Do you have a error.log? It might be the ending character of the file and I didn't check for it...

See if there is an empty line at the bottom of the file...

david
__________________
__________________
CENTRAFUSE http://www.centrafuse.com
01 Jeep Cherokee Sport 4x4 Installed
M10000/512Mb/20GB, Lilliput 7", Holux GM-210
veetid is offline   Reply With Quote
Sponsored Links
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
Structure of speed camera file pijo1971 Map Monkey 2 10-27-2005 02:39 AM
Map Monkey v1.1.3 BETA 3 Ninja Monkey Map Monkey 72 03-29-2005 08:50 AM
please add a Cancel-button to "Add Speed camera" window AlCapone Map Monkey 7 02-26-2005 12:46 PM
GATSO Hunter v0.1 (Beta) - Standalone speed camera detection Engram Map Monkey 5 02-23-2005 05:36 PM
Speed Camera problem weekendowel Map Monkey 2 01-14-2005 03:13 PM


All times are GMT -5. The time now is 10:02 PM.


Sponsored Links
The MP3car.com Store

Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.1.0
Copyright © 1999 - 2008 Mp3Car.com Inc.
Ad Management by RedTyger
Message Board Statistics