MAP tile server

Forum Home Forums Uncategorized Issues MAP tile server

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #5018
    bragofsky
    Participant

    Hello,

    I want to run map plugin in a offline network, for that I know that I need to build my own tile server to get map working. My question is, is there a way to use static png or jpeg file instead of tile server?

    Regards

    #5019
    Mikhail
    Moderator

    Hi,

    Definitely it is possible, but you need to do some research by yourself.
    The general sequence:
    1. Download tiles of the required area.
    2. Run local web server that provides tiles.
    3. Specify your local web server in a map XML file.

    #5020
    Mikhail
    Moderator
    #5021
    Mikhail
    Moderator

    Tiles should be available by a path like this
    https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png
    s – scale

    #5022
    Mikhail
    Moderator

    When you do it, please share your experience.

    #5042
    bragofsky
    Participant

    Hello Mikhail, thanks for you reply,

    I took the easiest way to have a tile server working,

    Fist I install docker in a centos VM, then get a tile server turn key container, run it on centos vm, imported maps to database and voilá…. tile server working.

    #5050
    Mikhail
    Moderator

    Good!
    Is it heavy?

    #5058
    bragofsky
    Participant

    What do you mean with heavy?

    #5062
    Mikhail
    Moderator

    I mean, do you need powerful machine for maintain real map server?

    #5079
    bragofsky
    Participant

    Since I download a very small map, only for my area, the server run’s very smooth with 1% of cpu effort

    #5082
    Mikhail
    Moderator

    🙂

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.