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.

asked 29 Mar, 18:13

marvgonzalezv's gravatar image

marvgonzalezv
132
accept rate: 0%


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?

permanent link

answered 29 Mar, 20:08

Lauri%20%28OF%29's gravatar image

Lauri (OF) ♦♦
8102816
accept rate: 21%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×70

question asked: 29 Mar, 18:13

question was seen: 51 times

last updated: 29 Mar, 20:08