Skip to content

Commit

Permalink
fix: use number isntead of integer for JS frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieu-roudaut-crea committed Jun 25, 2024
1 parent cf74cb8 commit 9f30f9e
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions backend/gn_module_monitoring/config/generic/site.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,7 @@
"genre": "M",
"geom_field_name": "geom",
"uuid_field_name": "uuid_base_site",
"geometry_type": [
"Point",
"LineString",
"Polygon"
],
"geometry_type": ["Point", "LineString", "Polygon"],
"display_properties": [
"base_site_name",
"base_site_code",
Expand Down Expand Up @@ -105,11 +101,11 @@
"schema_dot_table": "gn_monitoring.t_base_sites"
},
"altitude_min": {
"type_widget": "integer",
"type_widget": "number",
"attribut_label": "Altitude (min)"
},
"altitude_max": {
"type_widget": "integer",
"type_widget": "number",
"attribut_label": "Altitude (max)"
},
"types_site": {
Expand Down

0 comments on commit 9f30f9e

Please sign in to comment.