comparison client/src/store/imports.js @ 1770:ad9622a3f751

gauge measurement
author Thomas Junk <thomas.junk@intevation.de>
date Fri, 11 Jan 2019 11:23:05 +0100
parents 435612f42adb
children 4a7aa3f57efe
comparison
equal deleted inserted replaced
1769:435612f42adb 1770:ad9622a3f751
43 }; 43 };
44 44
45 const KINDIMPORTTYPE = { 45 const KINDIMPORTTYPE = {
46 bn: "bottleneck", 46 bn: "bottleneck",
47 fa: "fairwayavailability", 47 fa: "fairwayavailability",
48 ga: "gaugemeasurement", 48 gm: "gaugemeasurement",
49 wx: "waterwayaxis" 49 wx: "waterwayaxis"
50 }; 50 };
51 51
52 const initializeCurrentSchedule = () => { 52 const initializeCurrentSchedule = () => {
53 return { 53 return {