Cast (:City).geo from str to neo4j spatial type
https://neo4j.com/docs/cypher-manual/current/syntax/spatial/
(:City)
.geo
:Point(19.651388888 43.543888888)
should become a neo4j spatial point type with longtitude and latitude
https://neo4j.com/docs/cypher-manual/current/syntax/spatial/
(:City)
.geo
:Point(19.651388888 43.543888888)
should become a neo4j spatial point type with longtitude and latitude