Francesco Di Filippo

Results 5 comments of Francesco Di Filippo

I can try, even if I don't know where to start !!

I guess that the problem could be related to the way github is being accessed. If I replace git:// with https:// in the command `git ls-remote -h -t https://github.com/florianf/bones.git` a...

Thus, if I understand well, to plot the geometries with a map viewer, the WKB data must be converted into text. For instance: ```sql SELECT id, placename, ST_AsText(point) from placenames...

Regarding the issue I tried to highlight, I realized that the "data view" map seems to work on the fly only when the data is saved in WKT format (see...