Slide 34
Slide 34 text
34
Geo support
Implement OGS Simple Features 1.2.1*
• Intersects, Disjoint, Within, Contains, Envelope, Distance
• asText, asBinary, dimensions – supported by ES internally
• support reasonable set out of the 150 functions
• Well-Known-Format – Well-Known-Text is possible, Well-Known-Binary wip
SELECT Disjoint(centerlines, boundary)
FROM divided_routes
WHERE divided_routes.name = 'Route 75'