Nick Forbes-Smith

Results 166 comments of Nick Forbes-Smith

This is done for geojson-vt/mvt GeoJsonMixin renderer - but not cesium primitives or czml template. More info about renderers here https://github.com/TerriaJS/terriajs/blob/2bfb9dd44ab4c86a617326e275f22ed4734724c6/lib/ModelMixins/GeojsonMixin.ts#L403-L412

# Carto API v3 investigation ## Create OAuth token POST to OAuth token ```bash curl --request POST \ --url 'https://auth.carto.com/oauth/token' \ --header 'content-type: application/x-www-form-urlencoded' \ --data 'grant_type=xxx' \ --data 'client_id=xxx'...

### Additional info from client > I think the query endpoint is the one I want to use the most > I think responses may go over 150MB > If...

## Basic geoJSON support for `table` and `query` endpoints **Note** these examples are using an `accessToken` for a trial organisation - which will last 7 days ### `table` example [Test...

Sorry you need to use `"connectionName"` instead of `"connection"`

We should just use this... ```ts type Value = T & {__warning__?: string} ```

I have had a similar experience with other `objectTraits` - for example - CSV trait `polling`

Also, it would be nice to get type errors for mismatched type property: ```ts @primitiveTrait({ type: "string", name: "Allow undefined", description: "Allow dimension to be undefined" }) allowUndefined?: boolean; ```

Also there are times where Terria will white-screen because of trait issues (like that one above) - and it is nearly impossible to see where the error occurred. It would...

If you have an incorrect trait (for example `opacity` as a string) it will ignore ALL traits after `opacity` and not give you a warning eg ```json { "homeCamera": {...