Skip to content

Commit

Permalink
Fix description of two sample layers
Browse files Browse the repository at this point in the history
  • Loading branch information
mthh committed Mar 29, 2023
1 parent 8edbcf0 commit cff3f54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions magrit_app/static/json/sample_layers.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
{
"path": "static/data_sample/topo/france-metrop-departements-from-voronoi-cog-2022.topojson",
"fields_type": [
{"name": "CODEGEO", "type": "id"},
{"name": "CODGEO", "type": "id"},
{"name": "POPULATION", "type": "stock"},
{"name": "SUPERFICIE", "type": "stock"},
{"name": "LIBGEO", "type": "id"}
Expand All @@ -113,7 +113,7 @@
{
"path": "static/data_sample/topo/france-metrop-regions-from-voronoi-cog-2022.topojson",
"fields_type": [
{"name": "CODEGEO", "type": "id"},
{"name": "CODGEO", "type": "id"},
{"name": "POPULATION", "type": "stock"},
{"name": "SUPERFICIE", "type": "stock"},
{"name": "LIBGEO", "type": "id"}
Expand Down

0 comments on commit cff3f54

Please sign in to comment.