Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ArrayAccess, IteratorAggregate, Arrayable, Jsonable on Collections #19

Merged
merged 5 commits into from
Sep 25, 2017

Conversation

grimzy
Copy link
Owner

@grimzy grimzy commented Sep 25, 2017

Resolves #15.

Also, spatial Types class hierarchy is now cleaner/closer to MySQL's; from:
screen shot 2017-09-24 at 9 03 44 pm
to:
screen shot 2017-09-24 at 9 08 27 pm

Implemented IteratorAggregate, ArrayAccess, Arrayable in GeometryCollection.
Implemented Jsonable in Geometry.
PointCollection, MultiLineString, and MultiPolygon now extend GeometryCollection.
@coveralls
Copy link

coveralls commented Sep 25, 2017

Coverage Status

Coverage remained the same at 100.0% when pulling d602134 on feature/collection into 84e80bf on master.

@grimzy grimzy merged commit 4559e2c into master Sep 25, 2017
@grimzy grimzy deleted the feature/collection branch September 25, 2017 01:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement ArrayAccess, IteratorAggregate, Arrayable, Jsonable on spatial collections
2 participants