Tagged Questions
6
votes
1answer
350 views
How to use simplify()
i have my Vector Data saved in a PostgreSQL PostGIS enabled Database.
The Data im displaying is very detailed, i want to simplify it through the simplify() method of Postgis.
I duplicated one of my ...