Charles S. Assaf

Results 2 issues of Charles S. Assaf

I've encountered this issue with a valid polygon: let P='POLYGON (((36.293255632406975 32.40606101801413, 36.33009707717658 33.394854860641324, 35.15060719001822 33.42092621647627, 35.12678389048804 32.43116921770877, 36.293255632406975 32.40606101801413)))'; wkt.read(P).toJson().coordinates (1) [Array(5)] 0: (5) [Array(2), Array(2), Array(2), Array(2), Array(2)]...

Found an issue in ActiveQuery/Criteria.php, method addJoin. The left and right column names get stripped of the first character if there is no "." in the provided values. I have...

Bug