Welcome guest, is this your first visit? Click the "Create Account" button now to join.
Page 5 of 6 FirstFirst ... 3456 LastLast
Results 41 to 50 of 56
  1. #41
    Master
    Join Date
    Aug 2011
    Location
    uk
    Posts
    157
    Rep Power
    514

    Default

    Quote Originally Posted by Monky View Post
    Hi morco, would it be possible to modify this great UX utility for the Andoid system?
    Hi monky

    I am of the understanding that Igo Nextgen can display traffic lights from data contained within the map files where as Igo Primo can not.

    It might be of benefit to modify the UX for Nextgen so as to add an 'alert' for when approaching traffic lights but I'm not looking to do this at the moment.


    So with that in mind, here is my Traffic Lights UX, modified for use with Igo Primo android

    compatible with display-landscape
    width 1024 to 1280 px
    Height 552 to 800 px

    compatible with display-Portrait
    width 600 to 800 px
    Height 960 to 1280 px

    Country data is still required.

    This post requires you to click the "LIKE this post" button and hit F5 to read this content.
    Attached Files Attached Files
    • This post requires you to click the "LIKE this post" button to see Attachments.
    Last edited by morco; 12th June 2020 at 03:16 PM.

  2.    Advertissements


  3. #42
    Member
    Join Date
    Mar 2020
    Location
    Hungary
    Posts
    29
    Rep Power
    30

    Default

    Hi Boki!
    A question. I have an IGO NextGen Pack 19 + PAL, but there are very few camera data in SPC files. What were you thinking?
    From: Jasz

  4. #43
    Member
    Join Date
    Mar 2020
    Location
    Hungary
    Posts
    29
    Rep Power
    30

    help traffic light

    Hi Morco!
    You don't have a recent list? I know it did not to much change to since then. I am thanks for the Hungarian list!
    You are the Greatest!
    for You! I'm sorry you have exited out of the EU
    Last edited by Jasz; 20th April 2022 at 04:22 PM.

  5. #44
    Master
    Join Date
    Aug 2011
    Location
    uk
    Posts
    157
    Rep Power
    514

    Default

    @ Jasz

    Thank you for your kind words

    Please find an update file for Hungary here

    [Only registered and activated users can see links. ]

    (Post #24 of this thread)

    Private Messages Please use the forum.

  6. #45
    Member
    Join Date
    Mar 2020
    Location
    Hungary
    Posts
    29
    Rep Power
    30

    Default morco

    Hi morco! One more request. Can you give me updated Austrian lamps? I just want to get there.
    Thanks: Jasz
    P.S. Something else came to my mind. You driving on the left side of the driveway. Do you have an app that knows this?We are used the left government leadership.. How is it? Help me.
    Last edited by Jasz; 5th May 2022 at 03:56 PM.

  7. #46
    Master
    Join Date
    Aug 2011
    Location
    uk
    Posts
    157
    Rep Power
    514

    Default

    @jasz

    Updated traffic light data for Austria can be found here [Only registered and activated users can see links. ] (post #11)


    info in map data provides Nextgen or Primo which side you should be driving on


    ********************************************************************************


    Below is a basic version of my 'UX' for Nextgen (not Luna)

    A replacement for original speedcam.zip UX

    This post requires you to click the "LIKE this post" button and hit F5 to read this content.


    Has only been tested on emulator with a gps track simulator


    No sys.txt entry = usual beep alerts

    sys.txt entry below should give spoken alerts
    Spoiler: sys.txt entry
    Code:
    Please Login or Register to see the links


    ( tested using the standard google text to speech (speech services)installed and unisex 'tts' voice within Nextgen)
    Attached Files Attached Files
    • This post requires you to click the "LIKE this post" button to see Attachments.
    Private Messages Please use the forum.

  8. #47
    Member + wowanzik's Avatar
    Join Date
    Mar 2012
    Location
    Deuschland
    Posts
    37
    Rep Power
    37

    Default

    Can you upgrade Germany traffic light?

  9. #48
    Master
    Join Date
    Aug 2011
    Location
    uk
    Posts
    157
    Rep Power
    514

    Default

    @wowanzik

    I will try & get it done when I can , but if you or anyone else can do updates using my following post then that would be better

    Done12/5/22

    Link below

    [Only registered and activated users can see links. ]
    Last edited by morco; 22nd July 2022 at 07:48 PM.
    Private Messages Please use the forum.

  10. #49
    Master
    Join Date
    Aug 2011
    Location
    uk
    Posts
    157
    Rep Power
    514

    Default

    Creating the traffic light data file is quite time consuming, there are probably better ways to do it but I haven't had the time to find out.

    For those who would like to do it themselves so i don't have to , here is my method.

    This method could also be used for creating other alerts or POI's using data from Open Street Map by changing the 'query'



    Create your own traffic light data from Open Street Map.
    ********************************************************

    Spoiler: Required
    1/ Overpass Turbo (website) [Only registered and activated users can see links. ]

    2/ KML Merger (website) [Only registered and activated users can see links. ]

    3/ ITN Converter (software) [Only registered and activated users can see links. ]

    4/ Microsoft Excel (software)



    Spoiler: Overpass Turbo
    Overpass Turbo can not extract a whole country in one go so ,with the help of Wikipedia, you will need to break down the Country in to administrative divisions, States or districts.

    Watch out for areas that have the same name as the capital city.
    A further search for the area names around the city will be needed to get all the data for that area.



    1/ open overpass turbo

    2/ Replace all the code in the left hand panel with this code below

    Code:
    Please Login or Register to see the links
    3/ In the code, replace all the words in capitals (REPLACE THIS TEXT WITH THE AREA NAME) with the area name & run. when complete, export the data as a kml file


    Spoiler: kml Merger
    1/ upload kml files

    2/ download merged kml file



    Spoiler: ITN Converter
    1/ open merged kml file, be patient as it can take a while to load.

    2/ export as CSV(*csv)

    2a/ settings , latitude column 02, longitude column 01. nothing else is required.



    Spoiler: Microsoft Excel
    1/ open csv file

    2/ add category 30, type 30 in the first box of column C, 'click & hold' the bottom right hand corner of the box (see picture 1).
    drag the box down unil you reach the last line of the coordinates, then release your mouse button. The column should then be '30' all the way down. (see picture 2)

    3/ repeat the procedure for column D,E & F, using 0

    4/ rename line 1 to read X,Y,TYPE,SPEED,DIRTYPE,DIRECTION (see picture 3)

    5/ save file as csv.

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



    Spoiler: On computer
    1/ Find the folder where you saved your csv file, make sure you have filename extensions 'ticked' in folder view .


    2/ Rename the extension from .csv to .txt, (ignore warnings).


    Job done
    Last edited by morco; 6th May 2022 at 09:33 PM. Reason: spelling error
    Private Messages Please use the forum.

  11. #50
    Junior Member
    Join Date
    May 2014
    Location
    Slovakia
    Posts
    4
    Rep Power
    0

    Default

    Can you upgrade Slovakia traffic light (800_480)?
    Last edited by Boki; 9th June 2022 at 06:42 AM. Reason: approved

 

 

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
  •