Menu

#31 Questions regarding maps and offline use

v1.5
open
nobody
None
5
2021-06-12
2015-01-26
Nitin Ullal
No

Hi,

I just stumbled upon Viking. Fantastic program and I will start using is now. I have some questions:

  • I have huge offline tile stores which I created in MOBAC, which I want to use in Viking. I guess I'll have to export the tiles in the right format and create a custom maps.xml. Will that work and which format is required?
  • Can I override this setting viking.globals.mapcache_size=1024 to fit my needs, for example 4 GB or even higher or will Viking not work? The alps in OSM zoom 1-16 is big.
  • I am having problem with the online routing. Neither does refine route work nor selecting the waypoints to calculate the partial route.
  • As route providers I only have OSMR. Google Maps Routing is not selectable.
  • Is there offline routing available somehow?
  • Can any of the maps be used? http://download.mapsforge.org/maps/ or http://download.geofabrik.de/europe.html

In short I want to able to use everything offline, since there is no gurantee for internet where I am.

Please let me know how I can donate to this project.

Regards
Nitin

Related

Support Requests: #31

Discussion

  • Rob Norris

    Rob Norris - 2015-02-03

    I assume you are using Viking 1.5.

    • I have huge offline tile stores which I created in MOBAC, which I want to use in Viking. I guess I'll have to export the tiles in the right format and create a custom maps.xml. Will that work and which format is required?

    I'm sorry but I don't what format MOBAC uses for it's tile stores.

    If possible you'll need to export MOBAC tile stores into an 'OSM Tile Layout' structure: /zoom/x/y.png

    Then when creating a map layer in Viking - set the Map Type as 'On Disk OSM Tile Format' & set the Map Directory to of the export above.

    The next version of Viking will have some more features available in the customizable maps.xml file which may be useful (such as specifying .jpg rather than it must be .png)

    You might be able to use the MOBAC storage directly.

    • Can I override this setting viking.globals.mapcache_size=1024 to fit my needs, for example 4 GB or even higher or will Viking not work? The alps in OSM zoom 1-16 is big.

    This map cache size is only for the in memory (RAM) temporary storage during the program run. There is no disk storage limits (other than the size of the hard disk itself!)

    • I am having problem with the online routing. Neither does refine route work nor selecting the waypoints to calculate the partial route.
    • As route providers I only have OSMR. Google Maps Routing is not selectable.

    Google Map routing is only available if GPSBabel is installed on your system (since this is used to convert the response of a routing request from Google into something Viking can understand).

    I don't use the routing feature much myself.

    I think the next (imminent) release will have a slightly improved route finder. As once selected just keep clicking on the next point to continually build up the route. (Rather than the current situation of needing to click for start and end points.) Waypoints are not used in calculating routes.

    For refining a route, in my opinion it's best to manually draw a route of a few key positions you want to go and then refine that route - which should then fill in detail between them.

    • Is there offline routing available somehow?

    Currently there is no offline routing within Viking.

    However, one should be able to run an OSRM instance on your own computer and then instruct Viking to connect to that by extending the routing.xml configuration file.
    [This is something I must try, but installing OSRM is not a one step process...]

    The next release will include Mapnik Rendering to create maps from Mapnik datasources - which can include OSM data if imported to a database.
    Thus you can use the Standard OSM-Carto map style - see the Switch2OSM.org & OSM Carto websites on how to setup the database.

    Currently Mapnik Rendering is expected to be available only in Linux builds. [The code is cross platform but the building is not]

    [A preliminary version (source code only) is at https://github.com/rnorris/viking/tree/MapnikRenderingLayer]

    In short I want to able to use everything offline, since there is no gurantee for internet where I am.
    Please let me know how I can donate to this project.

    Using the new Mapnik Rendering enables completely offline use to cover areas where you don't have pre-generated map tiles.

    Viking is not set up to accept monetary donations - I personally don't need it - although a lovely postcard from where you live would be nice :)

    You could do any of these (in rough order of ease of doing it):

    • Promote usage of Viking on your own Blog / Social Media / etc...
    • Give further feedback about bugs/features via the SourceForge tracker (note there are plenty of outstanding features already)
    • Write How To guides / Video Screen Casts for usage of Viking
    • Improve the wiki documentation
    • Improve the official in built documentation
    • Write (predominantly C) code to address bugs/features
    • Create cross build scripts/mechanism to generate Windows executables
    • Create MacOS .dmg installer
     

    Last edit: Rob Norris 2015-02-03
    • Nitin Ullal

      Nitin Ullal - 2015-02-11

      Hi Rob,

      thanks for your feedback. Couldn't get everything to work with the
      offline tiles, but that is only a question of time. Too much other stuff
      to do.

      Started helping with the German translation.

      Looking forward to future releases of Viking.

      Regards
      Nitin

      On 03.02.2015 02:28, Rob Norris wrote:

      I assume you are using Viking 1.5.

        * I have huge offline tile stores which I created in MOBAC,
          which I want to use in Viking. I guess I'll have to export the
          tiles in the right format and create a custom maps.xml. Will
          that work and which format is required?
      

      I'm sorry but I don't what format MOBAC uses for it's tile stores.

      If possible you'll need to export MOBAC tile stores into an 'OSM Tile
      Layout' structure: /zoom/x/y.png

      Then when creating a map layer in Viking - set the Map Type as 'On
      Disk OSM Tile Format' & set the Map Directory to of the export above.

      The next version of Viking will have some more features available in
      the customizable maps.xml file which may be useful (such as specifying
      .jpg rather than it must be .png)

      You might be able to use the MOBAC storage directly.

        * Can I override this setting viking.globals.mapcache_size=1024
          to fit my needs, for example 4 GB or even higher or will
          Viking not work? The alps in OSM zoom 1-16 is big.
      

      This map cache size is only for the in memory (RAM) temporary storage
      during the program run. There is no disk storage limits (other than
      the size of the hard disk itself!)

        * I am having problem with the online routing. Neither does
          refine route work nor selecting the waypoints to calculate the
          partial route.
        * As route providers I only have OSMR. Google Maps Routing is
          not selectable.
      

      Google Map routing is only available if GPSBabel is installed on your
      system (since this is used to convert the response of a routing
      request from Google into something Viking can understand).

      I don't use the routing feature much myself.

      I think the next (imminent) release will have a slightly improved
      route finder. As once selected just keep clicking on the next point to
      continually build up the route. (Rather than the current situation of
      needing to click for start and end points.) Waypoints are not used in
      calculating routes.

      For refining a route, in my opinion it's best to manually draw a route
      of a few key positions you want to go and then refine that route -
      which should then fill in detail between them.

        * Is there offline routing available somehow?
      

      Currently there is no offline routing within Viking.

      However, one should be able to run an OSRM instance on your own
      computer and then instruct Viking to connect to that by extending the
      routing.xml configuration file.
      [This is something I must try, but installing OSRM is not a one step
      process...]

        * Can any of the maps be used?
          http://download.mapsforge.org/maps/
          <http://download.mapsforge.org/maps> or
          http://download.geofabrik.de/europe.html
      

      The next release will include Mapnik Rendering to create maps from
      Mapnik datasources - which can include OSM data if imported to a database.
      Thus you can use the Standard OSM-Carto map style - see the
      Switch2OSM.org & OSM Carto websites on how to setup the database.

      Currently Mapnik Rendering is expected to be available only in Linux
      builds. [The code is cross platform but the building is not]

      [A preliminary version (source code only) is at
      https://github.com/rnorris/viking/tree/MapnikRenderingLayer]

      In short I want to able to use everything offline, since there is
      no gurantee for internet where I am.
      Please let me know how I can donate to this project.
      

      Using the new Mapnik Rendering enables completely offline use to cover
      areas where you don't have pre-generated map tiles.

      Viking is not set up to accept monetary donations - I personally don't
      need it - although a lovely postcard from where you live would be nice :)

      You could do any of these:

      • Promote usage of Viking on your own Blog / Social Media / etc...
      • Write How To guides / Video Screen Casts for usage of Viking
      • Give further feedback about bugs/features via the SourceForge
        tracker (note there are plenty of outstanding features already)
      • Improve the wiki documentation
      • Improve the official in built documentation
      • Write (predominantly C) code to address bugs/features
      • Create a the cross build mechanism to generate Windows executables.

      [support-requests:#31]
      http://sourceforge.net/p/viking/support-requests/31 Questions
      regarding maps and offline use

      Status: open
      Group: v1.5
      Created: Mon Jan 26, 2015 04:31 PM UTC by Nitin Ullal
      Last Updated: Mon Jan 26, 2015 04:31 PM UTC
      Owner: nobody

      Hi,

      I just stumbled upon Viking. Fantastic program and I will start using
      is now. I have some questions:
      - I have huge offline tile stores which I created in MOBAC, which I
      want to use in Viking. I guess I'll have to export the tiles in the
      right format and create a custom maps.xml. Will that work and which
      format is required?
      - Can I override this setting viking.globals.mapcache_size=1024 to fit
      my needs, for example 4 GB or even higher or will Viking not work? The
      alps in OSM zoom 1-16 is big.
      - I am having problem with the online routing. Neither does refine
      route work nor selecting the waypoints to calculate the partial route.
      - As route providers I only have OSMR. Google Maps Routing is not
      selectable.
      - Is there offline routing available somehow?
      - Can any of the maps be used? http://download.mapsforge.org/maps/
      http://download.mapsforge.org/maps or
      http://download.geofabrik.de/europe.html

      In short I want to able to use everything offline, since there is no
      gurantee for internet where I am.

      Please let me know how I can donate to this project.

      Regards
      Nitin


      Sent from sourceforge.net because you indicated interest in
      https://sourceforge.net/p/viking/support-requests/31/
      https://sourceforge.net/p/viking/support-requests/31

      To unsubscribe from further messages, please visit
      https://sourceforge.net/auth/subscriptions/
      https://sourceforge.net/auth/subscriptions

      --
      Nitin Ullal

      Greetings to NSA, 911 fakers, Prism, Bitcoin haters and all other monkeys. Go and bug someone else.

      Threema ID DUFNN9X6

      PGP
      -----BEGIN PGP PUBLIC KEY BLOCK-----
      Version: GnuPG v1.4.10 (MingW32)

      mQENBFGLV7ABCACm9afsDJqds+Pyeuc9hdSmwuvPTnhU/2Tg22YajrmPqxdssb4U
      JNAcdrV4BIHXy0w0FQGCtwjFIbAzp9pg6aTQC4C4GxS1LdOJFV/VpNBNfGc1RQAn
      SxYb7wIzaPOXf/639eeuQy8e0686DNL829vbNIUgCsrzrRe3sg10HDwUBcm1Pbpk
      yJnrU1EeYQNIFi6votGZ4qdTICnf4Xiy1Qw+mLxSw92j2/VXqbpZ5j0Fe+8ievWb
      Hl3dZQzoNXKTXZF8HrE5/epaC8iIYIoZwP7KQHRdxFwAUc6uBfoFrEty8RR7NOQL
      zxuHvrqbQe0XRnT1Fk2VXs6rEHijoVW4PosZABEBAAG0HE5pdGluIFVsbGFsIDxu
      aXRpbkB1bGxhbC5jaD6JATgEEwECACIFAlGLV7ACGyMGCwkIBwMCBhUIAgkKCwQW
      AgMBAh4BAheAAAoJEF+WpG+/OxFqeAMH/iz2+wjz48RY22UvKrgmGG2ml0WgFi80
      5hQdW10OWIFU08wfGcpfWMG86TYJ4xCvQyMDwPX/DKqcTLEr8FRjNUp+j9MuxZSX
      nhNl/07I2FVcQE742KvC/OFgZ6x85k2tffbv2v5cD7vPv7syYPkgzcbSYqA+N5dc
      FJTB5tdUfMLslAd4XxLHYJT4QsLpqE0OQR07CaHRAj/hg+pLzEb5cuckAea/iAbm
      +mlBi+UtEWdVgo7NL0C0LadTiXvFBVM0ubsFp/7z6C2oAGEyWfqDqmrS1gCNjByf
      xCfgfBLk6hVk/HrVfrGEynAXKuOsqFzg5hbbyOvW8qMEM33CmgYhHYO5AQ0EUYtX
      sAEIAL2y/OUXU7TPkd3yhVI605DJmmccSeva7Vg7HkDLluDe79f3XW3/w8HUdZ8o
      FS2gbAlHp9Jr63jSaxCIz1B6fdIZiCRr1Fp7qSEFr4RGY8QNv4WSJbgDOW8ttAff
      crvvj/Sjx3/vnfUH0kGxqjistk9sFDTReHAm5shkeFumXeE9XChFq8KNmukfn+VZ
      tpG0xlHGPTLaqtwTUhmhy3hw7Ys48YkdXSMX9jcB3x6rlnZlkmHdXHcSXzy8nBk2
      hYyKshGcfi1cZFtnIRjhUcU6Q35sk1D0hTygSO/3FavPiyvCGbU5+8cZlpXOgu4K
      gpQXf/5QOXJHvcJRuQaiCDZPWlkAEQEAAYkBHwQYAQIACQUCUYtXsAIbDAAKCRBf
      lqRvvzsRavOyCACPCBjn9YOL1inWCvTPUefV6ZRf681/R2MFjhfBQK6LZHn/lrG0
      4a26n9tXSVr9qD95rccV/RIzfnxxzPdqZJE33kIGljoDXoAaboDcHuJUjOsm2xD0
      z6F35J1E0NCOhRt3z8WG1Jw4NdIl40FoXEuv2SV3JgvQ8PLZvEkgg4oDNGKAWMIG
      AwvSxDJAGok+/UyAmfwA5lYiFd1MBbWdQh4VXds64rjaaMNjME42uelCdNT6g27S
      RRoVyeRED2G9qR9ERIE6gRNyBm4ckmrB9ItZtpVzWQFsfOhoKNY/4LLtZHsDsCJR
      FTwV+rrjK5YLl/nE27BVE4TgKyy71ZcdKfqF
      =1CKz
      -----END PGP PUBLIC KEY BLOCK-----

       

      Related

      Support Requests: #31

    • Nitin Ullal

      Nitin Ullal - 2015-05-06

      Hi Rob,

      I am working on the translations again. There are some entries, where I
      am not sure if there are mistakes or placeholders.

      For example "Split Se_gments" and "Split at _Trackpoint".

      Can you give me a hint?

      Kind regards
      Nitin

      On 03.02.2015 02:28, Rob Norris wrote:

      I assume you are using Viking 1.5.

        * I have huge offline tile stores which I created in MOBAC,
          which I want to use in Viking. I guess I'll have to export the
          tiles in the right format and create a custom maps.xml. Will
          that work and which format is required?
      

      I'm sorry but I don't what format MOBAC uses for it's tile stores.

      If possible you'll need to export MOBAC tile stores into an 'OSM Tile
      Layout' structure: /zoom/x/y.png

      Then when creating a map layer in Viking - set the Map Type as 'On
      Disk OSM Tile Format' & set the Map Directory to of the export above.

      The next version of Viking will have some more features available in
      the customizable maps.xml file which may be useful (such as specifying
      .jpg rather than it must be .png)

      You might be able to use the MOBAC storage directly.

        * Can I override this setting viking.globals.mapcache_size=1024
          to fit my needs, for example 4 GB or even higher or will
          Viking not work? The alps in OSM zoom 1-16 is big.
      

      This map cache size is only for the in memory (RAM) temporary storage
      during the program run. There is no disk storage limits (other than
      the size of the hard disk itself!)

        * I am having problem with the online routing. Neither does
          refine route work nor selecting the waypoints to calculate the
          partial route.
        * As route providers I only have OSMR. Google Maps Routing is
          not selectable.
      

      Google Map routing is only available if GPSBabel is installed on your
      system (since this is used to convert the response of a routing
      request from Google into something Viking can understand).

      I don't use the routing feature much myself.

      I think the next (imminent) release will have a slightly improved
      route finder. As once selected just keep clicking on the next point to
      continually build up the route. (Rather than the current situation of
      needing to click for start and end points.) Waypoints are not used in
      calculating routes.

      For refining a route, in my opinion it's best to manually draw a route
      of a few key positions you want to go and then refine that route -
      which should then fill in detail between them.

        * Is there offline routing available somehow?
      

      Currently there is no offline routing within Viking.

      However, one should be able to run an OSRM instance on your own
      computer and then instruct Viking to connect to that by extending the
      routing.xml configuration file.
      [This is something I must try, but installing OSRM is not a one step
      process...]

        * Can any of the maps be used?
          http://download.mapsforge.org/maps/
          <http://download.mapsforge.org/maps> or
          http://download.geofabrik.de/europe.html
      

      The next release will include Mapnik Rendering to create maps from
      Mapnik datasources - which can include OSM data if imported to a database.
      Thus you can use the Standard OSM-Carto map style - see the
      Switch2OSM.org & OSM Carto websites on how to setup the database.

      Currently Mapnik Rendering is expected to be available only in Linux
      builds. [The code is cross platform but the building is not]

      [A preliminary version (source code only) is at
      https://github.com/rnorris/viking/tree/MapnikRenderingLayer]

      In short I want to able to use everything offline, since there is
      no gurantee for internet where I am.
      Please let me know how I can donate to this project.
      

      Using the new Mapnik Rendering enables completely offline use to cover
      areas where you don't have pre-generated map tiles.

      Viking is not set up to accept monetary donations - I personally don't
      need it - although a lovely postcard from where you live would be nice :)

      You could do any of these:

      • Promote usage of Viking on your own Blog / Social Media / etc...
      • Write How To guides / Video Screen Casts for usage of Viking
      • Give further feedback about bugs/features via the SourceForge
        tracker (note there are plenty of outstanding features already)
      • Improve the wiki documentation
      • Improve the official in built documentation
      • Write (predominantly C) code to address bugs/features
      • Create a the cross build mechanism to generate Windows executables.

      [support-requests:#31]
      http://sourceforge.net/p/viking/support-requests/31 Questions
      regarding maps and offline use

      Status: open
      Group: v1.5
      Created: Mon Jan 26, 2015 04:31 PM UTC by Nitin Ullal
      Last Updated: Mon Jan 26, 2015 04:31 PM UTC
      Owner: nobody

      Hi,

      I just stumbled upon Viking. Fantastic program and I will start using
      is now. I have some questions:
      - I have huge offline tile stores which I created in MOBAC, which I
      want to use in Viking. I guess I'll have to export the tiles in the
      right format and create a custom maps.xml. Will that work and which
      format is required?
      - Can I override this setting viking.globals.mapcache_size=1024 to fit
      my needs, for example 4 GB or even higher or will Viking not work? The
      alps in OSM zoom 1-16 is big.
      - I am having problem with the online routing. Neither does refine
      route work nor selecting the waypoints to calculate the partial route.
      - As route providers I only have OSMR. Google Maps Routing is not
      selectable.
      - Is there offline routing available somehow?
      - Can any of the maps be used? http://download.mapsforge.org/maps/
      http://download.mapsforge.org/maps or
      http://download.geofabrik.de/europe.html

      In short I want to able to use everything offline, since there is no
      gurantee for internet where I am.

      Please let me know how I can donate to this project.

      Regards
      Nitin


      Sent from sourceforge.net because you indicated interest in
      https://sourceforge.net/p/viking/support-requests/31/
      https://sourceforge.net/p/viking/support-requests/31

      To unsubscribe from further messages, please visit
      https://sourceforge.net/auth/subscriptions/
      https://sourceforge.net/auth/subscriptions

      --
      Nitin Ullal

      Greetings to NSA, 911 fakers, Prism, Bitcoin haters and all other monkeys. Go and bug someone else.

      Threema ID DUFNN9X6

      PGP
      -----BEGIN PGP PUBLIC KEY BLOCK-----
      Version: GnuPG v1.4.10 (MingW32)

      mQENBFGLV7ABCACm9afsDJqds+Pyeuc9hdSmwuvPTnhU/2Tg22YajrmPqxdssb4U
      JNAcdrV4BIHXy0w0FQGCtwjFIbAzp9pg6aTQC4C4GxS1LdOJFV/VpNBNfGc1RQAn
      SxYb7wIzaPOXf/639eeuQy8e0686DNL829vbNIUgCsrzrRe3sg10HDwUBcm1Pbpk
      yJnrU1EeYQNIFi6votGZ4qdTICnf4Xiy1Qw+mLxSw92j2/VXqbpZ5j0Fe+8ievWb
      Hl3dZQzoNXKTXZF8HrE5/epaC8iIYIoZwP7KQHRdxFwAUc6uBfoFrEty8RR7NOQL
      zxuHvrqbQe0XRnT1Fk2VXs6rEHijoVW4PosZABEBAAG0HE5pdGluIFVsbGFsIDxu
      aXRpbkB1bGxhbC5jaD6JATgEEwECACIFAlGLV7ACGyMGCwkIBwMCBhUIAgkKCwQW
      AgMBAh4BAheAAAoJEF+WpG+/OxFqeAMH/iz2+wjz48RY22UvKrgmGG2ml0WgFi80
      5hQdW10OWIFU08wfGcpfWMG86TYJ4xCvQyMDwPX/DKqcTLEr8FRjNUp+j9MuxZSX
      nhNl/07I2FVcQE742KvC/OFgZ6x85k2tffbv2v5cD7vPv7syYPkgzcbSYqA+N5dc
      FJTB5tdUfMLslAd4XxLHYJT4QsLpqE0OQR07CaHRAj/hg+pLzEb5cuckAea/iAbm
      +mlBi+UtEWdVgo7NL0C0LadTiXvFBVM0ubsFp/7z6C2oAGEyWfqDqmrS1gCNjByf
      xCfgfBLk6hVk/HrVfrGEynAXKuOsqFzg5hbbyOvW8qMEM33CmgYhHYO5AQ0EUYtX
      sAEIAL2y/OUXU7TPkd3yhVI605DJmmccSeva7Vg7HkDLluDe79f3XW3/w8HUdZ8o
      FS2gbAlHp9Jr63jSaxCIz1B6fdIZiCRr1Fp7qSEFr4RGY8QNv4WSJbgDOW8ttAff
      crvvj/Sjx3/vnfUH0kGxqjistk9sFDTReHAm5shkeFumXeE9XChFq8KNmukfn+VZ
      tpG0xlHGPTLaqtwTUhmhy3hw7Ys48YkdXSMX9jcB3x6rlnZlkmHdXHcSXzy8nBk2
      hYyKshGcfi1cZFtnIRjhUcU6Q35sk1D0hTygSO/3FavPiyvCGbU5+8cZlpXOgu4K
      gpQXf/5QOXJHvcJRuQaiCDZPWlkAEQEAAYkBHwQYAQIACQUCUYtXsAIbDAAKCRBf
      lqRvvzsRavOyCACPCBjn9YOL1inWCvTPUefV6ZRf681/R2MFjhfBQK6LZHn/lrG0
      4a26n9tXSVr9qD95rccV/RIzfnxxzPdqZJE33kIGljoDXoAaboDcHuJUjOsm2xD0
      z6F35J1E0NCOhRt3z8WG1Jw4NdIl40FoXEuv2SV3JgvQ8PLZvEkgg4oDNGKAWMIG
      AwvSxDJAGok+/UyAmfwA5lYiFd1MBbWdQh4VXds64rjaaMNjME42uelCdNT6g27S
      RRoVyeRED2G9qR9ERIE6gRNyBm4ckmrB9ItZtpVzWQFsfOhoKNY/4LLtZHsDsCJR
      FTwV+rrjK5YLl/nE27BVE4TgKyy71ZcdKfqF
      =1CKz
      -----END PGP PUBLIC KEY BLOCK-----

       

      Related

      Support Requests: #31

  • Rob Norris

    Rob Norris - 2015-05-06

    The '_' indicate the keyboard accelerator - the following letter is underlined on the displayed menu.

    Thus once such a menu is opened, for example pressing 'g' on the keyboard activates the 'Split Segments' function.

    Normally the very first letter of the menu entry (or some other word) is marked this way but to ensure the entry is activated directly, it is set to a (hopefully) unique underscored letter (within that particular menu).

    For translating, there seems to be some strategies:

    1. Underscore the equivalent word or place (means different keyboard accelerator according to the translation and may not be unique within the menu)
    2. Make the keyboard compatible with the English version if the letter is available in the translation.
      a. If not then chose some other letter to put the underscore if front of.
      b. If not then add (_<letter>) to the end of the translation, so that "Split Se_gements" becomes "Equivalent Translation (_g)". This isn't seen that often - mainly on some script languages (e.g. Korean, etc...). </letter>

    I don't think Viking translations are particularly consistent in this regard - (I'm not such how any programs approach this issue).

    I've had a quick look at the German translation and it seems 2a is used.

    HTH.

     
  • Gary Echert

    Gary Echert - 2021-06-11

    A long time since anyone posted here but I have the same issue regarding opening MOBAC atlases (on disk) in Viking. Using the OSMAND tile storage format in MOBAC the tiles have the format specified here with the exception of 'tile' at the end of the extension ( /zoom/x/y.png.tile). Changing the directory in the "Layer Properties" box in Viking to the directory containing the atlas, the options to specify Cache Layout or Map File remain greyed out. Removing the 'tile' from the extension of the png files does not help.

    Using Viking 1.7 and MOBAC 2.1.2 on Linux Mint.

    Should I create a new support request?

     
  • Gary Echert

    Gary Echert - 2021-06-12

    OK ignore my previous post. Not sure what I was doing wrong but I got it to work. Many thanks to the Viking team.

     

Log in to post a comment.

MongoDB Logo MongoDB