We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
allow for esri json to be used instead of point:[x,y] syntax. allow non 26912 geometries to be used.
point:[x,y]
Conversion.ToGeometry(); // makes it simple to make an IGeomery from the json
This happy paths esri devs but what do we do about folks who have an x,y field in a database?
The text was updated successfully, but these errors were encountered:
allow for geometryType:esri-json search geometry
2839bfe
closes #42, refs #8
No branches or pull requests
allow for esri json to be used instead of
point:[x,y]
syntax.allow non 26912 geometries to be used.
This happy paths esri devs but what do we do about folks who have an x,y field in a database?
The text was updated successfully, but these errors were encountered: