Commit df4f613cd5d8298973107c8a275d253cf25b365a

Authored by Edmar Moretti
1 parent b3e2c490

--no commit message

Showing 2 changed files with 1 additions and 2 deletions   Show diff stats
admin/admin.db
No preview for this file type
temas/_lbairros.map
... ... @@ -2,7 +2,7 @@ MAP
2 2 FONTSET "/var/www/i3geo/symbols/fontes.txt"
3 3 SYMBOLSET "/var/www/i3geo/symbols/simbolosv6.sym"
4 4 LAYER
5   - CONNECTION "user=postgres password=postgres dbname=i3geosaude host=localhost port=5432 options='-c client_encoding=LATIN1'"
  5 + CONNECTION "user=postgres password=postgres dbname=i3geosaude host=localhost port=5432"
6 6 CONNECTIONTYPE POSTGIS
7 7 DATA "the_geom from (select gid, st_setsrid(the_geom,4326) as the_geom,co_bairro,no_bairro,no_distr,no_municip from i3geo_metaestat.bairros /*FW*//*FW*/) as foo using unique co_bairro using srid=4326"
8 8 METADATA
... ... @@ -21,7 +21,6 @@ MAP
21 21 NAME "_lbairros"
22 22 STATUS DEFAULT
23 23 TEMPLATE "none.htm"
24   - TILEITEM "location"
25 24 TYPE POLYGON
26 25 UNITS METERS
27 26 CLASS
... ...