Loading new Maps failed

{
  "browser-info": {
    "language": "de-DE",
    "platform": "Win32",
    "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.142 Safari/537.36",
    "vendor": "Google Inc."
  },
  "system-info": {
    "file.encoding": "UTF-8",
    "java.runtime.name": "OpenJDK Runtime Environment",
    "java.runtime.version": "11.0.7+10",
    "java.vendor": "AdoptOpenJDK",
    "java.vendor.url": "https://adoptopenjdk.net/",
    "java.version": "11.0.7",
    "java.vm.name": "OpenJDK 64-Bit Server VM",
    "java.vm.version": "11.0.7+10",
    "os.name": "Linux",
    "os.version": "3.10.0-1062.1.1.el7.x86_64",
    "user.language": "en",
    "user.timezone": "GMT"
  },
  "metabase-info": {
    "databases": [
      "h2",
      "sqlserver"
    ],
    "hosting-env": "unknown",
    "application-database": "h2",
    "application-database-details": {
      "database": {
        "name": "H2",
        "version": "1.4.197 (2018-03-18)"
      },
      "jdbc-driver": {
        "name": "H2 JDBC Driver",
        "version": "1.4.197 (2018-03-18)"
      }
    },
    "run-mode": "prod",
    "version": {
      "date": "2020-12-03",
      "tag": "v0.37.3",
      "branch": "release-x.37.x",
      "hash": "2f1e783"
    },
    "settings": {
      "report-timezone": null
    }
  }
}

Hi @Speey

  1. Latest release is 0.38.0.1
    https://github.com/metabase/metabase/releases
  2. Migrate away from H2 if you’re using Metabase in production:
    https://www.metabase.com/docs/latest/operations-guide/migrating-from-h2.html
  3. Post errors - either from Admin > Troubleshooting > Logs - or from your browser console.

Thanks for this information :slight_smile:
Right now I try to create a new map, but I have issues finding a good one of Europe.
The page mentioned is fine, but then I need to install a WebServer, where I can provide this map-geojson, since I think it will not be cached anywhere on the Metabase-Node, right?

With “mentioned page” to load some geojson I mean http://geojson.io

@Speey Please read this: https://www.metabase.com/learn/basics/visualizing-data/maps.html

The website geojson.io doesn’t offer direct linking. You need to link to a GeoJSON file.

Here’s a map of Europe. I did a search on https://www.google.com/search?q=geojson+europe
Click the Download-button on the page and copy the URL into Metabase.
https://github.com/leakyMirror/map-of-europe/blob/master/GeoJSON/europe.geojson

Wou … great … I was also searching and landed at SwissPost - no success.
Finally, I got always an error-msg while loading a map like … not iteratable.

At the end it was because the REFRESH-button wasn’t working.

Thanks for the help, i really appreciate :slight_smile:

SwissPost, because I need a map of Europe and a map of Switzerland.