We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a18df7c commit ca92f2bCopy full SHA for ca92f2b
app/assets/scripts/main.js
@@ -4,7 +4,7 @@ the root Missing Maps API endpoint.
4
*/
5
6
const xmlhttp = new XMLHttpRequest();
7
-const url = "https://stats.now.ohsome.org/api/stats/missingmaps?ohsomeFormat=true";
+const url = "https://stats.now.ohsome.org/api/stats/missingmaps";
8
9
xmlhttp.onreadystatechange = function() {
10
if (xmlhttp.readyState === 4 && xmlhttp.status === 200) {
0 commit comments