Skip to content
Snippets Groups Projects
Commit 56980714 authored by Sara Savanovic Djordjevic's avatar Sara Savanovic Djordjevic
Browse files

Merge branch 'clhp_map' into 'main'

Choropleth map implementation

See merge request !3
parents 4b9f0001 8f31097f
No related branches found
No related tags found
1 merge request!3Choropleth map implementation
No preview for this file type
......@@ -16,6 +16,8 @@ CREATE TABLE Measurement (
SensorID INT NOT NULL,
TimeMeasured DATETIME NOT NULL,
WaterBodyName TEXT NOT NULL,
CenterLat FLOAT NOT NULL,
CenterLon FLOAT NOT NULL,
WholeAverageThickness FLOAT NOT NULL,
FOREIGN KEY (SensorID) REFERENCES Sensor(SensorID),
FOREIGN KEY (WaterBodyName) REFERENCES BodyOfWater(Name)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment