Changes between Version 25 and Version 26 of UsersWikiSimplifyPreserveTopology
- Timestamp:
- 04/28/12 04:02:07 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsersWikiSimplifyPreserveTopology
v25 v26 295 295 296 296 === Example usage === 297 ''(table is in public schema)''297 ''(table 'departement' is in public schema)'' 298 298 299 299 {{{ … … 307 307 {{{ 308 308 create table simple_countries as ( 309 select * from simplifyLayerPreserveTopology(' countries', 'gid', 'geom', 0.3) as (gid int, geom geometry);309 select * from simplifyLayerPreserveTopology('', 'countries', 'gid', 'geom', 0.3) as (gid int, geom geometry); 310 310 }}} 311 311