Hi all,
Is there a way for me to retrieve all the graphics (polygons) that my client drew and stored in his app (codered) to a local database or shapefile? Using the debugging tool in chrome I can get the path in the CSS but I cannot get the graphics layer itself. Any tips?
path: path('M 1004 156 L 100...d="M 323 194 323...)
Alex,
I am not sure why you can not get the graphics from the clients map. If they drew the paths on the map then normally this would be done using the Draw and it creates graphics that you can convert into json and then use a web service or something to send to the database.