Sandro Santilli
ac83700810
Send a 404 on unsupported format requested
2012-10-12 12:17:35 +02:00
Sandro Santilli
0d91ab2c6a
Survive multiple "format" parameters, only using last one
2012-10-12 11:42:03 +02:00
Sandro Santilli
6a2c0e9727
Initial support for SVG output ( #49 )
...
This version only dumps the geometries with no identifier.
Scales geometries to fit in a 1024x768 pixels area, using
a circle radius of 5 pixels, a stroke-width of 1 pixel and
no fill. Supports trimming number of decimals.
Adds a viewBox tag to fit the drawing to the output device window.
Includes an automated testcase.
2012-10-04 12:04:50 +02:00
Sandro Santilli
4521942820
Test "CSV" format, drop "KML" from the list of supported formats
2012-10-04 12:04:50 +02:00
Sandro Santilli
eb645d298c
More embedded comments
2012-10-04 12:04:49 +02:00
Sandro Santilli
8b824801cf
Fix INSERT and UPDATE with RETURNING clause. Closes #50
...
Includes regression test
2012-09-17 11:50:19 +02:00
JM
c881d991a6
Support case insensitive in format parameter. Closes #30
...
Also fixes https://github.com/Vizzuality/cartodb/issues/795
2012-07-13 10:24:12 +02:00
strk
e6b4896338
Merge pull request #33 from jmnavarro/issue-14
...
Allow using without redis (closes #14 )
... as long as OAuth is not used and database name is given in URL
2012-07-12 08:31:24 -07:00
JM
7e1847bca5
fixed #13
...
from support: Different JSON result for non-query request
http://support.cartodb.com/discussions/suggestions/50-sql-api-different-json-object-for-non-query-request
2012-06-30 02:34:43 +02:00
JM
b65d947b5a
skip redis when database is hardcoded
2012-06-30 01:54:53 +02:00
Simon Tokumine
374583e655
add tests and refactor validations for input parameters. closes #29
2012-06-06 19:47:21 +01:00
Javier de la Torre
72c3911453
Fix issue #723 to return better error
...
https://github.com/Vizzuality/cartodb/issues/723
2012-05-11 16:46:45 -04:00
Javier de la Torre
bba4ba6192
Change default number of decimals on geojson to 6
2012-05-11 15:48:50 -04:00
Simon Tokumine
1834d6e245
update tests with md5 fix
2012-05-08 15:28:22 +01:00
Simon Tokumine
d7df8b1449
fix api key tests
2012-05-08 15:25:19 +01:00
Simon Tokumine
b3fac461fb
allow dollar quoted sql to be passed
2012-05-01 20:55:12 +01:00
Simon Tokumine
7e074bbc98
add explain cache and cache status route
2012-05-01 16:46:30 +01:00
Simon Tokumine
977f7d0e79
dollar quote sql
2012-04-20 16:09:31 -04:00
Simon Tokumine
9bb7afb7f5
add specific cache key
2012-04-20 14:34:18 -04:00
Simon Tokumine
d704dc39d0
red herring
2012-04-19 11:38:27 -04:00
Simon Tokumine
5f27cb896e
update close
2012-04-19 11:25:09 -04:00
Simon Tokumine
f359cd3ed3
close connections
2012-04-19 11:14:29 -04:00
Simon Tokumine
4cbdf62cc2
make wellformed CSV and stream back to browser. #9
2012-04-13 15:37:09 +01:00
Simon Tokumine
ffc1fa3fe1
closes #11 . closes #9 . Pending reorganisation.
2012-04-13 00:30:45 +01:00
javi santana
59739483e8
added auth using api token
2011-12-26 19:16:41 +01:00
Simon Tokumine
4a9e00e476
update logging format
2011-12-14 00:50:56 +00:00
Simon Tokumine
54a7aee5e5
better sql-api logging
2011-12-13 23:59:00 +00:00
Simon Tokumine
807dbce04c
better sql-api logging
2011-12-13 23:55:35 +00:00
Simon Tokumine
00bec44720
add host to log
2011-12-13 10:18:37 +00:00
Simon Tokumine
c59e7964d0
add host to log
2011-12-13 10:13:55 +00:00
Simon Tokumine
9c6619f3e0
organise headers
2011-12-08 12:34:07 +00:00
Simon Tokumine
2bd532bc20
add experimental varnish headers
2011-12-08 02:22:44 +00:00
Simon Tokumine
025f201ea8
add system table sanitizer
2011-11-22 00:06:14 +00:00
Simon Tokumine
8ebdd0474c
Add test for system tables
2011-11-21 23:06:38 +00:00
Simon Tokumine
de191ed33b
Add decimal place limiting to geojson call
2011-11-08 23:35:59 +00:00
Simon Tokumine
f66022a63d
add cross site post
2011-11-07 14:24:08 -05:00
Simon Tokumine
555e072195
tidy geojson, add content-disposition and remove KML for now. Closes #7
2011-10-28 12:11:18 +01:00
Simon Tokumine
d4ca767753
update readme
2011-10-07 17:19:02 +01:00
Andrew W. Hill
1c3fb9b072
allows either s sql.format or format=format
2011-09-20 20:04:43 -07:00
Andrew W. Hill
19b2829d73
added simple kml support to SQL API, format=kml will output
2011-09-20 19:15:43 -07:00
Andrew W. Hill
fd4bab78e1
moved sql.fogeojson? to sql?format=geojson
2011-09-20 18:04:26 -07:00
Andrew W. Hill
bc2c828c9a
removed some console.log remnants
2011-09-19 05:16:53 -07:00
vizadmin
1a0c2d3eaf
working sql.ext option, sql.geojson formats the json as a geojson spec. also rewrites the query to perform a ST_AsGeoJSON query
2011-09-19 05:15:14 -07:00
Simon Tokumine
5360a41ccf
add instructions for a mapuser
2011-09-08 15:40:27 +01:00
Simon Tokumine
47db0644c9
reverted to non-native bindings while we bug check the PQsendQuery error
2011-09-07 16:50:35 +01:00
Simon Tokumine
ec74953e78
updated logging format
2011-09-07 15:38:48 +01:00
Simon Tokumine
d9870305da
updated to post
2011-09-07 12:05:10 +01:00
Simon Tokumine
f10cd72e0b
updated acceptance tests for host name based public api and made work :)
2011-08-24 20:47:10 +01:00
Simon Tokumine
fe93684b85
tests pass
2011-08-24 12:54:26 +01:00
Simon Tokumine
e189aec262
added ability to query user metadata Redis data for database name from the request host
2011-08-23 21:42:27 +01:00