Skip to content

Commit

Permalink
Use just metropole file
Browse files Browse the repository at this point in the history
  • Loading branch information
pskl committed Feb 20, 2025
1 parent 70e2132 commit 1715cd9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 13 deletions.
2 changes: 1 addition & 1 deletion app/views/stats/_map.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
const path = d3.geoPath()
.projection(projection);

d3.json("/data/academies.geojson").then(function(geojson) {
d3.json("/data/metropole.geojson").then(function(geojson) {
g.selectAll("path")
.data(geojson.features)
.enter()
Expand Down
Loading

0 comments on commit 1715cd9

Please sign in to comment.