I tried to add column based on example [slick-pg example][1]
Also added to the class table implicite
implicit val pointFormat = MyFormats.geometryFormat[Point]
but have a compile error
could not find implicit value for parameter tt: slick.ast.TypedType[com.vividsolutions.jts.geom.Point]
What I have done wrong? could you please give work example ? ^
BR!
When writing the integration with the PostgresDriver following this instructions add
with PostGISImplicitsin the object that overridesapi(this trait is not included in the example).