Calculate FAR of a parcel
I'm trying to provide a user with an on-the-fly result of a a simple calculation based on a user-selected parcel on the fly: FAR = .35 - (( A -5 )/25) * .2) where A is the area of the user's selection. Can anyone help get me started?
0
-
Patrick,
Is your parcel data in a Enterprise database (SQL) that you have direct access to?
Have you every tried creating a view of the parcel data that would include the formula you want as a "virtual" field?
A database view can be the source of a layer in a map service. The only downlside, is that it cannot have feature editing enabled.0
Please sign in to leave a comment.
Comments
1 comment