Xoutpost.com

Xoutpost.com (https://xoutpost.com/forums.php)
-   Navigation System (https://xoutpost.com/electronics/navigation-system/)
-   -   POI Maker (https://xoutpost.com/electronics/navigation-system/70775-poi-maker.html)

aise 03-08-2010 08:00 AM

ok. i need to enter SELNAME to excel (all .idx files on 2010 DVD have SELNAME:S:) and generate new files. then it should work.

vince59it 03-08-2010 10:12 AM

Quote:

Originally Posted by aise (Post 720686)
iīve just sent you the files. i didnīt edit the SF_xxx.HTM file (didnīt know that i had to). iīll give it another try. one thing i saw is that if no data under ENTP1 formulas need to be deleted or it will include the 166666666 values in .url file.

print out the lsc.file and you will realize why. Anyway there is a good english documents that explains very well how and where modify files. What Kiwi is trying to tell you is that it is not just a copy and paste procedure, but you have to replace the reference in all the files. I did by myself form the scratch and it works perfectly and I did my own display menu.

vince59it 03-08-2010 10:16 AM

Quote:

Originally Posted by KiwiJochen (Post 720564)
Just as easy:

1. Copy latitude column
2. Paste into POI Maker latitude column

Repeat for Longitude and for Name
Add any other desired data

Very easy.

it very easy indeed, but when you open the .asc file it is not yet divided in column and you have to do it; then you have to convert numbers or the format does not work. My intent is to create a macro that:
- takes the full string from the single row;
- divides string into column (at least lat, long and names)
- converts lat and long in the appropriate format (divide by 1000000 and put 6 decimals)
- moves the column in the appropriate column of POI maker

KiwiJochen 03-08-2010 01:42 PM

Email me the ASC file so i can see the format

vince59it 03-09-2010 05:26 AM

Quote:

Originally Posted by KiwiJochen (Post 720761)
Email me the ASC file so i can see the format

Actually it is a simple .asc file generated by POIedit - nothing more nothing less - then I just open the file with excel but I got only single rows, this is way.
BTW I modified your excel wsheet to have the .idx and .url heading as required (I know it is not a critical item) but it was to understand a little bit more about VBA.
Now I have added other sheets in the POI maker from where I can pick up the data already converted in columns.
My goal is now to "push a button" to convert one row data into three columns. I'm studying VBA... :yawn:

aise 03-09-2010 09:19 AM

i still havenīt managed to get this thing working. 2010 HIGH has different field names (original .url files contain POSWGS:S:19|NAME:S:35|STREET:S:44|HOUSENUMBER:S:4| CITY:S:52|ZIP:S:8|PHONE:S:17|FNM:S:0|NT:S:1|FACPAG E:S:67|_:S:3 but POI_Maker .url files contain POSWGS:S:19|NAME:S:16|VILLAGE:S:0|CITY:S:3|STREET: S:3|HOUSENUMBER:S:3|PHONE:S:11|COUNTRY:S:5|BRANDNA ME:S:3|NSW1:S:1|IMPORTANCE:S:1|ENTP1:S:19|ENTP2:S: 0|ENTP3:S:0|ENTP4:S:0|_:S:1)

vince59it 03-09-2010 09:41 AM

Quote:

Originally Posted by aise (Post 720979)
i still havenīt managed to get this thing working. 2010 HIGH has different field names (original .url files contain POSWGS:S:19|NAME:S:35|STREET:S:44|HOUSENUMBER:S:4| CITY:S:52|ZIP:S:8|PHONE:S:17|FNM:S:0|NT:S:1|FACPAG E:S:67|_:S:3 but POI_Maker .url files contain POSWGS:S:19|NAME:S:16|VILLAGE:S:0|CITY:S:3|STREET: S:3|HOUSENUMBER:S:3|PHONE:S:11|COUNTRY:S:5|BRANDNA ME:S:3|NSW1:S:1|IMPORTANCE:S:1|ENTP1:S:19|ENTP2:S: 0|ENTP3:S:0|ENTP4:S:0|_:S:1)

so what? :rolleyes: you only need to fill the one that you need. For POI basic infos are lat,long and name tha is it. :D

KiwiJochen 03-09-2010 10:01 AM

Quote:

Originally Posted by aise (Post 720979)
i still havenīt managed to get this thing working. 2010 HIGH has different field names (original .url files contain POSWGS:S:19|NAME:S:35|STREET:S:44|HOUSENUMBER:S:4| CITY:S:52|ZIP:S:8|PHONE:S:17|FNM:S:0|NT:S:1|FACPAG E:S:67|_:S:3 but POI_Maker .url files contain POSWGS:S:19|NAME:S:16|VILLAGE:S:0|CITY:S:3|STREET: S:3|HOUSENUMBER:S:3|PHONE:S:11|COUNTRY:S:5|BRANDNA ME:S:3|NSW1:S:1|IMPORTANCE:S:1|ENTP1:S:19|ENTP2:S: 0|ENTP3:S:0|ENTP4:S:0|_:S:1)

But in POI Maker you have the full flexibility to use any names you want.

Note that the names in the 2010 HIGH map vary according to what URL category you are looking at - some categories have more names than others.

When making your own category, you decide what data you want in the URL file, and then set the names to what you want.

Remember, the names in the URL file drive what information can be displayed on the Search Results screen.
If you want lots of detail, and click-able phone numbers, add them to your URL file!
If you want nothing more than NAME, then delete the other names.

It's that simple!

aise 03-09-2010 10:12 AM

so i should modify this line in the .url POSWGS:S:19|NAME:S:16|STREET:S:0|HOUSENUMBER:S:0|C ITY:S:0|ZIP:S:0|PHONE:S:0|FNM:S:0|NT:S:0|FACPAGE:S :0

to look like this POSWGS:S:19|NAME:S:16 ? or i just leave them be with the 0 value?

KiwiJochen 03-09-2010 11:02 AM

Quote:

Originally Posted by aise (Post 720988)
so i should modify this line in the .url POSWGS:S:19|NAME:S:16|STREET:S:0|HOUSENUMBER:S:0|C ITY:S:0|ZIP:S:0|PHONE:S:0|FNM:S:0|NT:S:0|FACPAGE:S :0

to look like this POSWGS:S:19|NAME:S:16 ? or i just leave them be with the 0 value?

The length of the data is calculated automatically by Excel (as long as you leave the formulas intact).

The names that you use are governed by the HTM Search Result file that you use.

I do not know what category POIs you are adding (Flower Shops?) and how much detail you want to show (just Name? Or Name, Photos, Address, and Owners's Name?).

What you enter in the URL file depends purely on what YOU want to do with the data !!


All times are GMT -4. The time now is 02:09 PM.

vBulletin, Copyright 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.6.0
Đ 2017 Xoutpost.com. All rights reserved.