kartena / Proj4Leaflet

Smooth Proj4js integration with Leaflet.
http://kartena.github.io/Proj4Leaflet/
BSD 2-Clause "Simplified" License
590 stars 173 forks source link

Unknown projection stere #105

Closed dzNavitski closed 8 years ago

dzNavitski commented 8 years ago

Hello!

I try to use EPSG:3995 projection (http://epsg.io/3995). But Proj4Leaflet throws error: 'Uncaught unknown projection stere'.

perliedman commented 8 years ago

Hi!

It sounds like this is rather an issue with Proj4js than Proj4Leaflet.

Proj4Leaflet is more or less a wrapper around Proj4js that adapts its functionality for Leaflet, the actual projection code and handling of projection parameters is done by Proj4js.

A quick look at the projections supported by Proj4js does include stere - might it be that you're using an old version of Proj4js? (For example, the one currently included in Proj4Leaflet is quite old, AFAIK).

dzNavitski commented 8 years ago

Thanks, you are right)