You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm starting to experiment with this library, as I think our County's Planning office might benefit from it.
We have some web services that have a shape area field in the units of square feet. For presentation purposes, acres would be a more meaningful unit. Is there a way to perform this calculation while constructing a chart?
Or is this solution to create a field on the data set representing area in acres?
The text was updated successfully, but these errors were encountered:
Along with this is whether or not you can even use the built-in shape area or shape length fields? I keep getting errors when trying to use the Shape.STArea() field as the onStatisticField property.
Or is this solution to create a field on the data set representing area in acres?
That could be one way to do it that would probably get around the issue you have w/
getting errors when trying to use the Shape.STArea() field as the onStatisticField property.
Alternatively, if you are able to get that query working, and you know the conversion function, you could use the pretty much undocumented.transform() function.
I'm starting to experiment with this library, as I think our County's Planning office might benefit from it.
We have some web services that have a shape area field in the units of square feet. For presentation purposes, acres would be a more meaningful unit. Is there a way to perform this calculation while constructing a chart?
Or is this solution to create a field on the data set representing area in acres?
The text was updated successfully, but these errors were encountered: