JS Lab 4
This commit is contained in:
@@ -12,7 +12,7 @@ function loadMap() {
|
||||
fetch("./js/Meteorite_Landings.json")
|
||||
.then((response) => response.json())
|
||||
.then(data => {
|
||||
meteorData = data.splice(0,500);
|
||||
meteorData = data.splice(0,35);
|
||||
filteredData = [...meteorData];
|
||||
drawMarkers(filteredData);
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user