Legacy Documentation for Statseeker version 5.5.4

Index

Worldmap Providers

Specify a map tile provider to be used with the dashboard Worldmap panel:

  • System-wide Default - in Dashboard Manger > Preferences
  • Dashboard Specific - in the Worldmap tab of the map panel itself, requires Allow custom map providers = Yes (see Dashboard Manger > Preferences)

This provider is a 3rd party service providing a dynamic, scalable map resource. There are a range of commercial and open-source tile providers available offering a hosted/online service or providing the framework for deploying and hosting your own internal map tile server.

  • Map Provider URL - specify the URL used to access your map tile service. The URLs for these services feature a number of notable parameters to identify the resource being displayed, these parameters are:
    • {s} - (optional) a random single-character subdomain, typically used by externally hosted services to spread the request load across multiple resources
    • {x} - the X-coordinate of the map tile
    • {y} - the Y-coordinate of the map tile
    • {z} - the zoom level of the map

    The order and location of these parameters within the URL may vary between providers. Refer to your map service provider's documentation for the appropriate URL, or utilize one of the example configurations provided below.

    Note: Statseeker requires that the {x}, {y} and {z} parameters are specified in lower-case.

    • If your provider documentation specifies the server URL as: https://maps-for-free.com/layer/relief/z{Z}/row{Y}/{Z}_{X}-{Y}.jpg
    • Statseeker requires the URL to be specified as: https://maps-for-free.com/layer/relief/z{z}/row{y}/{z}_{x}-{y}.jpg
  • Map Provider Subdomains - optionally, list the map provider subdomains to use. Each character in this string will be considered a valid value for the {s} parameter in the Default Map Provider URL. This is a single string, no spaces. See your map service provider's documentation for requirements.

    Example: abc

  • Map Provider Attribution - enter any licensing attribution content required by your map service provider, see your map service provider's documentation for requirements

Example Service Provider URL Configurations

Map Map Provider URL Map Provider Attribution Subdomains
OpenStreet:Default https://cartodb-basemaps-{s}.global.ssl.fastly.net/light_all/{z}/{x}/{y}.png &copy; <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> &copy; <a href="https://cartodb.com/attributions">CartoDB</a> abcd
OpenStreet:Default http://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png &copy; <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a> abc
ArcGIS:NatGeo https://services.arcgisonline.com/ArcGIS/rest/services/NatGeo_World_Map/MapServer/tile/{z}/{y}/{x} Sources: National Geographic, Esri, DeLorme, HERE, UNEP-WCMC, USGS, NASA, ESA, METI, NRCAN, GEBCO, NOAA, iPC
maps-for-free https://maps-for-free.com/layer/relief/z{z}/row{y}/{z}_{x}-{y}.jpg &copy; OpenStreetMap contributors
Esri:Topo https://services.arcgisonline.com/ArcGIS/rest/services/World_Topo_Map/MapServer/tile/{z}/{y}/{x}.jpg Sources: Esri, HERE, Garmin, Intermap, increment P Corp., GEBCO, USGS, FAO, NPS, NRCAN, GeoBase, IGN, Kadaster NL, Ordnance Survey, Esri Japan, METI, Esri China (Hong Kong), (c) OpenStreetMap contributors, and the GIS User Community
OpenTopo https://{s}.tile.opentopomap.org/{z}/{x}/{y}.png map data: &copy; OpenStreetMap contributors, SRTM | map style: &copy; OpenTopoMap (CC-BY-SA) abc
CartoDB Positron - light theme https://{s}.basemaps.cartocdn.com/rastertiles/light_all/{z}/{x}/{y}.png &copy; <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> &copy; <a href="https://cartodb.com/attributions">CartoDB</a> abcd
CartoDB Positron - dark theme https://{s}.basemaps.cartocdn.com/rastertiles/dark_all/{z}/{x}/{y}.png &copy; <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> &copy; <a href="https://cartodb.com/attributions">CartoDB</a> abcd

[top]