Paul Ramsey

Results 44 issues of Paul Ramsey

Do the work of supporting the core parts of the new OGC tile API. https://github.com/opengeospatial/ogcapi-tiles

enhancement

The "dismiss" 'x' in the function preview identify pop-up requires N clicks to actually close the pop-up, where N is the number of times you've run a query with the...

bug

Geography columns are not automatically discovered in the catalog query, and may require special handling in the tile generation queries as well.

enhancement

Probably something that applies some SQL to the database to set up a known table/function set-up and then calls into the service to see what it gets back for metadata/tiles/etc....

enhancement

So that devs can create complex functions without having to write actual FUNCTIONS in SQL, some way of creating template files that define * input parameters and types * SQL...

enhancement

Logging every request by default might overwhelm some container running infrastructure. Default should maybe be more terse.

This is true for both ordinary collections and functions, but hitting the requery button in the map view causes the form fields to become empty. Also clears the "bbox" check...

enhancement

This should make p-i-p joins run faster, in most cases (large point collections, larger polygons). Even for cases with smaller polygons, the small ones won't get subdivided, so not really...

The closest.js implementation does some potentially very bad stuff in finding the nearest neighbors, https://github.com/CartoDB/camshaft/blob/159249710f717fad1f013085849422fa1e4663fb/lib/node/nodes/closest.js#L33-L41 Running a `ORDER BY ` without a `LIMIT` will sort the whole relation for you....