Hi Francisco, On Mon, Jun 15, 2015 at 11:45 PM, FRANCISCO XAVIER SUMBA TORAL < [email protected]> wrote: > > I have some news. > > So far I have managed the implementation of 8 Boolean functions (RCC8) and > also I have the implementation of one function "Non-Topologycal" (Buffer). > Queries work well on PostGIS.
That are great news about the progress of the project! It'd be great if you could point us the fork at github. Then I can closely follow the development, checking the commits, giving feedback on the patches, etc. > I worked with the implementation of NativeFunction. But here appeared a > new problem. Some of the RDF files with GeoSPARQL model, not loaded to > marmotta. > > ERROR: "Caused by: org.postgresql.util.PSQLException: ERROR: The string is > too larg > to to tsvector (1177006 bytes, m├íximo 1048575 bytes) " > > As I can solve this problem?. > > Some geometries (Multipolygons, MultiLineString) have large WKT > Looks that module has some limitations, but I can only found old references related with the issue, such as: http://requesttracker.wikia.com/wiki/PostgreSQLFullText http://www.postgresql.org/message-id/[email protected] What version of PostgreSQL are you using? > By now it was not necessary to alter the database except for one comand to > activate postgis "CREATE EXTENSION postgis" > That's great for backwards compatibility. Something to ways take into account for making easier the transition to the new version when this feature will be included. > On the other hand, I’d like to commit my changes. Is there any structure > to create the new branch?. > Yes, please, follow the methodology described at http://wiki.apache.org/marmotta/GSoC/Methodology Cheers, -- Sergio Fernández Partner Technology Manager Redlink GmbH m: +43 6602747925 e: [email protected] w: http://redlink.co
