Closed cg-fd closed 8 years ago
Hi!
I saw that you got an answer to this in the stackoverflow question you mentioned above!
The problems you are having is related to this issue https://github.com/Leaflet/Leaflet/issues/4253
Thanks @IvanSanchez :smiley:
Yes, I guess the issue can be marked as resolved.
Hah, I wasn't aware this was asked here.
May I use this opportunity to remind everybody that bug trackers are not the right place for support requests. The "main" Leaflet team has a policy of sending this kind of things to stackoverflow/stackexchange.
Sry for the noise.
Hey,
I've been struggling with Leaflet and the Proj4Leaflet plugin. I want to create a Leaflet map using the EPSG:31466 projection. I'm planing to include this WMS service using the
fp_plan
layer.I've tried to to set up my map using the following approach (fiddle).
I would have expected to see something like this:
The tiles are requested, but they do not contain the information of the expected extent. This can be seen in the provided (fiddle). I've already opened a question on stackoverflow and set a bounty, but so far nobody could help me to find a satisfying answer. If I use the EPSG:25833 projection the tiles are fetched and rendered exactly in the expected manner (fiddle).