- Issue created by @dieterholvoet
- Merge request !25Automatically transform coordinates to a point string → (Open) created by dieterholvoet
- last update
11 months ago 22 pass, 2 fail - Status changed to Needs review
11 months ago 10:52am 22 December 2023 - last update
11 months ago 26 pass - Status changed to Closed: won't fix
11 months ago 11:24pm 23 December 2023 - 🇮🇹Italy itamair
Thanks for this FR @DieterHolvoet ... but your feature request cannot be accomplished,
because the value set should be matching one of the formats known by the geoPHP::getAdapterMap here: https://github.com/itamair/geoPHP/blob/master/geoPHP.inc#L94
and able to hold / represent all the geometries listed in the same class here: https://github.com/itamair/geoPHP/blob/master/geoPHP.inc#L112
and not only a Lat/Lon point ...Your proposal would open to a specific Point syntax that, though very intuitive and common, could be easily accomplished with WKT, or GeoJson, etc the other formats ...