I was able to do the same as this example in order to let the user draw a polygon and it works perfectly. Now I want to display an existing polygon inside the same map. How can I do that?
To explain more: I have used the first example for the create mode in my spring boot
/ angularjs
application. For the edit mode, I want to display the polygon that the user already drawn and let him draw another one.
Can anyone help me please?