Hello,
We are developing web based application where, user will enter survey no. we have shape file of village with survey boundaries.
That entered survey no. is extracted from shape file and display with some scale as attached image.
How to display polygon side dimensions? Please guide me.
Thanks
Djay
Polygon Dimensions
Hi Djay,
Label for polygon won’t shows that just like you want.
You should want to get target polygon, split its outerring to multiply lines. Then shows label for separated lines. You can put the lines to a standalone inmemoryfeaturelayer.
But you will met another issue, not all the label will looks out of polygon, some of them maybe shows inner.
But I think that’s the only solution.
Regards,
Don