Skip to content

v1.8.5

Latest
Compare
Choose a tag to compare
@trasch trasch released this 10 Sep 08:01
· 2 commits to main since this release
8a4bdf7

Added near(latitude,longitude,tolerance) to the query language.

Examples:

// Features around a coordinate
mvt query -p 14_8716_8015.vector.mvt "near(3.87324,11.53731,1000)"
// With other conditions
mvt query -p 14_8716_8015.vector.mvt ".name =~ /^lac/i and near(3.87324,11.53731,10000)"