comparison client/src/components/identify/formatter.js @ 2458:204b0baac93c

client: identified box: added gauges to formatter
author Markus Kottlaender <markus@intevation.de>
date Mon, 04 Mar 2019 08:18:06 +0100
parents 9de710bdb535
children 3dc7c0f60a62
comparison
equal deleted inserted replaced
2457:374ee552ca85 2458:204b0baac93c
35 waterway_profiles: { 35 waterway_profiles: {
36 label: "Waterway Profile" 36 label: "Waterway Profile"
37 }, 37 },
38 stretches_geoserver: { 38 stretches_geoserver: {
39 label: "Stretch" 39 label: "Stretch"
40 },
41 gauges_geoserver: {
42 label: "Gauge"
40 } 43 }
41 }; 44 };
42 45
43 export { formatter }; 46 export { formatter };