3liz / lizmap-mapbuilder-module

Module Mapbuilder for Lizmap Web Client
Mozilla Public License 2.0
7 stars 7 forks source link

update proj4php call with update version #39

Closed nworr closed 12 months ago

nworr commented 2 years ago

dependencies inherited from lwc

proj4php lib updated in https://github.com/3liz/lizmap-web-client/pull/3328

nboisteault commented 2 years ago

I'm going to see if proj4php is really needed in mapbuilder.

nboisteault commented 2 years ago

~proj4php is useful if the extent is directly defined in the ini file and not in the admin.~

I read to quickly. proj4php is used to convert the extent defined in EPSG:4326 in ini to EPSG:3857 to display it in main page. I could do that with JS if proj4php is an issue.

image