Welcome guest, is this your first visit? Click the "Create Account" button now to join.
Results 1 to 3 of 3
  1. #1
    Member
    Join Date
    Nov 2017
    Location
    earth
    Posts
    10
    Rep Power
    0

    Default motorway junction numbers uk

    anybody interested in creating junction numbers for igo?

    the only way i can think of is to create individual kml files and number icons per junction the files would be tiny a few kb but there would be hundreds of files

    or is it possible to create one file that points to each icon such as

    Code:
    Please Login or Register to see the links
    that would not work it would just point to 1.bmp

    it needs to have some code to point each coordinate to each icon any ideas ???



    Moved to proper section
    Last edited by Midnight Blues; 16th April 2018 at 07:04 AM.

  2.    Advertissements


  3. #2
    Master
    Join Date
    Aug 2011
    Location
    uk
    Posts
    160
    Rep Power
    560

    Default

    A "rough & ready" solution that might suit your needs is this -


    This poi kml & icons here - [Only registered and activated users can see links. ]

    (a GB kml of motorway junctions, motorway services & congestion zones)

    then follow these instructions here for your sys.txt and mapstates.ini [Only registered and activated users can see links. ]

    will give you this

    Spoiler: screen shot
    [Only registered and activated users can see links. ]

    ( M4, junction 4 west )

    Note : this only works for primo

    If you only wish to only know the next up coming motorway junction, here are a few solutions.

    [Only registered and activated users can see links. ]
    [Only registered and activated users can see links. ]
    [Only registered and activated users can see links. ]
    [Only registered and activated users can see links. ]


  4. #3
    Member
    Join Date
    Nov 2017
    Location
    earth
    Posts
    10
    Rep Power
    0

    Default

    Thank you im gonna pick trough the coding see what i can come up with its not for me in particular but just a pet project

    so a quick look at the code and i think this code would do the job the code comes from the travel kml just need to get a set of icons for all jun numbers and edit the kml to add in the correct code might take me a few weeks to get it but the result would be every junction number displayed

    name>M1</name>

    <metadata><igoicon><filename>1.bmp</filename></igoicon></metadata>

    <Placemark>
    <name>J1</name>

    <Point>

    <coordinates>-1.7933000,55.5652000,0</coordinates>

    </Point>

    </Placemark>


    name>M1</name>

    <metadata><igoicon><filename>2.bmp</filename></igoicon></metadata>

    <Placemark>
    <name>J2</name>

    <Point>

    <coordinates>-1.7933000,55.5652000,0</coordinates>

    </Point>

    </Placemark>
    Last edited by Boki; 16th April 2018 at 09:38 PM.

 

 

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •