jmikola / geojson

GeoJSON implementation for PHP
MIT License
295 stars 47 forks source link

GeometryCollection should extend GeoJson, not Geometry #13

Open jmikola opened 10 years ago

jmikola commented 10 years ago

Contrast with FeatureCollection, which inherits GeoJson directly. In hindsight, it looks like the Geometry extension was just a typo.