You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Julien Acroute edited this page Mar 21, 2017
·
13 revisions
Contact swiss topo to have access.
Get Simon AppGate docker image
Launch appgate.sh
Then connect with swisstopo documentation
(1st password auth then 2 fact auth) everything should be in Paulo.Amado@swisstopo.ch mail.
MGDI server is l0t7511a.lt.admin.ch
You ssh ssh 127.0.0.2x -p 2022 -L8700:127.0.0.1:8700
Tomcat runs on 8700 port.
In order to switch from 21781 to 4326 you need to :
ALTERTABLEpublic.xlinks ALTER COLUMN the_geom TYPE geometry(MultiPolygon, 4326) USING ST_Transform(the_geom, 4326);
ALTERTABLEpublic.non_validated ALTER COLUMN the_geom TYPE geometry(MultiPolygon, 4326) USING ST_Transform(the_geom, 4326);
And edit web/src/main/webapp/WEB-INF/config-spring-geocat.xml change projection of following beans :
gn:xlinks
gn:non_validated
Finally, change Region Map API in geocat settings.