espeed / bulbs

A Python persistence framework for graph databases like Neo4j, OrientDB and Titan.
http://bulbflow.org
Other
622 stars 83 forks source link

how to addvertex which has Geoshape point property ? #155

Open ellavs1 opened 9 years ago

ellavs1 commented 9 years ago

g.addVertex().setProperty("coordinates", Geoshape.point(38.1f, 23.7f))

how can I create Geoshape.point property in python bulbs ?