honeybee / trellis

Library for defining structured entities in php.
Mozilla Public License 2.0
8 stars 1 forks source link

Add a GeoPointAttribute #7

Closed graste closed 8 years ago

graste commented 9 years ago

A GeoPointAttribute with GeoPointValueHolder and GeoPoint valueobject (longitude/latitude) with matching GeoPointRule. The toNative representation should be an array like [lon, lat]. The toString may use the lat,lon format. This will match the elasticsearch geopoint/geojson mappings.