I'm trying to use Leaflet with a specific projection EPSG:2169 (Luref, or Luxembourg). I saw that if I don't use a "standard" projection like WGS84, I have to use Proj4Leaflet and reference it to the map.
When I load the page with the map, the console gives me these errors :
Cannot read property '3' of undefined
Cannot read property 'x' of undefined
After some Googling, I found that I have to define "resolutions" option. I don't know exactly how it is used, but I took from a sample and here is now how looks the CRS :
Hello all,
I'm trying to use Leaflet with a specific projection EPSG:2169 (Luref, or Luxembourg). I saw that if I don't use a "standard" projection like WGS84, I have to use Proj4Leaflet and reference it to the map.
That's what I did for now :
When I load the page with the map, the console gives me these errors :
After some Googling, I found that I have to define "resolutions" option. I don't know exactly how it is used, but I took from a sample and here is now how looks the CRS :
Now when the map is loaded, I have this error in console :
TypeError: coordinates must be finite numbers
And now I don't know what to do next. Anyone here already had this kind of issue ?
Many thanks in advance.