What is the process for ensuring that a custom coordinate system defined using the recipe from
(better yet: implement Update all available Coordinate Systems with EPSG Codes so it’s not necessary)
What is the process for ensuring that a custom coordinate system defined using the recipe from
(better yet: implement Update all available Coordinate Systems with EPSG Codes so it’s not necessary)
You can set up a shared network folder to store the custom coordinate system definitions, then attach it to all your FME installations:
Once this is set up, any custom coordinate system added to the network folder will be available to all FME users.
Thanks Dave. What about Server?
Edit: and what is the precedence order if custom possibly conflicting or overwriting each other coordinate systems exist in both user profile and the shared folder?
Hi

Coordinate systems can also be uploaded to Resources/Engine/CoordinateSystems, which will make them available to all workspaces on the server. This docs page has more info.
Hi
Thanks