GIS buffer value degree to meters with spatiallite
问题 I am new to Spatialite. I have following query: select A.* from linka as A, pointa as B where Contains(Buffer(B.Geometry, 100), A.Geometry) I actually want to create 100 meters buffer and get to know which are the link's are contained by it. I can able to find the inserted '100' is actually degree value and it's giving me output which are coming in this range. I can put the degree value also in my query but the transformation from degree to meters/kilometers is not same all around the world.