Replies: 4 comments 4 replies
-
Well it seem to work with $ignoreBoundaryRestrictions set to true.
But I don't get why. |
Beta Was this translation helpful? Give feedback.
-
Hi @Terahdon I've done a bit of digging, a few different things going on here.
I will email EPSG to point out the discrepancy and ask them if it can be fixed. |
Beta Was this translation helpful? Give feedback.
-
Hello @dvdoug and ty for your quick answer ! In my composer.json => And probably not necessary but in my composer.lock =>
` |
Beta Was this translation helpful? Give feedback.
-
EPSG have released a new version of the dataset today which includes the correct boundary for Lambert-93 - I will try to get an updated PHPCoord release done this week that includes it. |
Beta Was this translation helpful? Give feedback.
-
Hi,
First, thanks a lot for this library it's working great.
But I have a problem with converting coordinates in LAMBERT_93 to latitude and longitude for CORSICA.
Here is my code :
Basically it can be reduced to :
The code is working for every coordinates I have (more than 20000) but not for the one from CORSICA
So it's weird because I use EPSG_RGF93_V2B and EPSG_RGF93_V2B_LAMBERT_93
Both have * Extent: France - onshore and offshore, mainland and Corsica.
The coordinates comes from an official french government datafile
coordx => '1223977.1' coordy => '6075793.1'
the source : https://www.data.gouv.fr/fr/datasets/r/98f3161f-79ff-4f16-8f6a-6d571a80fea2
the specific line with LAMBERT_93 specified
geolocalisation;2A0001335;1223977.1;6075793.1;2,ATLASANTE,100,IGN,BD_ADRESSE,V2.2,LAMBERT_93;2022-03-10
I also tried all the other lambert_93 types of coordinates.
Do you have an idea from where it could come from ?
Thanks a lot if you find a little bit of time to help me.
Beta Was this translation helpful? Give feedback.
All reactions