You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been using #125 to extends Polygon class
and I have in issue with create polygons , the main reason to override this classes is to has different SRID other than 0
and when i tried to override fromArray() it's does not working
I think we need to have SRID configurable instead of using it as static value
and also determine how to prioritize it @MatanYadaev please advice
The text was updated successfully, but these errors were encountered:
I have been using #125 to extends Polygon class
and I have in issue with create polygons , the main reason to override this classes is to has different SRID other than
0
and when i tried to override fromArray() it's does not working
I think we need to have SRID configurable instead of using it as static value
and also determine how to prioritize it
@MatanYadaev please advice
The text was updated successfully, but these errors were encountered: