Kaveh Karimi-Asli
Kaveh Karimi-Asli
This is not necessarily an issue with supercluster (assuming it expects all longitudes to be within the [-180, 180] range), but it causes issues with `maplibre-gl` and `mapbox-gl`. For example,...
### Description of changes Add error checking in ParitionWoodFluxes ### Specific notes Contributors other than yourself, if any: CTSM Issues Fixed (include github issue #): Fixes #1263 Are answers expected...
### Description of changes Fix value of albgrd_col in SurfaceAlbefdoType.F90. Previously, the wrong value (albgri_col) was being set in InitHistory. ### Specific notes Contributors other than yourself, if any: CTSM...
If you open the theme dropdown, the option menu is placed underneath the ad container (`#semantic-sponsor`). See the screenshot below:  It can be fixed by changing `z-index` of `#semantic-sponsor`...
Apply the following changes: - Add `allowRemove` option for legends - Move `disableVisibilityControls` from control options to legend options - Fix an issue caused by missing `html` key in legend...
I tried the package that comes with Ubuntu 16.04, i.e. version 0.2.5, and I'm seeing an unexpected behavior. Whatever changes I make in a cloned environment reflects in the original...
There's a bug in Firefox (https://bugzilla.mozilla.org/show_bug.cgi?id=654072), which prevents buttons from getting reset. For example, if I press 'Ship to this address' on shipping-address view of the checkout page and go...
Fixes #74
This PR updates the sqlalchemy tests to work with SQLAlchem2. Changes are mainly about creating and managing a db connection.
cql2 specs mentions instances used with temporal can be date or timestamp (https://docs.ogc.org/DRAFTS/21-065.html#_temporal_data_types_and_instances), but the following example (taken from https://github.com/opengeospatial/ogcapi-features/blob/master/cql2/standard/schema/examples/json/example20.json) fails with pygeofilter: ```json { "op": "t_before", "args": [ {...