mapbox/geojson-vt

function projectX(x) and projectY(y)

748448660 opened this issue · 1 comments

What is the role of function projectX(x) and projectY(y) ? and the coordinate of my geojson file is not latitude and longitude. It seems that the projectX method don't work.

geojson-vt follows the GeoJSON specification, which states that coordinates must be a pair of longitude/latitude and use the WGS coordinate system.