As reported in #14, the center property is confusing. In fact, since out center on nodes works the same as out geom, and does not add the "center" field. As a result, any Point.center will always be None.
Either the center property should be removed from Element and added only to Way and Relation,
or the Point.center property should simply be set to Point.geometry.
As reported in #14, the
center
property is confusing. In fact, sinceout center
on nodes works the same asout geom
, and does not add the"center"
field. As a result, anyPoint.center
will always beNone
.center
property should be removed fromElement
and added only toWay
andRelation
,Point.center
property should simply be set toPoint.geometry
.