5 Commits

Author SHA1 Message Date
Joe O'Hallaron
fa9fe313d4
Upgrade babel + plugins, use es2020 preset (#595)
* Upgrade babel + plugins, use es2020 preset, move contour js and transpile it

* Reset js to master

* Fix contours name in webpack config

* Update contours w latest from master

* Galdernit

* Rebuild charting.js

* Upgrade nyc

* Require babel core in opts, not in config
2022-12-20 10:42:46 -07:00
Joe O'Hallaron
4896c4cfa2
Contour filtering fix (#602)
* Add spaces when joining with AND, works right now but looks funky
* filter any non existent filters, fix indentation in example
* More careful filtering of filter transforms, only take the goodn's
* Add method to remove layer by name
* Add method to add layer to the bottom of the stack
2022-11-28 15:05:26 -07:00
Joe O'Hallaron
69a6ab4d7e
Reformat contour state (#593)
* First draft polygons layer + lines layer
* Small adjustments to query to get it to work
* Add opacity for contour colors, change colors a bit
* Switch to suggested format
* Include popover stuff in the contour state
* Move interval settings to sub property, default field name for major/minor field, throw error if calling contour sql generate on a non contour layer
* Change field name to is* so that its more clear that its a boolean
* Add some basic validation, throw errors when things are bad, interval -> intervals
2022-11-17 14:29:28 -07:00
Joe O'Hallaron
78e36e551c
Contour polygon layer (#592)
* First draft polygons layer + lines layer

* Small adjustments to query to get it to work

* Add opacity for contour colors, change colors a bit

* Formatting

* Fix lint problems and bug created when refactoring

* Move default opacity to constant, use throughout

* Add validation check for table before generating preflight query. Reject promise if not

* Spiff up check, used extracted data const, formatting
2022-11-16 16:34:52 -07:00
Joe O'Hallaron
ba858ee0b8
Implement contour charts (#589)
* Implement contour charts
2022-11-08 11:42:35 -07:00