TopoJSON #4444
davenquinn
started this conversation in
Open-ended discussion
TopoJSON
#4444
Replies: 1 comment
-
|
Hey @davenquinn, TIL about TopoJSON, for GeoJSON we create an aggregate/collection of objects using this query: postgrest/src/PostgREST/Query/SqlFragment.hs Lines 221 to 222 in b3b4e5f Do you know how we could do the same for TopoJSON? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! I have been making great use of the GeoJSON generation functionality of PostgREST. I am wondering if there has been any discussion of enabling similar functionality for TopoJSON?
It seems like the API could be essentially the same, e.g.,
Accept: application/topo+json, since PostGIS already has built-in TopoJSON generation capabilities? There may be performance implications as dumping TopoJSON is more expensive.Beta Was this translation helpful? Give feedback.
All reactions