Tim Schaub

Results 161 comments of Tim Schaub

If you include your `package.json`, someone might be able to reproduce the issue.

I appreciate the work you’ve done here, but fear it may just be undone over time if there is nothing enforcing stricter type checking. I know that I have removed...

The tile grid for the source is configured using information from the tileset endpoint provided by the `url` option. Can you describe what you are trying to do or what...

I think it makes sense to relax [the `test_json_schema.py` script](https://github.com/opengeospatial/geoparquet/blob/main/scripts/test_json_schema.py) so it doesn't make an assertion about the `$schema` member of the `crs` object. The important part is that the...

Yeah, I agree that the broader question is important to address. Users cannot easily control what version of PROJ is installed, so they cannot easily control what version of PROJJSON...

To me, the thing that sounds like a bug is that `moveend` is triggered before the interaction is done modifying the view.

@nssang00 - thanks for the report and detailed explanation. If you are able to submit a pull request with your proposed change, that would be great.

Thanks for the response @cportele. The sentence is still confusing to me. Can help me understand what it means that "Each feature in a dataset is part of exactly one...

I dug into this, and it looks like it may be complicated to support. Here are the upstream React issues: * https://github.com/facebook/react/issues/17275 * https://github.com/facebook/react/issues/13332 The [`react-three-fiber` renderer](https://r3f.docs.pmnd.rs/getting-started/introduction) makes use of...

Here is another hacky workaround abusing a CTE. Not sure if this one will be more or less mysterious for people reading the SQL. ````md ```sql id=[testView] CREATE OR REPLACE...