I have tried to extract the EPSG code from a Coordinate field, however I have searched within the advanced functions as such a native JavaScript function as such in Open Foris Arena does not exist. It would be ideal if the function could be implemented and could handle different SRS string formats and extract the EPSG code reliably. |
You can get the EPSG code as text: if your coordinate attribute name is plot_coord, simply write into your target attribute expression plot_coord.srs and you can get the EPSG code out. Is this what you are looking for? |