Home Forums Articles How To's FAQ Register
Go Back   Xoutpost.com > Electronics > Navigation System
Fluid Motor Union
User Name
Password
Member List Premier Membership Search Today's Posts Mark Forums Read

Xoutpost server transfer and maintenance is occurring....
Xoutpost is currently undergoing a planned server migration.... stay tuned for new developments.... sincerely, the management


Reply
 
LinkBack Thread Tools Display Modes
  #451  
Old 02-24-2010, 05:12 AM
ccfj1's Avatar
Member
 
Join Date: Sep 2006
Location: The UK.
Posts: 1,934
ccfj1 is on a distinguished road
Ah sorry, no where as yet, nomad has not got back to me (last I heard was Christmas), and I know he's working on the CCC (Most bus Nav), so not sure when he's going to look at it.
__________________
Sept 03, M3, Silver Grey. Retro-fits: Modded Mk4 DVD Drive, OEM Bluetooth, VR Control, Rainbow Speaker Upgrade, Sony SOT Amp, HK Sub, CCFL, Intravee II, NightMode.
Reply With Quote

Sponsored Links

  #452  
Old 02-24-2010, 01:45 PM
Member
 
Join Date: Dec 2006
Location: Switzerland
Posts: 2,575
KiwiJochen is on a distinguished road
Quote:
Originally Posted by vince59it View Post
questionnnnnnnnnnnnnn question:

I am trying to convert POI file to .idx and . url (as i did many times)procedure is:
1. get POIs in .csv format
2. with POIEdit change format from .csv to .asc (generic).
..well here comes the problem:
- asc2idxurl_mk4 works fine and I get correct .idx and .url
- asc2mk4_high DOES not work anymore (..yes, the fuc.. was working some time ago).

Any advice??

Thx
Maybe I should release my Excel spreadsheet... enter POIs in the spreadsheet with lat/long, then click a button -> IDX and URL files are automatically generated
Reply With Quote
  #453  
Old 02-24-2010, 04:44 PM
vince59it's Avatar
Member
 
Join Date: Mar 2009
Location: italy
Posts: 217
vince59it is on a distinguished road
Quote:
Originally Posted by KiwiJochen View Post
Maybe I should release my Excel spreadsheet... enter POIs in the spreadsheet with lat/long, then click a button -> IDX and URL files are automatically generated
In this case, you'll have - at least - a beer paid by me in Rome!

Well this would really be a good support from you. I would really not only me I guess - appreciate such a simple way to convert POIs data into .idx and .url. I am not an expert in PC but I would really like to understand how the conversion works. I've been playing with files asc/csv/idx and so on and it seem they are "only a list"..but how can I compile the list????
__________________
I could show my BMW but I prefer to show my wife boobs...but, sorry, only by pic.
Reply With Quote
  #454  
Old 02-24-2010, 05:57 PM
Member
 
Join Date: Dec 2006
Location: Switzerland
Posts: 2,575
KiwiJochen is on a distinguished road
Quote:
Originally Posted by vince59it View Post
In this case, you'll have - at least - a beer paid by me in Rome!

Well this would really be a good support from you. I would really not only me I guess - appreciate such a simple way to convert POIs data into .idx and .url. I am not an expert in PC but I would really like to understand how the conversion works. I've been playing with files asc/csv/idx and so on and it seem they are "only a list"..but how can I compile the list????
How does it work?

The IDX and URL files have a simple structured format. The format is quite easy to figure out if you use a hex editor.

The IDX is an index file and contains only the POI ID number with the lat/long, expressed in a POSWGS notation, and the POI name. The data is sorted by longitude and if there are many POIs it is also indexed in blocks for fast searching.

The IDX file is used to show the POI locations on the map, and shows the name in the search results.

The URL file contains the details of the POIs, such as name, village, city, street, house number, phone number, brand name, name-starts-with, importance, entry-position, and any other attributes you may care to add. Whatever attributes you have in the file can be then used in the HTML file that displays the POI data.
You can store strings, integers, boolean, and probably other types.
The info is unlimited, just use your imagination as to what you wish to store in the URL file.

The URL file is used to show the detailed POI info about a POI when it has been selected after a search.
Reply With Quote
  #455  
Old 02-24-2010, 07:39 PM
cX3 cX3 is offline
Member
 
Join Date: Oct 2009
Location: Poland
Posts: 16
cX3 is on a distinguished road
Hello I had similar problem with asc2mk4_high, so figure out that Microsoft released Windowsupdate for stopping some DOS (16 bit) applications. So I switched to PC without this update and asc2mk4_high works again. Probably you can look for this in services.

Last edited by cX3; 02-24-2010 at 07:56 PM.
Reply With Quote
  #456  
Old 02-25-2010, 08:21 AM
vince59it's Avatar
Member
 
Join Date: Mar 2009
Location: italy
Posts: 217
vince59it is on a distinguished road
Quote:
Originally Posted by cX3 View Post
Hello I had similar problem with asc2mk4_high, so figure out that Microsoft released Windowsupdate for stopping some DOS (16 bit) applications. So I switched to PC without this update and asc2mk4_high works again. Probably you can look for this in services.
Well, I solved the problem as I downloaded the file again (if you need it we are at www.autoutility.it). I know Angelych does some changes form time to time, but I bleive my problem was corruption of the file. Actually is difficult to believe to me as it happened with two different PCs.
AFAIK there are only two similar "converter" asc2mk4_hig and the spanish asc2idxurl_mk4. IAW Kiwi explanation I guesse the doi the same.
__________________
I could show my BMW but I prefer to show my wife boobs...but, sorry, only by pic.
Reply With Quote
  #457  
Old 02-25-2010, 08:26 AM
vince59it's Avatar
Member
 
Join Date: Mar 2009
Location: italy
Posts: 217
vince59it is on a distinguished road
Quote:
Originally Posted by KiwiJochen View Post
How does it work?

The IDX and URL files have a simple structured format. The format is quite easy to figure out if you use a hex editor.

The IDX is an index file and contains only the POI ID number with the lat/long, expressed in a POSWGS notation, and the POI name. The data is sorted by longitude and if there are many POIs it is also indexed in blocks for fast searching.

The IDX file is used to show the POI locations on the map, and shows the name in the search results.

The URL file contains the details of the POIs, such as name, village, city, street, house number, phone number, brand name, name-starts-with, importance, entry-position, and any other attributes you may care to add. Whatever attributes you have in the file can be then used in the HTML file that displays the POI data.
You can store strings, integers, boolean, and probably other types.
The info is unlimited, just use your imagination as to what you wish to store in the URL file.

The URL file is used to show the detailed POI info about a POI when it has been selected after a search.
Kiwi YOU ARE THE MAN ...great explanation. I really appreciate very much your explanation. I owe you a couple of beer already when you are in Rome.
Well, the content of the file is very easy to understand. I opened the file with different editors and it is a simple list. WhatI do not know is the way to "build up the file". I will study your words and try to figure out how to manage the conversion. When you would make available the excel spreadsheet it would be great. It is not because I'm looking for things prepared thnaks to other's efforts...but, honestly I am not so expert .
Despite that, I must admit that it is tahnks to you all that I was able to do everything and even giving my modded navboot to ccfj1..I was honoured .
__________________
I could show my BMW but I prefer to show my wife boobs...but, sorry, only by pic.

Last edited by vince59it; 02-25-2010 at 09:57 AM.
Reply With Quote
  #458  
Old 02-25-2010, 04:11 PM
Member
 
Join Date: Dec 2006
Location: Switzerland
Posts: 2,575
KiwiJochen is on a distinguished road
See here:

POI Maker Website
Reply With Quote
  #459  
Old 03-05-2010, 02:16 PM
Member
 
Join Date: Nov 2007
Location: Maryland
Posts: 5
rwfisher is on a distinguished road
I'm 0/2 on my nav DVDs so far. First one would be recognized by the nav system, but there was corruption somewhere in the data (no addresses, street names, etc). The second one would not even be recognized by the DVD reader, even though i burned at 1x.

When I copy the modified DB back to the ISO file, is there anything inherently wrong with deleting the old DB folder in the ISO and substituting the POIson-modified one? I'm using ISOMaster if it matters....
Reply With Quote
  #460  
Old 03-07-2010, 04:09 PM
Member
 
Join Date: Mar 2010
Location: Germany
Posts: 4
ROCKER is on a distinguished road
oh damn i just dont understand how to do that lol. ive got my edited v32 (changed splash) but what now?
Reply With Quote
Reply

Bookmarks

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

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





All times are GMT -4. The time now is 03:22 PM.
vBulletin, Copyright 2026, Jelsoft Enterprises Ltd. SEO by vBSEO 3.6.0
© 2017 Xoutpost.com. All rights reserved. Xoutpost.com is a private enthusiast site not associated with BMW AG.
The BMW name, marks, M stripe logo, and Roundel logo as well as X3, X5 and X6 designations used in the pages of this Web Site are the property of BMW AG.
This web site is not sponsored or affiliated in any way with BMW AG or any of its subsidiaries.