Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 586 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 586 Bytes

EPSG-extension

This plugin allows to locally override the geotools projection definitions in mapfishapp and extractorapp.
This is useful to introduce new definitions, or when they are incorrect (eg: EPSG:27572).

If the property CUSTOM_EPSG_FILE is set to a valid file, its definitions are loaded. For instance, in /etc/default/tomcat-georchestra:

JAVA_OPTS="$JAVA_OPTS -DCUSTOM_EPSG_FILE=/opt/epsg.properties"

If there is no such property, the internal epsg.properties file is used.