-
Notifications
You must be signed in to change notification settings - Fork 31
5.4. CRS
Uros Preloznik edited this page Dec 26, 2017
·
1 revision
Project CRS is read from QGIS file, so there is no need to change the code, but note this:
- There must be corresponding EPSG file in
/gisapp/client/site/libs/proj4js/defs/
. - If you have base layer defined then CRS in Web Client is always defined upon base layer(s), so you need to set your QGIS project to the same EPSG code as your base layers (you can use on the fly reprojection in QGIS).
- If you have problems with displaying your data check if your CRS exists in
gisapp/client_common/customProjections.js
. And if not, add it.