geoadmin / ol3

OpenLayers 3
http://ol3js.org/
Other
11 stars 6 forks source link

On ol3 update, update proj4js usage #97

Closed gjn closed 9 years ago

gjn commented 10 years ago

Via Eric's mail:

Hello

To let the re3 developpers that "Use the new proj4.js #1228" [*] is about to land in ol3 master. This patch changes the way we handle custom (including proj4js) projections in ol3. This PR also drops support for proj4js < 2. So this has implications on the mf-geoadmin3 code base. The patch changes the wms-custom-proj and wms-image-custom-proj (the Swisstopo WMS examples), so I'd recommend having a look at these examples when updating your code. The most relevant example is wms-image-custom-proj, as this one is based on proj4js.

Cheers,

[*] https://github.com/openlayers/ol3/pull/1228

cedricmoullet commented 9 years ago

@gjn what needs to be done ?

gjn commented 9 years ago

Done in https://github.com/geoadmin/ol3/pull/109. I'll close.