Changes between Version 25 and Version 26 of UsersWikiSimplifyPreserveTopology


Ignore:
Timestamp:
04/28/12 04:02:07 (13 years ago)
Author:
NicolasRibotOsgeo
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • UsersWikiSimplifyPreserveTopology

    v25 v26  
    295295
    296296=== Example usage ===
    297 ''(table is in public schema)''
     297''(table 'departement' is in public schema)''
    298298
    299299{{{
     
    307307{{{
    308308create 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);
    310310}}}
    311311