-
Since the CartoDB tile layers expire after about 5 minutes, have a listener for errors that re-requests the tile layer and re-adds it to the map.
-
Does this result from trying to track something with too many resources involved, making the URL too long? Or is it something else?
Invalid request URL: http://vertnet.cartodb.com/api/v2/sql?q=INSERT…
-
-
I would suggest making these changes to the update function. Remove the lastID since this is an update statement and is not needed. Also adding single quotes to the values so that it does not crash …
-
Hi,
I'm using this php client and I want to insert some new data records into my CartoDB table which contain single-quotes. I have seen, that the classes don't provide any solutions for this yet, so…
-
### Context
could not find the repo `CartoDB/cartodb-private`
-
Hi
Just for reporting.
I'm looking at the basemaps examples and the openlayers examples are not correct using.
![Screenshot from 2020-04-15 21-16-10](https://user-images.githubusercontent.com…
-
@rafatower commented on [Tue Mar 21 2017](https://github.com/CartoDB/dataservices-api/issues/356)
Seen while checking import platform errors:
```
Exception: PG::Error: ERROR: CDB(_CDB_Has_Usable_P…
-
How are you,
We are developing progressive web pages - pwa - https://developers.google.com/web/progressive-web-apps/ to show carto maps and the implementation needs to use the https protocol.
I Ta…
-
So when metadata is empty in here: https://github.com/CartoDB/Windshaft-cartodb/blob/5eda4888edf665eeb060647ade2c734f55cbf914/lib/cartodb/models/mapconfig/adapter/mapconfig-overviews-adapter.js#L28-L3…