You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Map providers

Custom map providers are supported. You can add your own map provider to use in map charts. 

  1. In the Map charts geodata screen click on the Map providers
  2. Click on New map provider. In the popup window name your map provider and paste its URL
  3. Open your report and select your map provider.

   

 

Follow the valid URL format example using the OSM standard. You can refer to OpenStreetMap wiki for more information (section "Tile servers"). In case you are using only one server, parameter {s} is not used.

Using Mapbox as tile server

Mapbox is a mapping platform which can also be used as a map tile server in BellaDati.

  1. Create new account here.
  2. Open Mapbox studio - https://www.mapbox.com/studio/
  3. In left menu click on Classic.
  4. Click on Mapbox Editor projects.
  5. Create new Mapbox project with desired settings.
  6. Save the project.
  7. In BellaDati click on New map provider and this URL:
    http://api.tiles.mapbox.com/v4/{mapid}/{z}/{x}/{y}.png?access_token=<your access token>

    1. {mapid} - ID of your map, can be found in map info in Mapbox.

    2. <your access token> - access token that can be found on Mapbox Account page. You need to create a public token with all three public scopes enabled.

Creating own map tile server

Own map tile server is very resource-demanding and requires powerful server with big storage. In most cases it is better to use default map provider.

We suggest using this tutorial for installing and configuring your map tile server. It is compatible with Ubuntu (tested on version 14.04). More info can be found here:

Maps can be downloaded from these links:

After successful start of server, copy the URL (or IP adress) and paste it in BellaDati in correct format (see Map Providers above)

  • No labels