Skip to content
  • Categories
  • Recent
  • Popular
  • Support
  • MyRoute-app
Collapse
Brand Logo

MRA Community Forum

  1. Home
  2. MyRoute-app Routeplanner
  3. [Web] Problems, Bugs and other Issues
  4. Problems with DIY POI Files

Problems with DIY POI Files

Scheduled Pinned Locked Moved [Web] Problems, Bugs and other Issues
14 Posts 7 Posters 296 Views 6 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Herman Veldhuizenundefined Herman Veldhuizen

    when I tried it I had to zoom in on the map to see them.

    Jörgenundefined Offline
    Jörgenundefined Offline
    Jörgen
    Valued contributor
    wrote last edited by
    #3

    @Herman-Veldhuizen said in Problems with DIY POI Files:

    when I tried it I had to zoom in on the map to see them.

    I know this. For control, I activated other POIs, to see the min. zoom factor.

    Hardware
    iPhone 12 pro (iOS 26.2.1)
    iPad (7.Gen.) 18.7.3
    Oukitel RT3 Pro (Andr. 14)
    Wireless CarPlay mit (Elebest C650)
    Wired CarPlay (SEAT Arona - 2021)
    MRA Workshops in Deutsch sind hier zu finden

    1 Reply Last reply
    0
    • Jörgenundefined Offline
      Jörgenundefined Offline
      Jörgen
      Valued contributor
      wrote last edited by
      #4

      Maybe someone with success, can sent me a csv file for testing.

      Hardware
      iPhone 12 pro (iOS 26.2.1)
      iPad (7.Gen.) 18.7.3
      Oukitel RT3 Pro (Andr. 14)
      Wireless CarPlay mit (Elebest C650)
      Wired CarPlay (SEAT Arona - 2021)
      MRA Workshops in Deutsch sind hier zu finden

      Con Hennekensundefined 1 Reply Last reply
      0
      • Mzokkundefined Offline
        Mzokkundefined Offline
        Mzokk
        wrote last edited by
        #5

        I have one for Irish Photo Rally waypoints but I don't have enough privileges to upload it here.

        1 Reply Last reply
        0
        • Jörgenundefined Jörgen

          Maybe someone with success, can sent me a csv file for testing.

          Con Hennekensundefined Offline
          Con Hennekensundefined Offline
          Con Hennekens
          Alpha tester
          wrote last edited by Con Hennekens
          #6

          @Jörgen, Found it!
          You need to swap lat/lon 😉
          The POI actually do import, on the other side of the globe... 😉
          (actually they don't, they are not valid coordinates)
          Try this:

          6.615499,51.225800,"Am Schulzentrum Kaarst","Forum"
          

          I am just an enthusiastic MRA user, and hope you will be one too!

          Most motorcycle problems are caused by the nut that connects the handlebar to the saddle.

          Streetpilot 2610 / Zumo 660 / Zumo 395 / Motorola Thinkphone + MRA app

          1 Reply Last reply
          0
          • Jörgenundefined Offline
            Jörgenundefined Offline
            Jörgen
            Valued contributor
            wrote last edited by
            #7

            Hi Con, you're a genius—how did you figure that out?
            I never would have guessed that.
            Why “Latitude, Longitude” in MRA?
            That's a bug in MRA, right?
            Google uses that format too—“Longitude, Latitude”

            By the way, my POIs where in the Arabian Sea, just off the coast of Somalia.
            I would never have found that.

            screenshot004.jpg

            Hardware
            iPhone 12 pro (iOS 26.2.1)
            iPad (7.Gen.) 18.7.3
            Oukitel RT3 Pro (Andr. 14)
            Wireless CarPlay mit (Elebest C650)
            Wired CarPlay (SEAT Arona - 2021)
            MRA Workshops in Deutsch sind hier zu finden

            Con Hennekensundefined 1 Reply Last reply
            0
            • BertMundefined Offline
              BertMundefined Offline
              BertM
              wrote last edited by
              #8

              This is the case already for a long time...
              It took me also some time to figure that one out.
              In my POI conversion tool I even made a special "MRA CSV export" to deal with this.
              I think it is by design as the GPX export is also the same

              1 Reply Last reply
              0
              • Corjan Meijerinkundefined Offline
                Corjan Meijerinkundefined Offline
                Corjan Meijerink
                Developer
                wrote last edited by
                #9

                Latitude / Longitude is the human friendly way.
                Longitude / Latitude is the mathematically correct way.

                This isn't a bug. It's a poor design choice perhaps from very long ago.
                But changing that now will cause more hassle than leaving it as is.

                Jörgenundefined 1 Reply Last reply
                2
                • Jörgenundefined Jörgen

                  Hi Con, you're a genius—how did you figure that out?
                  I never would have guessed that.
                  Why “Latitude, Longitude” in MRA?
                  That's a bug in MRA, right?
                  Google uses that format too—“Longitude, Latitude”

                  By the way, my POIs where in the Arabian Sea, just off the coast of Somalia.
                  I would never have found that.

                  screenshot004.jpg

                  Con Hennekensundefined Offline
                  Con Hennekensundefined Offline
                  Con Hennekens
                  Alpha tester
                  wrote last edited by
                  #10

                  @Jörgen, While I do not have a photographic memory whatsoever, I am a sucker for futile information... 😉 While testing your POI line I remembered an earlier conversation about this, that makes it less futile information 😉

                  What your exercise reveals, is that CSV files are not the prefered way of exchanging POI (or anything really) because columns have no designation (top row with column names) and fields can be broken simply when they contain a , ...Why not use GPX instead?

                  I am just an enthusiastic MRA user, and hope you will be one too!

                  Most motorcycle problems are caused by the nut that connects the handlebar to the saddle.

                  Streetpilot 2610 / Zumo 660 / Zumo 395 / Motorola Thinkphone + MRA app

                  Jörgenundefined 1 Reply Last reply
                  0
                  • Corjan Meijerinkundefined Corjan Meijerink

                    Latitude / Longitude is the human friendly way.
                    Longitude / Latitude is the mathematically correct way.

                    This isn't a bug. It's a poor design choice perhaps from very long ago.
                    But changing that now will cause more hassle than leaving it as is.

                    Jörgenundefined Offline
                    Jörgenundefined Offline
                    Jörgen
                    Valued contributor
                    wrote last edited by
                    #11

                    @Corjan-Meijerink said in Problems with DIY POI Files:

                    Latitude / Longitude is the human friendly way.
                    Longitude / Latitude is the mathematically correct way.

                    This isn't a bug. It's a poor design choice perhaps from very long ago.
                    But changing that now will cause more hassle than leaving it as is.

                    Maybe this should be mentioned in the manual. 😊

                    Hardware
                    iPhone 12 pro (iOS 26.2.1)
                    iPad (7.Gen.) 18.7.3
                    Oukitel RT3 Pro (Andr. 14)
                    Wireless CarPlay mit (Elebest C650)
                    Wired CarPlay (SEAT Arona - 2021)
                    MRA Workshops in Deutsch sind hier zu finden

                    1 Reply Last reply
                    1
                    • Jörgenundefined Offline
                      Jörgenundefined Offline
                      Jörgen
                      Valued contributor
                      wrote last edited by
                      #12

                      By the way, I got the information from here:

                      https://forum.myrouteapp.com/topic/5496/poi-file-format/2?_=1775682028073

                      So therefore, it is also wrong and need to be changed.

                      Hardware
                      iPhone 12 pro (iOS 26.2.1)
                      iPad (7.Gen.) 18.7.3
                      Oukitel RT3 Pro (Andr. 14)
                      Wireless CarPlay mit (Elebest C650)
                      Wired CarPlay (SEAT Arona - 2021)
                      MRA Workshops in Deutsch sind hier zu finden

                      1 Reply Last reply
                      0
                      • Con Hennekensundefined Con Hennekens

                        @Jörgen, While I do not have a photographic memory whatsoever, I am a sucker for futile information... 😉 While testing your POI line I remembered an earlier conversation about this, that makes it less futile information 😉

                        What your exercise reveals, is that CSV files are not the prefered way of exchanging POI (or anything really) because columns have no designation (top row with column names) and fields can be broken simply when they contain a , ...Why not use GPX instead?

                        Jörgenundefined Offline
                        Jörgenundefined Offline
                        Jörgen
                        Valued contributor
                        wrote last edited by
                        #13

                        @Con-Hennekens said in Problems with DIY POI Files:

                        Why not use GPX instead?

                        Just wanted to add some addresses from Google Maps, via Excel, into MRA.
                        This was the quickest way without using extra tools.

                        Anyway, I know now how to.

                        Thanks!!!

                        Hardware
                        iPhone 12 pro (iOS 26.2.1)
                        iPad (7.Gen.) 18.7.3
                        Oukitel RT3 Pro (Andr. 14)
                        Wireless CarPlay mit (Elebest C650)
                        Wired CarPlay (SEAT Arona - 2021)
                        MRA Workshops in Deutsch sind hier zu finden

                        Brian McGundefined 1 Reply Last reply
                        0
                        • Jörgenundefined Jörgen

                          @Con-Hennekens said in Problems with DIY POI Files:

                          Why not use GPX instead?

                          Just wanted to add some addresses from Google Maps, via Excel, into MRA.
                          This was the quickest way without using extra tools.

                          Anyway, I know now how to.

                          Thanks!!!

                          Brian McGundefined Offline
                          Brian McGundefined Offline
                          Brian McG
                          wrote last edited by
                          #14

                          @Jörgen if you had saved/exported a POI from MRA yopu could have inspected the file to get the format
                          60846afe-8378-4cf2-b3f4-6068f94d8bec-image.png

                          @Con-Hennekens CSV is the standard format for POI even MRA uses it to export 😉

                          BlackView BV7100, Android 12
                          Normaly navigate Routes in Offline mode with Offline Maps

                          1 Reply Last reply
                          0
                          Reply
                          • Reply as topic
                          Log in to reply
                          • Oldest to Newest
                          • Newest to Oldest
                          • Most Votes


                          ACTIVE USERS
                          Brian McGundefined
                          Brian McG
                          BertMundefined
                          BertM
                          Con Hennekensundefined
                          Con Hennekens
                          Jörgenundefined
                          Jörgen
                          Herman Veldhuizenundefined
                          Herman Veldhuizen
                          Corjan Meijerinkundefined
                          Corjan Meijerink
                          Mzokkundefined
                          Mzokk
                          POPULAR TOPICS
                          • Problems with DIY POI Files
                            Brian McGundefined
                            Brian McG
                            0
                            14
                            296

                          • Start route bij dichtstbijzijnde routepunt werkt niet
                            Philippe Veysundefined
                            Philippe Veys
                            0
                            15
                            647

                          • Gpx naar mra-route gaat fout
                            Guzzistundefined
                            Guzzist
                            0
                            5
                            64

                          • Route analysis in WEB planner...
                            Corrado Miniati 0undefined
                            Corrado Miniati 0
                            0
                            8
                            292

                          • Long Term Test in Patagonia - BMW R1250GS
                            Nick Dawsonundefined
                            Nick Dawson
                            0
                            4
                            110

                          • MRA V5.0.3 (449) iOS Gebührenpflichtige Straßen Autobahn ??
                            Axel Härtlundefined
                            Axel Härtl
                            0
                            6
                            96

                          • Different paths between TT and Here algorithms
                            RainerTundefined
                            RainerT
                            0
                            6
                            205

                          • MRA V5.0.3 (449) The contrast is not sufficient
                            Hubert Thoringundefined
                            Hubert Thoring
                            0
                            23
                            216
                          MY GROUPS
                          • Login

                          • Login or register to search.
                          • First post
                            Last post
                          0
                          • Categories
                          • Recent
                          • Popular
                          • Support
                          • MyRoute-app