#783: WMS upload
----------------------+-----------------------------------------------------
Reporter: arnulf | Owner: dev
Type: defect | Status: new
Priority: major | Milestone:
Component: database | Version: 2.7
Keywords: |
----------------------+-----------------------------------------------------
Comment(by arnulf):
Workaround (hack!). Increase the size of the corresponding fields:
update pg_attribute set atttypmod = 512+4 where attrelid =
'layer_style'::regclass and attname = 'legendurl';
update pg_attribute set atttypmod = 255+4 where attrelid =
'layer_style'::regclass and attname = 'name';
(4 needs to be added to the actual field size for Postgres legacy reasons,
don't ask...)
--
Ticket URL: <http://trac.osgeo.org/mapbender/ticket/783#comment:2>
Mapbender <http://www.mapbender.org/>
Mapbender
_______________________________________________
Mapbender_dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/mapbender_dev